From owner-help-octave at bevo dot che dot wisc dot edu Fri Feb 7 10:35:13 1997 Subject: make crash on linux From: blair at hoodlum dot dseg dot ti dot com (arthur blair) To: help-octave at bevo dot che dot wisc dot edu Date: Fri, 7 Feb 97 10:31:33 CST I'm trying to compile octave 202 on a redhat 4 linux box. I installed g77 & gcc 2.7.2.1 & the latest libraries from the CD. ./configure --enable-shared ran fine but make crashes with c++ -I. -I.. -I../liboctave -I../src -I../glob -I../libcruft/misc -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O2 -Wall -L.. -u MAIN__ -mieee-fp -fPIC -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 -L../liboctave -L../libcruft -L../readline -L../kpathsea -L../glob -L../dlfcn -L. \ -loctinterp -loctave -ltinst -lcruft -lreadline -lkpathsea -lglob \ -lf2c -L/usr/lib/gcc-lib/i486-linux/2.7.2.1.f.1 -lgcc -lncurses -lm -ldl ld: cannot open -lieee: No such file or directory make[2]: *** [octave] Error 1 make[2]: Leaving directory `/home/blair/ftp/octave-2.0.2/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/home/blair/ftp/octave-2.0.2' make: *** [all] Error 2 ludwig:/home/blair/ftp/octave-2.0.2# what & where should be libieee? Art.