Re: [HACKERS] configure & template files ...

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] configure & template files ...
Date: 1999-09-12 22:50:57
Message-ID: Pine.BSF.4.10.9909121950280.54336-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Found and fixed...we checked for INCLUDE_DIR being defined, but not
SRCH_INC...same for libs...

On Sun, 12 Sep 1999, The Hermit Hacker wrote:

>
> 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(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org
>
>
> ************
>

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-09-12 23:32:48 Re: [HACKERS] Fixing Simms' vacuum problems
Previous Message The Hermit Hacker 1999-09-12 22:39:41 configure & template files ...