Re: Pragma linking?

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Pragma linking?
Date: 2006-05-08 18:27:14
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0F978@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > It will work just fine when you don't, as long as you include the
> > directory where the lib file is in your LIB path. Which is the same
> > way the linker commandline option works. I don't see how
> that makes it
> > useless, though.
>
> If you have to include (the equivalent of) -L in your link
> command anyway, I don't see where being able to leave off -l
> buys much.

You don't, as long as you either stick the LIB file in the default
library directory, or modify the environment variable LIB to include
wherever you stick the LIB file. Both of which could be handled by an
installer.

//Magnus

Browse pgsql-hackers by date

  From Date Subject
Next Message Volkan YAZICI 2006-05-08 19:38:02 Re: intarray internals
Previous Message Tom Lane 2006-05-08 18:24:52 Re: Pragma linking?