Gentoo Archives: gentoo-user-pl

From: pave <pave@××.pl>
To: gentoo-user-pl@××××××××××××.org
Subject: Re: [gentoo-user-pl] problem z biblioteka w c++
Date: Mon, 21 Mar 2005 12:47:18
Message-Id: 1111409366.13788.1.camel@localhost
In Reply to: [gentoo-user-pl] problem z biblioteka w c++ by Krzysztof Palka
1 On Mon, 2005-03-21 at 12:11 +0100, Krzysztof Palka wrote:
2 > emerge ccmath
3 >
4 > mam sobie fajna biblioteke
5 > header: /usr/include/ccmath.h
6 > static lib: /usr/lib/libccm.a
7 > shared lib: /lib/libccm.so
8 >
9 > w programie test.cpp pisze
10 > #include <ccmath.h>
11 > main () { ... csplp(..) ....};
12 >
13 > g++ -lccm test.cpp
14
15 g++ test.cpp -lccm
16
17 pozdro
18 pave
19
20
21 --
22 gentoo-user-pl@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-pl] problem z biblioteka w c++ Krzysztof Palka <cypreess@×××××.cc>