Problems at 'make' stage on Solaris 2.9

Поиск
Список
Период
Сортировка
От Stephen Weigand
Тема Problems at 'make' stage on Solaris 2.9
Дата
Msg-id 200410271811.i9RIBMW05968@blindpig.mayo.edu
обсуждение исходный текст
Ответы Re: Problems at 'make' stage on Solaris 2.9  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-ports
Hi List,

I'm on Solaris 2.99 and gcc 3.2.3 and am not a
privileged user. I have downloaded postgresql-7.4.6
and use the configure options (based on limited
experience and knowledge):

./configure --without-readline
            --prefix= $HOME/local/pgsql
            --with-includes=/opt/gnu/include
            --with-libraries=/opt/gnu/lib

with my $PATH being set by

set path=(/opt/gnu/bin /usr/bin)

(which I do because there are a couple of versions
of gcc on my system.)

The last line of config.log is
"configure: exit 0" which I think is good news?

When I run make (using GNU make 3.80) I get:

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

My understanding is that our system has some files in
special places so I wonder if I need to specify the
location of additional libraries and includes? I can
try to find them if I know what to look for.

Any help would be appreciated.

Thank you,

Stephen

:::::::::::::::::::::::::::::::::
Stephen Weigand, M.S.
Division of Biostatistics
Mayo Clinic Rochester, Minn., USA
(507) 266-1650


В списке pgsql-ports по дате отправления:

Предыдущее
От: "Davide Negri"
Дата:
Сообщение: Log
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Problems at 'make' stage on Solaris 2.9