Request help with compilation problem - second request

Steffen Brinkmann sitiveni at web.de
Mon Feb 11 11:39:43 CET 2013


On 09.02.2013 10:07, David Bower wrote:
> gmp-5.1.0 and compile with "g++ -lgmpxx -lgmp ../arbitraryPrecisionArithmetic_1.cpp"

I don't know, whether this solves your problem, but usually, linker 
options should be last, i.e.:

g++  ../arbitraryPrecisionArithmetic_1.cpp -lgmpxx -lgmp

cheers,
Steffen



More information about the gmp-discuss mailing list