Changes between Initial Version and Version 1 of Ticket #8837


Ignore:
Timestamp:
05/02/10 00:19:49 (3 years ago)
Author:
GeorgSWeber
Comment:

Sage-4.4 did build fine under Mac OS X 10.4.11 on both MacPPC and MacIntel?, but Sage-4.4.1.alpha3 fails to build on my MacIntel? with the same error as William reported for a MacPPC machine above:

gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/Shared/sage/test/sage-4.4.1.alpha3/local//include -I/Users/Shared/sage/test/sage-4.4.1.alpha3/local//include/csage -I/Users/Shared/sage/test/sage-4.4.1.alpha3/devel//sage/sage/ext -I/Users/Shared/sage/test/sage-4.4.1.alpha3/local/include/python2.6 -c sage/libs/mpmath/utils.c -o build/temp.macosx-10.4-i386-2.6/sage/libs/mpmath/utils.o -w[[BR]]gcc -L/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib -bundle -undefined dynamic_lookup build/temp.macosx-10.4-i386-2.6/sage/libs/symmetrica/symmetrica.o -L/Users/Shared/sage/test/sage-4.4.1.alpha3/local//lib -lcsage -lsymmetrica -lstdc++ -lntl -o build/lib.macosx-10.4-i386-2.6/sage/libs/symmetrica/symmetrica.so[[BR]]/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol _content[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libcsage.dylib(single module) definition of _content[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libsymmetrica.a(nu.o) definition of _content in section (!__TEXT,!__text)[[BR]]/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol _det[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libcsage.dylib(single module) definition of _det[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libsymmetrica.a(nu.o) definition of _det in section (!__TEXT,!__text)[[BR]]/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol _ggt[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libcsage.dylib(single module) definition of _ggt[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libsymmetrica.a(nu.o) definition of _ggt in section (!__TEXT,!__text)[[BR]]/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol _rank[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libcsage.dylib(single module) definition of _rank[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libsymmetrica.a(ma.o) definition of _rank in section (!__TEXT,!__text)[[BR]]/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol _jacobi[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libcsage.dylib(single module) definition of _jacobi[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libsymmetrica.a(nb.o) definition of _jacobi in section (!__TEXT,!__text)[[BR]]/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol _kronecker[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libcsage.dylib(single module) definition of _kronecker[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libsymmetrica.a(nb.o) definition of _kronecker in section (!__TEXT,!__text)[[BR]]/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol _print[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libcsage.dylib(single module) definition of _print[[BR]]/Users/Shared/sage/test/sage-4.4.1.alpha3/local/lib/libsymmetrica.a(io.o) definition of _print in section (!__TEXT,!__text)[[BR]]collect2: ld returned 1 exit status[[BR]]error: command 'gcc' failed with exit status 1[[BR]]sage: There was an error installing modified sage library code.[[BR]][[BR]]ERROR installing SAGE[[BR]][[BR]]real    21m47.890s[[BR]]user    36m9.048s[[BR]]sys     3m7.731s[[BR]]sage: An error occurred while installing sage-4.4.1.alpha3

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8837

    • Property Summary changed from the symmetrica Sage library cython code doesn't build on OS X 10.4 PowerPC to Sage 4.4.1: the symmetrica Sage library cython code doesn't build on OS X 10.4 PowerPC, Intel
  • Ticket #8837 – Description

    initial v1  
    1  
    21{{{ 
    32gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/malloc/ -I/home/wstein/screen/varro/sage-4.4.1.alpha3/local//include -I/home/wstein/screen/varro/sage-4.4.1.alpha3/local//include/csage -I/home/wstein/screen/varro/sage-4.4.1.alpha3/devel//sage/sage/ext -I/home/wstein/screen/varro/sage-4.4.1.alpha3/local/include/python2.6 -c sage/libs/symmetrica/symmetrica.c -o build/temp.macosx-10.4-ppc-2.6/sage/libs/symmetrica/symmetrica.o -w