CVS build error with new sort

John Swensen jpswensen at comcast.net
Sun Feb 3 19:41:57 CST 2008


I am trying to build the most recent CVS (as of 2008/02/03 about 8PM)  
and am having a linker error involving the new sort stuff for sparse  
matrices.  When trying to link liboctave.dylib, I get the following  
error:
ld: duplicate symbol __ZN11octave_sortIiE11set_compareEPFbiiE in pic/ 
Array-i.o and pic/sparse-sort.o


My configure line is as follows:
./configure CC=gcc-4 CXX=g++-4 F77=gfortran CPPFLAGS=-I/sw/include  
LDFLAGS="-L/System/Library/Frameworks/Accelerate.framework -L/sw/lib - 
lreadline -lSystem -lSystemStubs -framework Accelerate" --prefix=/sw/ 
opt/octave/3.0_cvs20080203 --with-blas="-framework Accelerate"

John Swensen


More information about the Octave-maintainers mailing list