ããã ãããã wrote:

[]

g++ -dynamiclib -single_module -L/sw/lib -install_name /sw/lib/octave-2.1.57/liboctave.dylib -o liboctave.dylib \
Bounds.o CollocWt.o DASPK.o DASRT.o DASSL.o FEGrid.o LinConst.o
[etc.]
oct-rl-hist.o pathsearch.o kpse-xfns.o -L../libcruft -L../glob -L. -lcruft -framework vecLib -lfftw3 -lreadline -lglob -lreadline -lncurses -lhdf5 -lz -lm -L/sw/lib -lg2c
ld: warning -dylib_install_name /sw/lib/octave-2.1.57/liboctave.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table
ld: warning prebinding disabled because dependent library: /sw/lib/octave-2.1.57/libcruft.dylib is not prebound
ld: warning multiple definitions of symbol _xerbla_
../libcruft/libcruft.dylib(single module) definition of _xerbla_
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib(single module) definition of _xerbla_
ld: Undefined symbols:
Array<double>::transpose() const
/usr/bin/libtool: internal link edit command failed
make[2]: *** [liboctave.dylib] Error 1
make[1]: *** [liboctave] Error 2
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.QKq6Pt failed, exit code 2
Failed: compiling octave-2.1.57-3 failed

I am now convinced that this is a problem with the c++ compiler from Xcode-1.5. I get this compiled correctly with
c++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
and it breaks (it just does not put this symbol into the object file Array-d.o) with
c++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)


I am bouncing this to the devel list. Somebody has perhaps heard about such problems with the new version of gcc-3.3

I am not speaking enough c++ to see what exactly happens here.

--
Martin



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to