Thread
-
Re: [HACKERS] Snapshot 23Feb98 under Irix5 --- INSTALLATION BROKEN!!!
Darren King <darrenk@insightdist.com> — 1998-02-23T15:50:31Z
> > 2. configure dies (!) > > --------------------- > > Running configure, dies with the following: > > > > checking whether time.h and sys/time.h may both be included... yes > > checking whether struct tm is in sys/time.h or time.h... time.h > > checking for int timezone... yes > > checking for union semun... yes > > Argument expected > > Please investigate this one further and let me know what is > required to fix it? > I complained about this one a few months back. There is a test condition that needs to be double-quoted. In my generated configure, it's at line #3230 in the test whether gcc needs -traditional. I seem to recall that it was more a bug in autoconf that in the postgres configure script. darrenk