Re: c function - undefined symbols

From: Richard Huxton <dev(at)archonet(dot)com>
To: Steffn <steffn(at)gmx(dot)at>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: c function - undefined symbols
Date: 2008-12-10 10:21:54
Message-ID: 493F9842.5070404@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Steffn wrote:
> Undefined symbols:
> "_Float8GetDatum", referenced from:
> _add_one_float8 in foo.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
>
> Following the documentation I only added
> "/Library/PostgreSQL/8.3/include/**" to my header search path. What else
> do I need to configure?

I'm not a "C" hacker, but that's failing at the linking stage, not the
compiling stage. Are you missing the right lib to go with your headers?

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2008-12-10 10:25:07 Re: quit milis
Previous Message Steffn 2008-12-10 09:39:51 c function - undefined symbols