solaris9 make failure...libpgport.a - Mailing list pgsql-novice

From Byron Amerson
Subject solaris9 make failure...libpgport.a
Date
Msg-id Pine.A41.4.58.0312022200440.33868@dante03.u.washington.edu
Whole thread Raw
In response to Re: pg_hda.conf  (Oliver Elphick <olly@lfix.co.uk>)
Responses Re: solaris9 make failure...libpgport.a
LDFLAGS and libstdc++ on osx10.3.1
List pgsql-novice
Hi there,

attempting to build postgres-7.4 on a sparc/solaris5.9.

I have sfw's gcc-3.3 and sfw's make-3.8. I also have sfw's readline-1.4
and bison-1.875.

make can not seem to find libpgport.a in postgresql-7.4/src/port.  and
indeed it's not there when I take a look.  What went wrong? do I need to
add this lib from somewhere else(!)?

here is the output from make, which barfs shortly into its process:

# gmake
gmake -C doc all
gmake[1]: Entering directory
`/zfr/usr/local/src/postgresql/postgresql-7.4/doc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory
`/zfr/usr/local/src/postgresql/postgresql-7.4/doc'
gmake -C src all
gmake[1]: Entering directory
`/zfr/usr/local/src/postgresql/postgresql-7.4/src'
gmake -C port all
gmake[2]: Entering directory
`/zfr/usr/local/src/postgresql/postgresql-7.4/src/port'
ar crs libpgport.a isinf.o getopt_long.o qsort.o path.o sprompt.o thread.o
gmake[2]: ar: Command not found
gmake[2]: *** [libpgport.a] Error 127
gmake[2]: Leaving directory
`/zfr/usr/local/src/postgresql/postgresql-7.4/src/port'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/zfr/usr/local/src/postgresql/postgresql-7.4/src'
gmake: *** [all] Error 2

any help or insight would be much appreciated. Thanks.

Byron Amerson
MS student
University of Washington
Department of Earth and Space Sciences


pgsql-novice by date:

Previous
From: "Gerard Mason"
Date:
Subject: Abstract base table?
Next
From: Roy MacGregor Paterson
Date:
Subject: Environment variables SOLVED