
2 Oct
2002
2 Oct
'02
9:57 a.m.
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@cs.unipr.it