From owner-bug-octave at bevo dot che dot wisc dot edu Sun Nov 24 00:06:21 1996 Subject: re: Libieee? From: Mike Blatchley To: John Verzani cc: bug-octave at bevo dot che dot wisc dot edu, mblatch@orci.com Date: Sat, 23 Nov 1996 23:06:13 -0700 (MST) John Verzani wrote: > 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. John, I just noticed your post to help-octave, but didn't notice if you got a reply or not...my ISP was down with a busted T1 for a couple days, so I didn't get a lot of mail. My latest i386 RedHat Linux installation also no longer has libieee, which is being looked for because of the gcc option "-mieee-fp". The word I have received is that all the libieee functionality has been moved to the new libm. So, as an interim "fix", I copy /usr/lib/libm.a to octave-1.93/libieee.a {or wherever the root of your source tree is. ^^^^^^^^^ Maybe not a clean fix, but it got me compiled! Mike Blatchley mblatch at orci dot com