From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Larry Rosenman <ler(at)lerctr(dot)org>, PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: odbc/UnixWare 7.1.1: No Go. |
Date: | 2001-03-22 16:08:05 |
Message-ID: | 20010322.16080500@ler-freebie.iadfw.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-odbc |
Can't we do something with atexit or other PORTABLE end stuff?
I'll look at it for 7.2.
LER
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 3/22/01, 10:16:03 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote regarding
Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.:
> Larry Rosenman writes:
> > cc -G -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
misc.o options.o pgtypes.o psqlodbc.o qresult.o results.o socket.o parse.o
statement.o gpps.o tuple.o tuplelist.o dlg_specific.o -lm
-Wl,-R/usr/local/pgsql/lib -o libpsqlodbc.so.0.26
> > UX:ld: ERROR: psqlodbc.o: symbol: '_fini' multiply defined; also in file
/usr/ccs/lib/crti.o
> > gmake[3]: *** [libpsqlodbc.so.0.26] Error 1
> This is a known portability problem on Unixware (at least known to me)
and
> probably other non-GCC setups.
> > Why do WE define _fini?
> Because we need to 'fini' something, I suspect.
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-03-22 16:08:07 | Re: Re: Call for platforms |
Previous Message | Tom Lane | 2001-03-22 16:03:51 | Potential RC1-stoppers |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-03-22 16:16:03 | Re: odbc/UnixWare 7.1.1: No Go. |
Previous Message | Larry Rosenman | 2001-03-22 13:06:20 | Re: odbc/UnixWare 7.1.1: No Go. |