I have encountered a persistent compile error when trying to compile the source for octave-2.1.35-6. I am currently fully updated via fink selfupdate, and fink updateall. When I try fink install octave, the file builds until the following error is reached:
_CONFIG_H -fno-coalesce-templates -fno-implicit-templates -g -O2 -Wall ./DLD-FUNCTIONS/schur.cc -o schur.o c++ -c -no-cpp-precomp -I/Volumes/Macintosh_HD/sw/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob -I../glob -DHAVE_CONFIG_H -fno-coalesce-templates -fno-implicit-templates -g -O2 -Wall ./DLD-FUNCTIONS/sort.cc -o sort.o c++ -c -no-cpp-precomp -I/Volumes/Macintosh_HD/sw/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob -I../glob -DHAVE_CONFIG_H -fno-coalesce-templates -fno-implicit-templates -g -O2 -Wall ./DLD-FUNCTIONS/svd.cc -o svd.o c++ -c -no-cpp-precomp -I/Volumes/Macintosh_HD/sw/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob -I../glob -DHAVE_CONFIG_H -fno-coalesce-templates -fno-implicit-templates -g -O2 -Wall ./DLD-FUNCTIONS/syl.cc -o syl.o c++ -c -no-cpp-precomp -I/Volumes/Macintosh_HD/sw/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob -I../glob -DHAVE_CONFIG_H -fno-coalesce-templates -fno-implicit-templates -g -O2 -Wall ./DLD-FUNCTIONS/time.cc -o time.o ar -x /usr/lib/libstdc++.a c++ -no-cpp-precomp -I/Volumes/Macintosh_HD/sw/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob -I../glob -DHAVE_CONFIG_H -fno-coalesce-templates -fno-implicit-templates -g -O2 -Wall \ -L.. -fPIC -L/Volumes/Macintosh_HD/sw/lib -g -Xlinker -m -L/Volumes/Macintosh_HD/sw/lib -o octave \ octave.o builtins.o ops.o ../libcruft/blas-xtra/xerbla.o balance.o besselj.o betainc.o chol.o colloc.o dassl.o det.o eig.o expm.o fft.o fft2.o filter.o find.o fsolve.o gammainc.o getgrent.o getpwent.o getrusage.o givens.o hess.o ifft.o ifft2.o inv.o log.o lpsolve.o lsode.o lu.o minmax.o pinv.o qr.o quad.o qz.o rand.o schur.o sort.o svd.o syl.o time.o \ -L../liboctave -L../libcruft -L../src \ ../src/liboctinterp.a ../liboctave/liboctave.a ../libcruft/libcruft.a ../kpathsea/libkpathsea.a ../glob/glob.o ../glob/fnmatch.o \ -ldfftw -lreadline -lncurses -ldl -lhdf5 -lz -lm -lf2c PlotFile.o filebuf.o iofscanf.o iostream.o pfstream.o SFile.o filedoalloc.o iofsetpos.o iostrerror.o procbuf.o builtinbuf.o fileops.o iogetc.o ioungetc.o sbform.o cleanup.o floatconv.o iogetdelim.o iovfprintf.o sbgetline.o cmathi.o fstream.o iogetline.o iovfscanf.o sbscan.o cstdlibi.o indstream.o ioignore.o isgetline.o stdexcepti.o cstringi.o initio.o iomanip.o isgetsb.o stdiostream.o cstrio.o ioassign.o iopadn.o isscan.o stlinst.o cstrmain.o ioextend.o iopopen.o ldcomio.o stream.o dcomio.o iofclose.o ioprims.o ldcomplex.o streambuf.o dcomplex.o iofeof.o ioprintf.o osform.o strops.o editbuf.o ioferror.o ioputc.o outfloat.o strstream.o fcomio.o iofgetpos.o ioseekoff.o parsestream.o valarray.o fcomplex.o iofread.o ioseekpos.o peekc.o /usr/bin/ld: table of contents for archive: ../kpathsea/libkpathsea.a is out of date; rerun ranlib(1) (can't load from it) /usr/bin/ld: warning multiple definitions of symbol _UP /Volumes/Macintosh_HD/sw/lib/libreadline.dylib(terminal.so) definition of _UP /usr/lib/libm.dylib(curses.o) definition of _UP /usr/bin/ld: warning multiple definitions of symbol _PC /Volumes/Macintosh_HD/sw/lib/libreadline.dylib(terminal.so) definition of _PC /usr/lib/libm.dylib(curses.o) definition of _PC /usr/bin/ld: warning multiple definitions of symbol _BC /Volumes/Macintosh_HD/sw/lib/libreadline.dylib(terminal.so) definition of _BC /usr/lib/libm.dylib(curses.o) definition of _BC /usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _tgoto used from dynamic library /usr/lib/libm.dylib(tgoto.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_tgoto.o) symbol _tputs used from dynamic library /usr/lib/libm.dylib(tputs.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_tputs.o) symbol _ospeed used from dynamic library /usr/lib/libm.dylib(tputs.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_tputs.o) symbol _tgetflag used from dynamic library /usr/lib/libm.dylib(termcap.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_termcap.o) symbol _tgetent used from dynamic library /usr/lib/libm.dylib(termcap.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_termcap.o) symbol _tgetnum used from dynamic library /usr/lib/libm.dylib(termcap.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_termcap.o) symbol _tgetstr used from dynamic library /usr/lib/libm.dylib(termcap.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_termcap.o) symbol _curscr used from dynamic library /usr/lib/libm.dylib(curses.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_data.o) symbol _stdscr used from dynamic library /usr/lib/libm.dylib(curses.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_data.o) symbol _COLS used from dynamic library /usr/lib/libm.dylib(curses.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_setup.o) symbol _LINES used from dynamic library /usr/lib/libm.dylib(curses.o) not from earlier dynamic library /Volumes/Macintosh_HD/sw/lib/libncurses.dylib.5(lib_setup.o) make[2]: *** [octave] Error 1 make[1]: *** [src] Error 2 make: *** [all] Error 2 ### make failed, exit code 2 Failed: compiling octave-2.1.35-6 failed I would greatly appreciate any help and input with this problem. It doesn't seem to be one that has come up in discussion, and might be specific to my configuration. Thanks again for your help. Ben Jacobson -- Benjamin Jacobson Department of Psychology University of Colorado at Boulder Muenzinger E-213 Campus Box 345 Boulder, CO 80304 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
