Error linking libpq into client program

From: Jim Crate <jcrate(at)deepskytech(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Error linking libpq into client program
Date: 2004-05-05 22:55:09
Message-ID: r02010100-1033-427141219EE711D89CE60003939CD378@[67.35.9.216]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sorry for the incomplete message before, an extremely inconvenient keyboard
shortcut is being changed right now in my email client... :(

I'm trying to build a client program to access a database using the libpq
interface on MacOS X 10.3.3 using CodeWarrior 9. PostgreSQL is at version
7.4.2.

It compiles ok, but I get a link error. I have linked to libpq.a, because I got
different errors before I did that. Here is the error I'm getting right now:

Link Error: undefined: '@_1' (code)
Referenced from 'pqSetenvPoll' in libpq.a
Referenced from 'pqParseInput3' in libpq.a
Referenced from 'PQmakeEmptyPGresult' in libpq.a
Referenced from 'pqGetc' in libpq.a
Referenced from 'getaddrinfo_all' in libpq.a
Referenced from 'createPQExpBuffer' in libpq.a

I didn't build PostgreSQL on my development machine, but copied over the lib and
include directories from the database machine (also running MacOS X 10.3.3).
Would that have anything to do with it? Any other ideas of things to try?

Jim Crate
Deep Sky Technologies, Inc.

Browse pgsql-general by date

  From Date Subject
Next Message Edmund Dengler 2004-05-05 23:20:02 CHECK constraints and optimizations
Previous Message Jim Crate 2004-05-05 22:50:50 Error linking libpq into client program