From: | johnduffy(at)f2s(dot)com |
---|---|
To: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pgxs question - linking c-functions to external libraries |
Date: | 2008-05-20 21:58:00 |
Message-ID: | 1211320680.48334968064a7@webmail.freedom2surf.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
A typo on my part in my posting. My Makefile has:
SHLIB_LINK = -lgsl -lgslcblas
Regards
John
Quoting Martijn van Oosterhout <kleptog(at)svana(dot)org>:
> 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.
>
From | Date | Subject | |
---|---|---|---|
Next Message | Vlad Kosilov | 2008-05-20 22:44:27 | Re: pg_standby stuck on a wal file size <16MB |
Previous Message | Andrew Sullivan | 2008-05-20 21:04:25 | Re: Postgresql MVCC, Read Committed Isolation Level and taking "snapshot" |