On 2012-08-27 10:12, Rajeev Singh wrote:
> Hi,
> 
> Earlier when I was using Sage on a 32 bit machine, I was able to use
> the local libraries like -
> 
> gcc -L//home/rajeev/software/sage/local/lib/ -lgsl -lgslcblas -lm -o
> nFN.out nFN.o
> 
> However now after changing my system to a 64 bit one, I am no longer
> able to do this. This is not really a Sage issue but I would
> appreciate if someone can help me out here.
Are you doing this within a Sage shell?  Because using any Sage
component outside of Sage isn't really supported.  For example:

./sage --sh -c 'gcc -L$SAGE_LOCAL/lib -lgsl -lgslcblas -lm -o nFN.out nFN.o'

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to