solaris9 make failure...libpgport.a

From: Byron Amerson <byronea(at)u(dot)washington(dot)edu>
To: pgsql-novice(at)postgresql(dot)org
Subject: solaris9 make failure...libpgport.a
Date: 2003-12-03 06:10:10
Message-ID: Pine.A41.4.58.0312022200440.33868@dante03.u.washington.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Roy MacGregor Paterson 2003-12-03 08:15:32 Environment variables SOLVED
Previous Message Taylor Lewick 2003-12-03 02:44:04 relationship/table design question