Re: [INTERFACES] Linking problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: blackw(at)sfu(dot)ca
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Linking problems
Date: 2000-01-21 16:51:20
Message-ID: 5071.948473480@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Richard <blackw(at)sfu(dot)ca> writes:
> Last night in I downgraded to 6.5.2, and my test app linked fine WITHOUT
> the -lpq option! Is that link option requirement specific to 6.5.3?

Hard to believe that 6.5.2 and 6.5.3 are any different here. More
likely there is some configuration difference on your platform.
Shared libraries are handled weirdly on many Unixen --- the loader
may be configured to look automatically in some directories, for
example. If you have "ldconfig" on your system, check its config file.

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tibor Laszlo 2000-01-21 16:53:32 psql - odbc - bde - data dictionary
Previous Message Richard 2000-01-21 16:35:26 Re: [INTERFACES] Linking problems