On Thu, 06 Feb 2014 18:13:37 shol...@ualberta.ca wrote:
> Hi, the only thing I built before this, as a prerequisite, was ppl (parma
> polyhedra.... from bugseng) and which I included in the ld.so... path, etc.
> However, I am doing absolutely nothing special to build sage: untar the
> source, make.  That's it. (I wish I knew more about what was going on)
> 
> Here is the output from ldd:
> 
> (sage-sh) sbh@sbh-MacBookPro:sage-6.1.1$ ldd -r local/lib/libcblas.so
>     linux-vdso.so.1 =>  (0x00007fffdc325000)
>     libatlas.so.3 =>
> /home/sbh/SW/Sage6.1.1/sage-6.1.1/local/lib/libatlas.so.3
> (0x00007f7dc1029000)
>     libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7dc0c53000)
>     libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
> (0x00007f7dc0a35000)
>     libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f7dc0739000)
>     /lib64/ld-linux-x86-64.so.2 (0x00007f7dc148b000)
> 
> Thanks,
> Brett
> 
> On Thursday, February 6, 2014 7:08:48 PM UTC-7, François wrote:
> > I have no idea why you don't even have libcblas in the readelf output.
> > Are you trying to use your distro atlas or building Sage's own?
> > Is local/lib/libcblas.so broken (ldd -r output)?
Let's try something from a sage shell in src does
gcc -pthread -shared -L/home/sbh/SW/Sage6.1.1/sage-6.1.1/local/lib 
build/temp.linux-x86_64-2.7/sage/rings/complex_double.o -
L/home/sbh/SW/Sage6.1.1/sage-6.1.1/local/lib -
L/home/sbh/SW/Sage6.1.1/sage-6.1.1/local/lib -lcsage -lgsl -lcblas -latlas -
lpari -lgmp -lm -lstdc++ -lntl -lpython2.7 -o build/lib.linux-
x86_64-2.7/sage/rings/complex_double.so -Wl,--no-as-needed -Wl,--no-undefined

work and spit out anything?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to