pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: building pspp


From: Jason Stover
Subject: Re: building pspp
Date: Wed, 7 Sep 2011 10:01:00 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Sep 07, 2011 at 06:14:11AM +0000, friedrich nietzsche wrote:
> 
> Sorry should have added that line straight away:
> libtool: link: gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes 
> -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 
> -Wdeclaration-after-statement -o src/ui/terminal/.libs/pspp -pthread  
> src/ui/terminal/.libs/libui.a src/ui/.libs/libuicommon.a src/.libs/libpspp.so 
> src/.libs/libpspp-core.so /usr/lib/i386-linux-gnu/libpangocairo-1.0.so 
> /usr/lib/i386-linux-gnu/libpango-1.0.so /usr/lib/i386-linux-gnu/libcairo.so 
> /usr/lib/i386-linux-gnu/libgobject-2.0.so 
> /usr/lib/i386-linux-gnu/libgmodule-2.0.so 
> /usr/lib/i386-linux-gnu/libgthread-2.0.so -lrt 
> /usr/lib/i386-linux-gnu/libglib-2.0.so -L/usr/lib -lncurses -ltinfo 
> -lreadline -lgslcblas -lz -lm -pthread
> So no -lgsl, but only -lgslcblas
> In config.log there is lots of stuff, not sure what you are after. This line 
> looks like it might be related?:LIBS=' -lgslcblas -lz -lm  '

libgslcblas depends on libgsl, so -lgslcblas -lgsl should work, but
not -lgsl -lgslcblas. (I think that's right.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]