From bug-request at octave dot org Sat Jan 14 07:17:42 2006 Subject: Problem on case-sensitive Darwin From: Martin Costabel To: bug at octave dot org Date: Sat, 14 Jan 2006 14:16:48 +0100 While most Mac users run their Mac OS X on case-insensitive HFS+, there are some that use UFS or case-sensitive HFS+. Octave builds for them, but doesn't work, because the module-loading mechanism is broken. (See the message http://www.mail-archive.com/fink-users%40lists.sourceforge.net/msg21549.html and its thread for the bug-hunt story). The reason is the line AC_CHECK_HEADER(Mach-O/dyld.h) in configure.in. It has been there for three years, but the header file is actually called /usr/include/mach-o/dyld.h Two years ago, the related line in liboctave/oct-shlib.cc #include was corrected to #include The line in configure.in should be corrected in the same way. -- Martin ------------------------------------------------------------- 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 -------------------------------------------------------------