Re: build of 7.2.1 on SCO Openserver and Unixware 7.1.1 - Mailing list pgsql-hackers

From Nicolas Bazin
Subject Re: build of 7.2.1 on SCO Openserver and Unixware 7.1.1
Date
Msg-id 004101c1d517$04432d40$660d090a@software.ingenico.com.au
Whole thread Raw
In response to Re: build of 7.2.1 on SCO Openserver and Unixware 7.1.1  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: build of 7.2.1 on SCO Openserver and Unixware 7.1.1  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce,

The reason to move the socket library is that during configuration script
execution, the binary created core dumps if not in the order I gave. You can
check in the port list, some people have been complaining that they could
not even go any further than the configure step and that is the reason.
Here is the message you get otherwise:

checking test program... failed
configure: error:
*** Could not execute a simple test program.  This may be a problem
*** related to locating shared libraries.  Check the file 'config.log'
*** for the exact reason.

In config.log the last lines are:

configure:7516: checking test program
configure:7525: gcc -o conftest -O2


conftest.c -lz -lPW -lgen -lld -lnsl -lsocket -ldl -lm -lreadline -ltermcap
1>&5
configure: failed program was:
#line 7521 "configure"
#include "confdefs.h"
int main() { return 0; }



pow is in the static library libm and SCO Openserver linker does not accept
to link it in a so file. The modification I provide works whithout changing
the way the code works. If there is another way to get libm linked in so
Here is the message I get:

gcc -shared -Wl,-z,text -Wl,-h,libpsqlodbc.so.0 -Wl,-Bsymbolic info.o bind.o
columninfo.o connection.o convert.o drvconn.o environ.o execute.o lobj.o
md5.o misc.o options.o pgtypes.o psqlodbc.o qresult.o results.o socket.o
parse.o statement.o tuple.o tuplelist.o dlg_specific.o odbcapi.o
pps.o  -lsocket -lnsl -lm  -o libpsqlodbc.so.0.27
relocations referenced       from file(s)       /usr/ccs/lib/libm.a(pow.o)       /usr/ccs/lib/libm.a(fmod.o)
/usr/ccs/lib/libm.a(merr.o)fatalerror: relocations remain against allocatable but non-writable
 
section: .text

collect2: ld returned 1 exit status



The TCL stuff is because Caldera distribution of TCL is compiled with their
compiler. If you happen to use another compiler on your platform (gcc) it
doesn't work anymore. Caldera compiler has -belf -Kpic options which are
fully incompatible with gcc. That's why I though best to leave the TCL
packages been compiled with the compiler used for postgresql.

Note that I have the same issue for perl modules, but I haven't found a
proper way to correct the make files automatically generated. I understand
that we would want the same compilation options but if you install TCL or
PERL from packages you may not have the same compiler.

Appart these points the regression tests work fine for these platforms. They
are still a few warnings during the compilation process, when I get some
time, I'll try to correct them.

Nicolas

----- Original Message -----
From: "Bruce Momjian" <pgman@candle.pha.pa.us>
To: "Nicolas Bazin" <nbazin@ingenico.com.au>
Cc: "PostgreSQL-development" <pgsql-hackers@postgresql.org>
Sent: Wednesday, March 27, 2002 12:08 AM
Subject: Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware 7.1.1


>
> We am going to need an explaination on these changes.  Why move
> the socket test?  Why change pow()?  The TCL stuff is going to
> effect other platforms and probably will not be applied without a
> good reason.
>
> --------------------------------------------------------------------------
-
>
> Nicolas Bazin wrote:
> > Sorry for the package, but the following patch need to be applied
> > to get the new verion compiled on SCO Openserver 5.0.5 and
> > Unixware 7.1.1
>
> [ Attachment, skipping... ]
>
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/users-lounge/docs/faq.html
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>




pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: RI triggers and schemas
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Autoconf upgrade