[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make error lo-ieee
From: |
Alfredo Tomasini |
Subject: |
Re: make error lo-ieee |
Date: |
Mon, 31 Jul 2000 11:05:34 -0700 |
"S. Bradford Doyle" wrote:
> I am a newbie nonsubscriber so please respond directly.
>
> On a Red Hat Linux 6.2 box I get the following after ./configure and
> make
>
> lo-ieee.cc 'void octave_ieee_init()':
> lo-ieee.cc:95: 'NAN' undeclared (first use this function)
> lo-ieee.cc:95: (Each undeclared identifier is reported only once
> lo-ieee.cc:95: for each function it appears in.)
> make[2]: *** [lo-ieee.o] Error 1
> make[2]: Leaving dircetory '[path]/octave-2.0.13/liboctave'
> make[1]: *** [liboctave] Error 2
> make[1]: Leaving directory '[path]/octave-2.0.13'
> make: *** [all] Error 2
>
> any advice would be helpful
>
> gcc or g++ -dumpversion results in egcs-2.91.66
> I am using make-3.78.1
>
> Thanks,
> Brad
>
> -----------------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
> How to fund new projects: http://www.che.wisc.edu/octave/funding.html
> Subscription information: http://www.che.wisc.edu/octave/archive.html
> -----------------------------------------------------------------------
Brad,
I had similar problem with octave 2.0.14.
Check for include into the lo-ieee.c, you should find a ieee.h include
or something similar. Of course you should
have the ieee.h in some place into you include path.
Actually I suggest to look for ieee.h and then include it into the .c
file.
I hope it solve the problem.
Alfredo
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- make error lo-ieee, S. Bradford Doyle, 2000/07/31
- Re: make error lo-ieee,
Alfredo Tomasini <=