24 Mar
2004
24 Mar
'04
5:08 p.m.
On Wed, Mar 24, 2004 at 05:12:55PM +0200, Andrius Kurtinaitis wrote:
Hi, I just tried to link with the shared ginac library instead of static and it worked: g++ -o charpoly charpoly.cpp -L /usr/local/lib -lginac -lcln Is it some fundamental linux thing that i still do not know? Andrius
AFAIK, that's some obscure g++ ABI staff. For average users (like me) it boils down to the fact that there is no simple way to build static binary from C++ source.