View previous topic :: View next topic |
Author |
Message |
NorwegianWould
Joined: 07 Jan 2006 Posts: 23
|
Posted: Mon Jan 16, 2006 9:46 am Post subject: minor problem compiling 3.0.0 |
|
|
Hi,
if I just do a straight ./configure and then make (wview3.0.0 and probably any other version) I get:
Code: | gcc -g -O2 -o vpconfig -L/usr/lib -L/usr/local/lib -L/usr/local/lib serial.o ethernet.o vproInterface.o vpconfig.o -lc -lm -lrad -lz -lpng -lm -lgd -lc
/usr/lib/librad.so: undefined reference to `PQresultErrorMessage'
/usr/lib/librad.so: undefined reference to `PQconnectdb'
/usr/lib/librad.so: undefined reference to `PQftype'
|
etc
If I do and then make, all is well. I guess this is because my radlib is compiled with .
Not really a bug,....
Jeremy |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Mon Jan 16, 2006 11:39 am Post subject: |
|
|
That's exactly why |
|
Back to top |
|
|
|