Re: Help building 08.02.0200 on Solaris 10 (sparc)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Cc: Trevor Riever <tmanmi(at)yahoo(dot)com>
Subject: Re: Help building 08.02.0200 on Solaris 10 (sparc)
Date: 2006-11-08 16:06:44
Message-ID: 200611081706.45563.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Am Mittwoch, 8. November 2006 15:47 schrieb Trevor Riever:
> 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

There is nothing in the entire source code that mentions "Xa", so perhaps you
are picking this up from the environment. Check with printenv.

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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Trevor Riever 2006-11-08 19:33:36 Re: Help building 08.02.0200 on Solaris 10 (sparc)
Previous Message Peter Eisentraut 2006-11-08 16:03:01 Re: Fwd: Bug#396218: bind.c: bad handling of SQL_LEN_DATA_AT_EXEC breaks passing char buffer length at SQLExec time