Обсуждение: Problem with mkldexport.sh while compiling pg7.0.3

Поиск
Список
Период
Сортировка

Problem with mkldexport.sh while compiling pg7.0.3

От
Jose Manuel Lorenzo Lopez
Дата:
Hello PG's,

I am trying to compile postgresql 7.0.3 on AIX 4.3.2 but while executing
mkldexport.sh (make calls this script) I get the following error
message:

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: No such file or directory
/usr/local/bin/gcc -Wl,-bE:./backend/postgres.imp -o postgres
../utils/version.o -lPW -lcrypt -lld -lns
gcc: ../utils/version.o: Directory/File in the path does not exist.
make: *** [postgres.imp] Error 1

Anyone noticed anything similar and solved it?

GNU Make version 3.78.1
GNU GCC version 2.95.2
AIX 4.3.2.0

Best Regards,

José Manuel Lorenzo López


--
**********************************************************************
** José Manuel Lorenzo López                                        **
**                                                                  **
** ICA Informationssysteme Consulting & Anwendungsgesellschaft mbH  **
** Dept. SAP Basis R/3  VBue                                        **
**                                                                  **
** phone: (+49511) 938-2961                                         **
** fax  : (+49511) 938-2270                                         **
** e-mail to: jose-manuel.lorenzo-lopez@conti.de                    **
**********************************************************************

Re: Problem with mkldexport.sh while compiling pg7.0.3

От
Jose Manuel Lorenzo Lopez
Дата:

Jose Manuel Lorenzo Lopez schrieb:
>
> Hello PG's,
>
> I am trying to compile postgresql 7.0.3 on AIX 4.3.2 but while executing
> mkldexport.sh (make calls this script) I get the following error
> message:
>
> 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: No such file or directory
> /usr/local/bin/gcc -Wl,-bE:./backend/postgres.imp -o postgres
> ../utils/version.o -lPW -lcrypt -lld -lns
> gcc: ../utils/version.o: Directory/File in the path does not exist.
> make: *** [postgres.imp] Error 1
>
> Anyone noticed anything similar and solved it?
>
> GNU Make version 3.78.1
> GNU GCC version 2.95.2
> AIX 4.3.2.0

Hello PG's,

I answer myself because I found an old message about the same troubles
with AIX 4.3.2.0 in an archive. The solution is simply to make
calling explicitly the target 'all'. 'make all' does the job! :)

Thanks anyway for your help!

Best regards,

José Manuel Lorenzo López

--
**********************************************************************
** José Manuel Lorenzo López                                        **
**                                                                  **
** ICA Informationssysteme Consulting & Anwendungsgesellschaft mbH  **
** Dept. SAP Basis R/3  VBue                                        **
**                                                                  **
** phone: (+49511) 938-2961                                         **
** fax  : (+49511) 938-2270                                         **
** e-mail to: jose-manuel.lorenzo-lopez@conti.de                    **
**********************************************************************