Re: pgxs question - linking c-functions to external libraries

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: johnduffy(at)f2s(dot)com
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: pgxs question - linking c-functions to external libraries
Date: 2008-05-19 19:55:31
Message-ID: 20080519195531.GD14142@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, May 19, 2008 at 06:23:03PM +0100, johnduffy(at)f2s(dot)com wrote:
> Thanks for the reply. My GSL libraries, 'libgsl' and 'libgslcblas', are in the

I saw that and then in your previous message:

> > > PG_CPPFLAGS = -lgsl -lgslcblas
> > > PG_LIBS = -lgsl -gslcblas
> > > SHLIB_LINK = -lgsl -gslcblas

Shouldn't those -gslcblas be -lgslcblas?

Have a ncie day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-05-19 20:38:19 Re: Using "ident sameuser" with Mac OS X Leopard
Previous Message Scott Marlowe 2008-05-19 18:38:09 Re: Vacuuming on heavily changed databases