[PPL-devel] Re: PPL compile/run time errors

Roberto Bagnara bagnara at cs.unipr.it
Wed Oct 2 09:57:21 CEST 2002


V Panumong wrote:
> While trying to compile my program using the command:
> 
> %g++ -lppl -lgmp -lgmpxx -o test PPL-test.cpp
> 
> I encountered an error message stating that libgmpxx can't be found
> anywhere. So I ran
> [...]

Dear Vaji,

I notice now that, depending on how you configured and installed gcc,
your compilation command above misses a -L/usr/local/lib.
Can you please try

   g++ -lppl -lgmp -lgmpxx -L/usr/local/lib -o test PPL-test.cpp

and let me know what happens?
The output of

   rpm -qa | fgrep gmp

would also be useful in case things still go wrong.
All the best

     Roberto

-- 
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara at cs.unipr.it




More information about the PPL-devel mailing list