linking libraries

Jake Skinner jskinn at gribbles.com.au
Mon Mar 19 04:45:13 GMT 2001


I am having trouble linking external libraries - specifically postgresql
libraries.

I can get everything working on the command line, but not within the
Kdevelop IDE.

This is what I type at the command line

	g++ -I/usr/local/pgsql/include -o myapp
myapp.cpp -L/usr/local/pgsql/lib -lpq++

which works as desired, but in the Kdevelop IDE it throws up comilation
errors. ie can't find the libraries.

Any suggestions would be great. I know it is something simple but hey :)

Thanks
Jake


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list