libpsqlODBC linking under linux

From: John Smith <safilippov(at)ualr(dot)edu>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: libpsqlODBC linking under linux
Date: 1999-10-22 22:23:07
Message-ID: 3810E3CB.5F30A35F@ualr.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I am having problem linking an ODBC program under RedHat linux.
The ODBC interface is the one that came with PostgreSQL distribution.
gcc gives error:

psqlodbc.o(.text+0x0): multiple definition of '_init'
/usr/lib/crt.o(.init+0x0): first defined here

and a similar message for '_fini'.

Does anyone know how to get around it?

Any suggestions would be appreciated

Stas

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michal Maru¹ka 1999-10-23 05:42:56 mdb: new application}
Previous Message John Smith 1999-10-22 22:22:21 libpsqlODBC linking under linux