RE: [PORTS] AIX-4.2.1 binaries ? more info - Mailing list pgsql-general

From Kapoor, Nishikant X
Subject RE: [PORTS] AIX-4.2.1 binaries ? more info
Date
Msg-id C7DCBA49A357D11196A500805F851ACD0241ACA3@MNMAIL04
Whole thread Raw
List pgsql-general
Here is the exact error I got when I compiled it on my IBM PowerPC running
AIX-4.2.1.

./configure --prefix=/usr/local/pgsql_6_4 --with-template=aix_42 :
------------------------------------------------------------------
gmake -C tcop all
gmake[2]: Entering directory
`/usr/local/src/postgresql-6.4.2/src/backend/tcop'
gcc -I../../include -I../../backend   -qchars=signed -qmaxmem=8192 -qhalt=w
-qsrcmsg -qcheck=divzero -qlonglong  -Wall -Wmissing-prototypes -I..
-Wno-error   -c dest.c
gcc: unrecognized option `-qchars=signed'
gcc: unrecognized option `-qmaxmem=8192'
gcc: unrecognized option `-qhalt=w'
gcc: unrecognized option `-qsrcmsg'
gcc: unrecognized option `-qcheck=divzero'
gcc: unrecognized option `-qlonglong'
gcc -I../../include -I../../backend   -qchars=signed -qmaxmem=8192 -qhalt=w
-qsrcmsg -qcheck=divzero -qlonglong  -Wall -Wmissing-prototypes -I..
-Wno-error   -c fastpath.c
gcc: unrecognized option `-qchars=signed'
gcc: unrecognized option `-qmaxmem=8192'
gcc: unrecognized option `-qhalt=w'
gcc: unrecognized option `-qsrcmsg'
gcc: unrecognized option `-qcheck=divzero'
gcc: unrecognized option `-qlonglong'
gcc -I../../include -I../../backend   -qchars=signed -qmaxmem=8192 -qhalt=w
-qsrcmsg -qcheck=divzero -qlonglong  -Wall -Wmissing-prototypes -I..
-Wno-error   -c postgres.c
gcc: unrecognized option `-qchars=signed'
gcc: unrecognized option `-qmaxmem=8192'
gcc: unrecognized option `-qhalt=w'
gcc: unrecognized option `-qsrcmsg'
gcc: unrecognized option `-qcheck=divzero'
gcc: unrecognized option `-qlonglong'
postgres.c: In function `PostgresMain':
postgres.c:987: warning: implicit declaration of function `strcasecmp'
postgres.c: In function `ResetUsage':
postgres.c:1705: too few arguments to function `gettimeofday'
postgres.c:1702: warning: unused variable `tz'
postgres.c: In function `ShowUsage':
postgres.c:1720: too few arguments to function `gettimeofday'
postgres.c:1716: warning: unused variable `tz'
gmake[2]: *** [postgres.o] Error 1
gmake[2]: Leaving directory
`/usr/local/src/postgresql-6.4.2/src/backend/tcop'
gmake[1]: *** [tcop.dir] Error 2
gmake[1]: Leaving directory `/usr/local/src/postgresql-6.4.2/src/backend'
gmake: *** [all] Error 2

gcc version 2.8.1
GNU Bison version 1.27
flex version 2.5.4

I really need to install it ASAP or else ......I'll end up with mySQL :-(
So, please help.

Thanks
Nishi
> -----Original Message-----
> From:    Nishikant Kapoor (H) [SMTP:nkapoor@c3ipros.com]
> Sent:    Friday, May 28, 1999 5:30 AM
> To:    pgsql-ports@postgreSQL.org
> Subject:    [PORTS] AIX-4.2.1 binaries ?
>
> Hi all
>
> Can anyone tell me where can I find postgresql-6.4.2 binaries  for
> AIX-4.2.1 ?
>
> Since I  am not on the AIX mchine right now, I can't give you the exact
> compilation error but it was related to 'gettimeofday()' - too few
> arguments or something similar.
>
> I  am short on time and I need to install postgresql 6.4.2 on a brand
> new AIX-4.2.1  powerPC.
> Would appreciate if someone can  help me find the find the binaries for
> it.
>
> Thanks
> Nishi
>

pgsql-general by date:

Previous
From: ghoffman@ucsd.edu (Gary Hoffman)
Date:
Subject: Thanks for the tips
Next
From: JT Kirkpatrick
Date:
Subject: ownership of tables. . .