Re: [HACKERS] Re: Open portability issues

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "hackers(at)postgreSQL(dot)org" <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Re: Open portability issues
Date: 1998-09-10 12:33:35
Message-ID: 01BDDCC8.DFD32A90@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>> Should we be poking around in /usr/local by default? Comments?

> No...unless someone can point me at a package that explicitly goes
> out and looking /usr/local. I've yet to have a problem with any package
> I've installed not being able to find libraries and include files that are
> installed in /usr/local ... if someone is having a problem, they should be
> directed to look at *fixing* their system in the first place, as they are
> definitely going to have more problems then just with PostgreSQL...

Ok, just something to grumble on.
1. It did find /usr/local headers with a snapshot from about a month ago but not libs
2. a lot of the templates have SRCH_INC:/usr/local/include SRCH_LIB:/usr/local/lib
why that if it is supposed to be in the compiler config ?

Even if I add those lines to the AIX template, configure won't find my
/usr/local/include/readline/readline.h. (the --with-libs works fine :-)

I think SRCH_INC:/usr/local/include SRCH_LIB:/usr/local/lib must be taken out of template/aix_42
since it is not a standard AIX path, and therefore won't be available on every system (I thought I deleted
those before sending in the file, Sorry)

I don't know how to do the Makefile and dynloader stuff, since $os will be aix
the Makefile.aix and aix.c dynloader will be used which is wrong.
Maybe the dynloader step could be done conditionally only if -ldl is not found by configure ?

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-09-10 13:38:13 Re: [HACKERS] open 6.4 items
Previous Message James Olin Oden 1998-09-10 11:23:23 Documentation error...