help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DLD compilation errors


From: Glenn Golden
Subject: Re: DLD compilation errors
Date: Fri, 23 Jan 2004 17:40:41 -0700

Paul Kienzle writes:
>
> Is octave/config.h being included?
> 

Aha.  It's inside a conditional for HAVE_CONFIG_H:


    #ifdef HAVE_CONFIG_H
    #include <config.h>
    #endif

which I assumed was being #defined by mkoctfile... but I guess not,
because when I explicitly define it, it compiles ok.

Thanks!

Glenn



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]