From: | Jim Crate <jcrate(at)deepskytech(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Error linking libpq into client program |
Date: | 2004-05-06 00:39:14 |
Message-ID: | r02010100-1033-CD49CD0D9EF511D89CE60003939CD378@[67.35.9.216] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
on 5/5/04, Jim Crate <jcrate(at)deepskytech(dot)com> wrote:
>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 'pqSetenvPoll' in libpq.a
>Referenced from 'pqSetenvPoll' in libpq.a
>Referenced from 'pqSetenvPoll' in libpq.a
>Referenced from 'pqSetenvPoll' in libpq.a
>Referenced from 'pqSetenvPoll' in libpq.a
>Referenced from 'pqSetenvPoll' in libpq.a
As an update, I moved the project to Xcode (which uses gcc), and it compiles
and links just fine. I guess this was just a problem with CW? Does this work
with other compilers?
Jim Crate
Deep Sky Technologies, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Sumita Biswas | 2004-05-06 00:50:14 | Re: Date addition using Interval |
Previous Message | snpe | 2004-05-06 00:36:56 | Re: help me |