Trouble compiling for Solaris 8

From: Nishad Prakash <prakashn(at)uci(dot)edu>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Trouble compiling for Solaris 8
Date: 2003-09-24 23:06:21
Message-ID: Pine.GSO.4.50.0309241557020.22854-100000@e4e.oac.uci.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


Hi,

I've been trying to compile the psqlodbc driver for Solaris 8.
I obtained the source from
ftp://ftp3.ca.postgresql.org/pub/odbc/versions/src/psqlodbc-07.03.0100.tar.gz

I run configure with prefix=/usr/local/pgsql. This finishes without any
trouble. When I run make, I eventually get this:

/usr/ccs/bin/ld -G -z defs -h psqlodbc.so -o .libs/psqlodbc.so info.lo
bind.lo columninfo.lo connection.lo convert.lo drvconn.lo environ.lo
execute.lo lobj.lo win_md5.lo misc.lo options.lo pgtypes.lo psqlodbc.lo
qresult.lo results.lo socket.lo parse.lo statement.lo tuple.lo
tuplelist.lo dlg_specific.lo odbcapi.lo multibyte.lo gpps.lo odbcapi30.lo
pgapi30.lo info30.lo -lc
Undefined first referenced
symbol in file
socket connection.lo
send connection.lo
recv socket.lo
connect connection.lo
inet_addr socket.lo
gethostbyname socket.lo
ld: fatal: Symbol referencing errors. No output written to
.libs/psqlodbc.so
*** Error code 1
make: Fatal error: Command failed for target `psqlodbc.la'
Current working directory /target1/download/psqlodbc-07.03.0100
*** Error code 1
make: Fatal error: Command failed for target `all'

I already have postgres 7.3.3 installed on my system, and I am trying to
add the odbc driver now.

Could someone please help me with this?

Cheers,

Nishad
--
"Underneath the concrete, the dream is still alive" -- Talking Heads

Browse pgsql-odbc by date

  From Date Subject
Next Message SZŰCS Gábor 2003-09-26 09:21:54 Fw: NonDelphiException may come from psqlodbc?
Previous Message Paulo Scardine 2003-09-22 19:02:57 Re: Killing the backend to cancel a long waiting query