Re: port report: [FAILURE] FreeBSD 6, Intel icc7

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Дата
Msg-id 200412211924.38969.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: port report: [FAILURE] FreeBSD 6, Intel icc7  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Список pgsql-hackers
Tom Lane wrote:
> > So it looks like icc dosn't like -export-dynamic
>
> Looks like it doesn't like -R either.  You need to determine the
> correct alternative spelling of those switches for us, and then we
> can put a conditional into Makefile.freebsd for icc.

Considering that these are all really linker options, adding -Wl, in 
each case should do.  Various compilers are known to let various linker 
options slip by, but using -Wl is always correct.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Darcy Buskermolen
Дата:
Сообщение: Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: cant execute yyparse() within postgresql