help-octave
[Top][All Lists]
Advanced

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

octave and heimdal conflict around fnmatch.h (was Re: issues compiling o


From: John W. Eaton
Subject: octave and heimdal conflict around fnmatch.h (was Re: issues compiling octave-2.1.69 on FreeBSD 5.4)
Date: Sat, 23 Apr 2005 10:23:40 -0400

On 23-Apr-2005, Joan Picanyol i Puig <address@hidden> wrote:

| Making this change allowed Octave to link cleanly. I'm not sure what the
| proper fix is, I see several options:
| 
| 1.- fix heimdal to either use the system's fnmatch.h or provide an extern
|     "C" wrapper using the __BEGIN_DECLS macro
| 2.- make octave use the system's fnmatch.h

Octave's makefiles do not add -I/usr/local/include to the compiler
flags, so it must be that your compiler is searching there by default.

I don't think it is good for an external package to install header
files that replace system headers in locations that are searched by
default.  So I'd say that the heimdal package is broken.

jwe



-------------------------------------------------------------
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]