[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gmp compile error
From: |
Kevin Ryde |
Subject: |
Re: gmp compile error |
Date: |
Tue, 02 Apr 2002 08:39:12 +1000 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) |
James Lambert <address@hidden> writes:
>
> /tmp/ccnaCRiq.o (.text+0x6c): undefined reference to
> "__rs__FR7istreamP12__mp2_struct"
The C++ functions are in libgmpxx rather than the basic libgmp.
Perhaps an example in the manual would make that clearer. In any case
compile with
gcc foo.c -lgmpxx -lgmp
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: gmp compile error,
Kevin Ryde <=