Re: /usr/local/{include,lib} on Cygwin

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: /usr/local/{include,lib} on Cygwin
Дата
Msg-id 8428.983938954@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: /usr/local/{include,lib} on Cygwin  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: /usr/local/{include,lib} on Cygwin
Список pgsql-ports
Jason Tishler <Jason.Tishler@dothill.com> writes:
> I'm not a gcc expert, but from empirical evidence I was able to determine
> that Cygwin gcc seems to automatically search /usr/local/include and
> /usr/local/lib during compilation and linking, respectively.

I believe that the built-in search paths for gcc are a
configuration-time option, with (if hazy memory serves) defaults that
vary across platforms.  However, /usr/local/include and .../lib are
certainly in those paths on *most* platforms.  If Jason can attest that
they're in there in the standard Cygwin build of gcc, then I see no
reason to fear assuming that they're normally there for cygwin.

More generally, I don't see a reason for our makefiles to assume they
know better than the compiler does what the default paths should be.

            regards, tom lane

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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: /usr/local/{include,lib} on Cygwin
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: /usr/local/{include,lib} on Cygwin