Re: [GENERAL] GSL onto postgresql server 9.2

2013-04-17 Thread Yuriy Rusinov
Thanks a lot. I have compiled gsl with prefix=/usr and this is quite acceptable for us. On Mon, Apr 15, 2013 at 2:30 PM, Albe Laurenz wrote: > Yuriy Rusinov wrote: > > I have to put some C-language functions onto postgresql server 9.2. > These functions are used GSL > > software library http:/

Re: [GENERAL] GSL onto postgresql server 9.2

2013-04-15 Thread Albe Laurenz
Yuriy Rusinov wrote: > I have to put some C-language functions onto postgresql server 9.2. These > functions are used GSL > software library http://www.gnu.org/software/gsl/. In Makefile for these > functions I wrote LD_FLAGS = > ... -lgsl, On some source-based Linux distributions such as gentoo

[GENERAL] GSL onto postgresql server 9.2

2013-04-12 Thread Yuriy Rusinov
Hello, colleagues ! I have to put some C-language functions onto postgresql server 9.2. These functions are used GSL software library http://www.gnu.org/software/gsl/. In Makefile for these functions I wrote LD_FLAGS = ... -lgsl, On some source-based Linux distributions such as gentoo linux these