Re: Help building 08.02.0200 on Solaris 10 (sparc)

From: Trevor Riever <tmanmi(at)yahoo(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Help building 08.02.0200 on Solaris 10 (sparc)
Date: 2006-11-08 20:32:57
Message-ID: 20061108203257.51057.qmail@web60715.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Figured it out. The configure file for 08.02.0200
uses
CPPFLAGS="$CPPFLAGS $pg_cflags -I$pg_includedir" where
08.02.0100 uses CPPFLAGS="$CPPFLAGS -I$pg_includedir".

$pg_clflags is getting set by pg_cflags=`$PG_CONFIG
--cflags` where as $PG_CONFIG is getting set because
of the default Postgres package on Solaris which was
compiled by the Sun compiler and I have yet to
configure and make postgres with the gcc compiler.

--- Trevor Riever <tmanmi(at)yahoo(dot)com> wrote:

> 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
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will
> ignore your desire to
> choose an index scan if your joining column's
> datatypes do not
> match
>


____________________________________________________________________________________
Sponsored Link

For just $24.99/mo., Vonage offers unlimited local and long- distance calling.
Sign up now. http://www.vonage.com/startsavingnow/

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2006-11-08 21:05:50 Re: Fwd: Bug#396218: bind.c: bad handling of SQL_LEN_DATA_AT_EXEC
Previous Message Trevor Riever 2006-11-08 19:33:36 Re: Help building 08.02.0200 on Solaris 10 (sparc)