compilation error on CentOS 5

Поиск
Список
Период
Сортировка
От Medi Montaseri
Тема compilation error on CentOS 5
Дата
Msg-id 8078a1730708171521r5643fa1fr96c347f81d883ac6@mail.gmail.com
обсуждение исходный текст
Ответы Re: compilation error on CentOS 5  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Hi,

I am having difficulty compiling my postgresql 7.2.3  on a CentOS 5.
The same code works on our build machine which is running RedHat 7.2.

I have checked many of the configure(1) output with no major diff. Capturing the output of make reveals a silly problem which I am failing to find the root of. The problem is:

Compilation moves forward and at one point it does a "make -C libpq all". This operation builds all the object files and even ar(1) them to create libpq.a. But next step, attempting to run ranlib(1) fails because the ranlib command was misconstructed as in

/opt/ide/i2.02/hardhat/devkit/x86/pentium4/bin/pentium4-ranlibCFLAGS=-I/u/medi/share/src/port/usr/include

Note how "ranlibCFLAGS" should've been "ranlib CFLAGS"
So it looks like in my CentOS 5 something has changes such that the variable substituions are wrong. Which points to things that are autogenerated, which points to configure(1).

Any tips on the actual problem or how to get to the bottom of it is appreciated. Perhaps a few make tricks would surface the problem.

Thank you
Medi

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

Предыдущее
От: Pallav Kalva
Дата:
Сообщение: Invalid String enlargement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Invalid String enlargement