From owner-help-octave at bevo dot che dot wisc dot edu Thu Nov 14 19:28:54 1996 Subject: Libiee? From: John Verzani To: help-octave at bevo dot che dot wisc dot edu Date: Thu, 14 Nov 1996 20:22:11 GMT Hello, I'm trying to compile the newest version of Octave on my linux machine and everything goes smoothly until the linking stage when gcc can't find -liee. I can't either. I can find header files with iee in them but not library. Am I doing something wrong? or am I simply missing a library that I should go and get. Thanks for any help. John Verzani The specific call: make[2]: Entering directory `/tmp/octave-1.91/src' c++ -I. -I../src -I.. -I../liboctave -I../src -I../glob -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O -Wall -L.. -mieee-fp -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 \ -ltermcap -lm -ldl -lg++ ld: cannot open -lieee: No such file or directory make[2]: *** [octave] Error 1 make[2]: Leaving directory `/tmp/octave-1.91/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/tmp/octave-1.91' make: *** [all] Error 2