I get the following error on Solaris 2.5.1 using SUN'c cc compiler:
ld -r -o SUBSYS.o heaptuple.o heapvalid.o indextuple.o indexvalid.o
printtup.o scankey.o tupdesc.o
ld: cannot represent machine `sparc:sun4u'
make[3]: *** [SUBSYS.o] Error 1
make[3]: Leaving directory
`/tmp/postgresql-6.3.2/src/backend/access/common'
make[2]: *** [submake] Error 2
make[2]: Leaving directory `/tmp/postgresql-6.3.2/src/backend/access'
make[1]: *** [access.dir] Error 2
make[1]: Leaving directory `/tmp/postgresql-6.3.2/src/backend'
make: *** [all] Error 2
This is the error I get on Solaris 2.6 with gcc:
make -C lextest all
make[1]: Entering directory `/tmp/postgresql-6.3.2/src/lextest'
flex scan.l
gcc -c lex.yy.c
gcc -c lextest.c
gcc -o lextest lex.yy.o lextest.o
make[1]: Leaving directory `/tmp/postgresql-6.3.2/src/lextest'
Usage: true <PGM> <SLANG-VERSION> <SUGG VERSION>
make: *** [all] Error 1
Any ideas???
Thanks,
-michael wilson