* Peter Eisentraut | Tollef Fog Heen wrote: | | > There's currently a discussion on | > [EMAIL PROTECTED] about how to link in libpq correctly and | > people are proposing to use the output of pg_config --libs. | | The correct way is to use pg_config --libdir to find out the correct | directory (although you may want to omit it if it's /usr/lib), and | then link with -lpq.
That's not sufficient on inferior platforms lacking inter-library linking, though. (Which is not a problem for Debian, but probably for upstream). -- Tollef Fog Heen / Linpro AS t: 21 54 41 73 UNIX is user friendly, it's just picky about who its friends are -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

