Re: instalation problems!

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Fariba Noorbakhsh <fNoorbakhsh@ccs-munich.de>
Cc: pgsql-bugs@postgresql.org
Date: 2001-05-11T15:49:50Z
Lists: pgsql-bugs
Fariba Noorbakhsh <fNoorbakhsh@ccs-munich.de> writes:
> gcc  -Wall -Wmissing-prototypes -Wmissing-declarations -mieee
> -I../../../../src/include   -c acl.c -o acl.o
> cc1: Invalid option `ieee'
> gmake[4]: *** [acl.o] Error 1

Hm.  It looks like configure is choosing the wrong compiler options for
your platform.  What is your platform, exactly, and what does configure
report as the selected platform at the very start of its run?

			regards, tom lane