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/