ODBC Installation woes

From: Chris Hayner <hayner80(at)astro(dot)ocis(dot)temple(dot)edu>
To:
Cc: PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>, PostgreSQL odbc list <pgsql-odbc(at)postgresql(dot)org>
Subject: ODBC Installation woes
Date: 2001-01-30 21:05:52
Message-ID: Pine.OSF.4.32.0101301603530.10013-100000@typhoon.ocis.temple.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-interfaces pgsql-jdbc pgsql-odbc

When trying to install ODBC on a solaris 7 machine i get the following
make error:

gcc -Wall -Wmissing-prototypes -Wmissing-declarations -fPIC -G
-Wl,-soname,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 -ldl -lsocket
-lresolv -lnsl -lm -lc -Wl,-rpath,/usr/local/pgsql/lib -o
libpsqlodbc.so.0.26
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/crt1.o: In function
`_start':
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/crt1.o(.text+0x5c):
undefined reference to `main'
collect2: ld returned 1 exit status

The database made and installed without a hitch. this leaves me confused.

Any help with this bafflement would be appreciated.
thanks,
chris

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Michael 2001-02-01 07:05:10 How to install SQL 7.0
Previous Message Bruce Momjian 2001-01-30 17:14:58 Re: [JDBC] Re: [INTERFACES] Postgresql and JDBC

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joseph Shraibman 2001-01-30 22:23:18 Re: Re: [PATCHES] Re: [INTERFACES] Patch for JDBC timestamp problems
Previous Message JParker 2001-01-30 20:53:25 Asychronous Query Processing via Libpq

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2001-01-30 22:23:18 Re: Re: [PATCHES] Re: [INTERFACES] Patch for JDBC timestamp problems
Previous Message Bruce Momjian 2001-01-30 17:14:58 Re: [JDBC] Re: [INTERFACES] Postgresql and JDBC

Browse pgsql-odbc by date

  From Date Subject
Next Message Ludek Finstrle 2001-01-31 12:10:33 pgsqODBC binding parameters?
Previous Message Doug Sartori 2001-01-30 20:39:26 Fwd: Re: [INTERFACES] ODBC - Gustavo Enrique Ruiz