Help building 08.02.0200 on Solaris 10 (sparc)

Поиск
Список
Период
Сортировка
От Trevor Riever
Тема Help building 08.02.0200 on Solaris 10 (sparc)
Дата
Msg-id 20061108144726.49812.qmail@web60714.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Help building 08.02.0200 on Solaris 10 (sparc)  (Peter Eisentraut <peter_e@gmx.net>)
Re: Help building 08.02.0200 on Solaris 10 (sparc)  (Trevor Riever <tmanmi@yahoo.com>)
Список pgsql-odbc
I can build and make 08.01.0200 and 08.02.0100 on the
same machine with the same environment.  I get the
following error when doing the make, have used make
and gmake get same results:

 gcc -DHAVE_CONFIG_H -I. -I. -I. -xO3 -xarch=v8
-xspace -W0,-Lt -W2,-Rcond_elim -Xa -xildoff
-xc99=none -xCC -I/usr/include/pgsql -g -O2 -MT
info.lo -MD -MP -MF .deps/info.Tpo -c info.c  -fPIC
-DPIC -o .libs/info.o
gcc: unrecognized option `-Xa'
gcc: language CC not recognized

Used ./configure --with-unixodbc.  I am using gcc
3.4.6 and the latest binutils have been installed.
Following line is from the Make file from 08.02.0200:

CPPFLAGS =  -xO3 -xarch=v8 -xspace -W0,-Lt
-W2,-Rcond_elim -Xa  -xildoff  -xc99=none -xCC
-I/usr/include/pgsql

and from 08.02.100 which makes fine:

CPPFLAGS =  -I/usr/include/pgsql

From what I can tell gcc doesn't like the CPPFLAGS in
08.02.200.  Are there any flags or options that I
should be setting berfore attempting to build
08.02.200.  I'm not much of a compiler and linker
person but any help would be appreciated.

Thanks

Trevor





____________________________________________________________________________________
Sponsored Link

Mortgage rates near 39yr lows. $420k for $1,399/mo.
Calculate new payment!
http://www.LowerMyBills.com/lre

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: When length of text data is 1.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fwd: Bug#396218: bind.c: bad handling of SQL_LEN_DATA_AT_EXEC breaks passing char buffer length at SQLExec time