configure & template files ...

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема configure & template files ...
Дата
Msg-id Pine.BSF.4.10.9909121933480.54336-100000@thelab.hub.org
обсуждение исходный текст
Ответы Re: [HACKERS] configure & template files ...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
Before I dive into this, has anyone else noticed that the SRCH_INC and
SRCH_LIB options in the templates no longer work?

To test, I modified template/freebsd as follows:

AROPT:cq
SHARED_LIB:-fpic -DPIC
CFLAGS:-O2 -m486 -pipe
SRCH_INC:/usr/local/include
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:bison -y

Adding /usr/local/include to SRCH_INC, but when I run configure, it
reports:

- setting CPPFLAGS=
- setting LDFLAGS=

I'm suspecting this code in configure.in:

[
rm -f conftest.sh
sed 's/^\([A-Za-z_]*\):\(.*\)$/\1="\2"/' "template/$TEMPLATE" >conftest.sh
. ./conftest.sh
rm -f conftest.sh
]

Isn't working as expected...

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] Fixing Simms' vacuum problems
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] configure & template files ...