From octave-maintainers-request at bevo dot che dot wisc dot edu Thu Feb 5 12:11:31 1998 Subject: error in octave-2.1.4 From: Steven N Harp To: octave-maintainers at bevo dot che dot wisc dot edu Date: Thu, 5 Feb 1998 13:11:27 -0500 (EST) While trying to build octave-2.1.4 on a Solaris 2.5 machine Octave is now configured for sparc-sun-solaris2.5 Source directory: . Installation prefix: /usr/local C compiler: gcc -g -O2 -Wall C++ compiler: c++ -g -O2 Fortran compiler: f77 -O Fortran libraries: -Xlinker -R -Xlinker /opt/SUNWspro/lib -L/opt/SUNWspro/lib -L/opt/SUNWspro/SC4.0/lib -L/usr/ccs/lib -L/usr/lib /opt/SUNWspro/SC4.0/lib/libM77.a -lF77 -lsunmath -lm -lcx Use GNU readline: true Use GNU info reader: true Default pager: less gnuplot: gnuplot Do internal array bounds checking: false Build static libraries: true Build shared libraries: false Minimal kernel option: false Dynamic Linking (dlopen/dlsym): true Dynamic Linking (shl_load/shl_findsym): false Include support for GNU readline: true Include support for the GNU Info reader: true configure: warning: I didn't find runtest -- install DejaGNU if you want to run `make check' I received the following make prefix=/home/snh/octave ....... make[3]: Entering directory `/home/snh/octave/octave-2.1.4/libcruft/lapack' f77 -c -O xdlange.f xdlange.f: xdlange: xdlange: "xdlange.f", line 8: Error: external name "xdlange" already in use make[3]: *** [xdlange.o] Error 1 make[3]: Leaving directory `/home/snh/octave/octave-2.1.4/libcruft/lapack' make[2]: *** [lapack] Error 2 make[2]: Leaving directory `/home/snh/octave/octave-2.1.4/libcruft' make[1]: *** [libcruft] Error 2 make[1]: Leaving directory `/home/snh/octave/octave-2.1.4' make: *** [all] Error 2 Steve