From octave-maintainers-request at bevo dot che dot wisc dot edu Tue Nov 26 07:47:36 1996 Subject: [50 character or so descriptive subject here (for reference)] From: Paul Boven To: octave-maintainers at bevo dot che dot wisc dot edu Date: Tue, 26 Nov 1996 14:46:56 +0100 (MET) To: octave-maintainers at bevo dot che dot wisc dot edu Subject: Problems linking 1.93 NetBSD-1.2b Bug report for Octave 1.93 configured for sparc-unknown-netbsd1.2B Description: ----------- After my earlier attempts to get octave working I now have a kernel that swaps on multiple disks, so enough VM, and I started a clean make of octave-1.93 that became available by then. Seems I'm almost there, but linking octave itself runs into problems. Relevant output: c++ -I. -I.. -I../liboctave -I../src -I../glob -I../libcruft/misc -DHAVE_CONFIG_H -fno-implicit-templates -g -O -Wall -L.. -g -o octave \ octave.o builtins.o balance.o chol.o colloc.o dassl.o det.o eig.o expm.o fft.o fft2.o filter.o find.o fsolve.o fsqp.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 npsol.o pinv.o qpsol.o qr.o quad.o qzval.o rand.o schur.o sort.o svd.o syl.o time.o \ -L../liboctave -L../libcruft -L../readline -L../kpathsea -L../glob -L../dlfcn -L. \ -loctinterp -loctave -ltinst -lcruft -lreadline -lkpathsea -lglob \ -lf2c -ltermcap -lm -lg++ /usr/include/g++/SLList.h:93: Undefined symbol `__vt$t6SLList1ZP15tree_expression' referenced from text segment /usr/include/g++/SLList.h:93: Undefined symbol `__vt$t6SLList1ZP15tree_expression' referenced from text segment /usr/include/g++/SLList.h:93: Undefined symbol `__vt$t6SLList1ZP15tree_matrix_row' referenced from text segment [ -- 8< -- ] (about 45 of them in all). Repeat-By: --------- * Please replace this item with a description of the sequence of events that causes the problem to occur. Fix: --- * If possible, replace this item with a description of how to fix the problem (if you don't have a fix for the problem, don't include this section, but please do submit your report anyway). Configuration (please do not edit this section): ----------------------------------------------- uname output: NetBSD wit387304.student.utwente.nl 1.2B NetBSD 1.2B (ELC) #1: Tue Nov 19 19:33:32 MET 1996 paul at wit387304 dot student dot utwente dot nl:/usr/src/sys/arch/sparc/compile/ELC sparc configure opts: Fortran compiler: FFLAGS: F2C: f2c F2CFLAGS: FLIBS: -lf2c CPPFLAGS: INCFLAGS: -I/usr/local/include -I/usr/local/include/octave-1.93 C compiler: gcc, version 2.7.2 CFLAGS: -DHAVE_CONFIG_H -g -O -Wall CPICFLAG: -fPIC C++ compiler: c++, version 2.7.2 CXXFLAGS: -DHAVE_CONFIG_H -fno-implicit-templates -g -O -Wall CXXPICFLAG: -fPIC LDFLAGS: -g LIBFLAGS: -L/usr/local/lib RLD_FLAG: CXXLIBS: -lstdc++ -lm -L/usr/libexec -lstdc++ -lm -lgcc -lc -lgcc TERMLIBS: -ltermcap LIBS: LEXLIB: LIBPLPLOT: LIBDLFCN: DEFS: -DOCTAVE_SOURCE=1 -DSEPCHAR=':' -DSEPCHAR_STR=":" -DUSE_GNU_INFO=1 -DUSE_READLINE=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_ALLOCA=1 -DF77_APPEND_UNDERSCORE=1 -DF77_APPEND_UNDERSCORE=1 -DSTDC_HEADERS=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_ASSERT_H=1 -DHAVE_CURSES_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1 -DHAVE_GRP_H=1 -DHAVE_IEEEFP_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PWD_H=1 -DHAVE_SGTTY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_VARARGS_H=1 -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ATEXIT=1 -DHAVE_BCOPY=1 -DHAVE_BZERO=1 -DHAVE_DUP2=1 -DHAVE_ENDGRENT=1 -DHAVE_ENDPWENT=1 -DHAVE_EXECVP=1 -DHAVE_FCNTL=1 -DHAVE_FORK=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETGRENT=1 -DHAVE_GETGRGID=1 -DHAVE_GETGRNA