Re: Errors compiling 7.0.3 on Solaris 7

Поиск
Список
Период
Сортировка
От J.H.M. Dassen (Ray)
Тема Re: Errors compiling 7.0.3 on Solaris 7
Дата
Msg-id 20010117214745.A5355@cistron-office.nl
обсуждение исходный текст
Ответ на Errors compiling 7.0.3 on Solaris 7  (Gareth Cantrell <gareth@citec.net>)
Список pgsql-general
On Wed, Jan 17, 2001 at 20:49:13 +0200, Gareth Cantrell wrote:
> ld -G -o libpq++.so.3.1 pgconnection.o pgdatabase.o pgtransdb.o
> pgcursordb.o pglobject.o  -L../../interfaces/libpq -lpq -ldl -lsocket
> -lresolv -lnsl -lm -lc
> pgconnection.o: could not read symbols: Bad value

>    gcc 2.95.2

I'm not a Solaris expert, but this may indicate that the format of the object
files that gcc produces is not understood by the Solaris linker.
Perhaps gcc was compiled to expect GNU ld?

You may want to try compiling with Solaris' cc or installing GNU binutils as
well and linking with GNU ld.

HTH,
Ray
--
"a infinite number of monkeys typing into GNU emacs would never make a good
program"
    .../linux/Documentation/CodingStyle

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

Предыдущее
От: Travis Bauer
Дата:
Сообщение: plperl and sqrt.
Следующее
От: "Robert B. Easter"
Дата:
Сообщение: Re: Using max() MUCH slower in v7.1