Re: Pragma linking?

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Pragma linking?
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F978@algol.sollentuna.se
обсуждение исходный текст
Ответ на Pragma linking?  ("Magnus Hagander" <mha@sollentuna.net>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Pragma linking?
Следующее
От: Thomas Hallgren
Дата:
Сообщение: Re: Number of dimensions of an array parameter