Re: Solaris SPARC - Sun compiler 5.5 - 64 bit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Solaris SPARC - Sun compiler 5.5 - 64 bit
Дата
Msg-id 24045.1122650735@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Solaris SPARC - Sun compiler 5.5 - 64 bit  ("Clark, Andrew" <Andrew.Clark@fnf.com>)
Ответы Re: Solaris SPARC - Sun compiler 5.5 - 64 bit  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-ports
"Clark, Andrew" <Andrew.Clark@fnf.com> writes:
> Well that definitely did something, but now I get a different error:

OK, thanks for the confirmation.  There was some discussion recently
of whether we shouldn't add -DSUNOS4_CC to the solaris template,
but we didn't have proof.

> Here is my configure command:

> ./configure \
> CFLAGS="-v -xtarget=ultra2 -xarch=v9a -xchip=ultra2 -DSUNOS4_CC" \
> LDFLAGS="-v -xtarget=ultra2 -xarch=v9a -xchip=ultra2" \
> --without-readline \
> --without-zlib \
> --prefix=$HOME/UAT/postgres \
> --enable-thread-safety \
> --enable-integer-datetimes

AFAIK you have to specify both LDFLAGS and LDFLAGS_SL if you want
manual configuration of link options.  LDFLAGS is used for building
regular executables, LDFLAGS_SL for shared libraries.

            regards, tom lane

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

Предыдущее
От: "Clark, Andrew"
Дата:
Сообщение: Re: Solaris SPARC - Sun compiler 5.5 - 64 bit
Следующее
От: "Clark, Andrew"
Дата:
Сообщение: Re: Solaris SPARC - Sun compiler 5.5 - 64 bit