INCLUDE = -I /usr/include/postgresql
CC = gcc
LIBRAIRIES = -lpq++ -lxerces-c -L${XERCESCROOT}
Try changing this line into
LIBRAIRIES = -lpq++ -L${XERCESCROOT}/lib -lxerces-c
If it doesn't work, check if you have the XERCESCROOT environment variable set to the place where you placed the Xerces library.
Alberto
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
