From: | ohp(at)pyrenet(dot)fr |
---|---|
To: | pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org> |
Subject: | 8.0beta1 with unixware |
Date: | 2004-08-14 18:34:04 |
Message-ID: | Pine.UW2.4.53.0408142015580.28423@server.pyrenet.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
HI,
Compiling beta1 on Unixware 714 is OK, regression test are ok (with the
mp1 patch applied)
However make check-install fails if default_with_oids=false in
postgresql.conf (witch is normal regarding regression tests) but they
might be changed in a other version when you guys change this to false by
default.
Also, maakefiles/Makefile.unixware might need ajustement in the way -R is
used:
cc docs state the LD_RUN_PATH value is ignored if you use -R in the
linking phase. So I can't rely on that to add /usr/local/lib to the
harcoded library named.
seting LDFLAGS="-R/usr/local/lib" before configure / make is not an option
either because in case of multiple -R , only the last one is taken into
account.
I could'nt find with variable did old library path names to add it to
the rpath variable
Also, could anyone explain to me how to get localized messages appear?
I've installed bsd-gettext like said in the INSTALL file but couldn't get
fr messages anyway...
Anyway, my first test are very encouraging...
Many tanks for the great work
--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
6, Chemin d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2004-08-14 19:46:23 | Re: Calling PL functions with named parameters |
Previous Message | Andreas Pflug | 2004-08-14 17:37:18 | Re: Calling PL functions with named parameters |