Re: Fw: porting to AIX

Поиск
Список
Период
Сортировка
От kevinmcl@cwjamaica.com (kevin mclaughlin)
Тема Re: Fw: porting to AIX
Дата
Msg-id 001601c0c434$9e4c06e0$a03e0bd0@pppm0133
обсуждение исходный текст
Ответ на Re: Fw: porting to AIX  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Fw: porting to AIX  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-ports
Hi Peter,

I have postgresql-7.0.3 source files loaded on the AIX box. I will try
7.1RC4 as you suggested but have to download the source at home and carry it
to work to do so. Today's a public holiday here.

In the meantime, I tried compiling postgresql-7.0.3 on AIX 4.3.2.0

Ran ./configure --without-CXX

then ran gmake (GNU make ver 3.79.1) and got following error:

# gmake
Making postgres.imp
./backend/port/aix/mkldexport.sh postgres /usr/local/pgsql/bin >
postgres.imp
nm: postgres: 0654-200 Cannot open the specified file.
nm: A file or directory in the path name does not exist.
xlc -Wl,-bE:./backend/postgres.imp -o postgres
 ../utils/version.o -lPW -lcrypt
-lld -lnsl -ldl -lm -ltermcap -lcurses
xlc: 1501-228 input file ../utils/version.o not found
gmake: *** [postgres.imp] Error 252

Any ideas?

Regards,
Kevin

----- Original Message -----
From: "Peter Eisentraut" <peter_e@gmx.net>
To: "kevin mclaughlin" <kevinmcl@cwjamaica.com>
Cc: <pgsql-ports@postgresql.org>
Sent: Thursday, April 12, 2001 6:47 PM
Subject: Re: [PORTS] Fw: porting to AIX


> kevin  mclaughlin writes:
>
> > I was trying to get postgresql to compile on AIX 3.2.5 and on AIX
4.something, I don't remember, but can check. Anyway, neither compile
worked. I was using the c compiler that came with AIX. Using the patch sent
to the list by Peter Eisentraut, will the compilation work on 3.2.5 with the
default compiler, or will I have to install GCC. Also, any other hints will
be appreciated. By the way, how do you apply this patch, anyway.
>
> The best bet at getting help with building and porting problems is to
> follow the installation instructions closely, show what you did and what
> failed.  "Didn't work" won't get anything solved.  For a start you could
> download the latest release candidate of PostgreSQL 7.1.  That patch I
> posted, btw., is only a fix for a particular subversion of AIX 4.* and
> it's included in the latest release candidate.
>
> --
> Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Re: PostgreSQL for WinNT
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fw: porting to AIX