It failed again after typing "make". I attached the original log as
you requested, but if you want the new one, which is likely to be
twice the size, then I can do that too.

BTW, I am purposly using an old version of Solaris 10

drkirkby@buzzard:~$ cat /etc/release
                         Solaris 10 3/05 s10_74L2a SPARC
           Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                            Assembled 22 January 2005

I've kept the old version, since if Sage builds on an old version, the
binaries should work on a newer one too.

There are a few non-standard things about this installation:

1) Infiniband driver "ib" removed, and dependent packages. I need to
do this to run a GPIB board, which uses the same driver name. It
should not have any effect on Sage.
2) gcc 4.5.0 built with gmp-5.0.1 mpfr-3.0.0 & mpc-0.8.2.
3) These are set:
SAGE_PARALLEL_SPKG_BUILD=yes
SAGE_TIMEOUT_LONG=10000

drkirkby@buzzard:~$ gcc --verbose
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc-4.5.0/libexec/gcc/sparc-sun-solaris2.10/4.5.0/lto-wrapper
Target: sparc-sun-solaris2.10
Configured with: /export/home/drkirkby/gcc-4.5.0/configure
--prefix=/usr/local/gcc-4.5.0 --with-gmp=/usr/local/gcc-4.5.0
--with-gmp=/usr/local/gcc-4.5.0 --with-mpc=/usr/local/gcc-4.5.0
-disable-nls --enable-checking=release --enable-werror=no
--enable-multilib --with-system-zlib --enable-bootstrap
--with-ld=/usr/ccs/bin/ld --with-as=/usr/ccs/bin/as --without-gnu-ld
--without-gnu-as -with-pkgversion='GCC gmp-5.0.1 mpfr-3.0.0 mpc-0.8.2'
--enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.5.0 (GCC gmp-5.0.1 mpfr-3.0.0 mpc-0.8.2)

On 11 October 2013 10:43, Volker Braun <vbraun.n...@gmail.com> wrote:
> There are two attempts to build shared libraries, once using upstream's
> method of a hand-crafted makefile (in ATLAS-build) and then once more with
> our own libtool-based system (in ATLAS-lib). Your failure is in the former.
> The build should have proceeded with another attempt. Post the full build
> log.
>
>
>
> On Friday, October 11, 2013 9:53:36 AM UTC+1, Dr. David Kirkby wrote:
>>
>> But further down the log, we see the bit of Sage that builds a shared
>> library, which is in the Sage .spkg, and not part of the source code
>> by the ATLAS developer:
>>
>> make[5]: Entering directory
>>
>> `/export/home/drkirkby/sage-5.13.beta0/spkg/build/atlas-3.10.1.p5/ATLAS-build/lib'
>> gcc -fPIC -m32 -shared -o libsatlas.so  \
>>            -Wl,--whole-archive liblapack.a libf77blas.a libcblas.a
>> libatlas.a -Wl,--no-whole-archive -lc -lm
>> /usr/ccs/bin/ld: illegal option -- whole-archive
>> /usr/ccs/bin/ld: illegal option -- no-whole-archive
>> usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?]
>> file(s)
>>
>> fails miserably, as the GNU options are being fed.
>>
> --
> 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.

-- 
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