Henry Jen wrote:
@@ -40,7 +40,7 @@
apu_have_pgsql=0
else
CPPFLAGS="-I$withval/include"
- LIBS="-L$withval/lib "
+ LDFLAGS="-L$withval/lib "
+1 - this was LIBS abuse - your solution is correct :) Bill
Henry Jen wrote:
@@ -40,7 +40,7 @@
apu_have_pgsql=0
else
CPPFLAGS="-I$withval/include"
- LIBS="-L$withval/lib "
+ LDFLAGS="-L$withval/lib "
+1 - this was LIBS abuse - your solution is correct :) Bill