Date: Sat, 23 Apr 2005 16:48:55 +0200 From: Joan Picanyol i Puig <lists-octave@biaix.org> To: "John W. Eaton" <jwe@bevo.che.wisc.edu> Cc: freebsd-ports@freebsd.org Subject: Re: octave and heimdal conflict around fnmatch.h (was Re: issues compiling octave-2.1.69 on FreeBSD 5.4) Message-ID: <20050423144855.GA33600@grummit.biaix.org> In-Reply-To: <17002.23148.571396.347151@devzero.bogus.domain> References: <20050420175047.GB29990@grummit.biaix.org> <42674D94.7070108@gmail.com> <20050421155406.GB86490@grummit.biaix.org> <16999.53351.603626.223836@devzero.bogus.domain> <20050421191441.GB9754@grummit.biaix.org> <16999.65302.366221.91861@devzero.bogus.domain> <20050422130841.GB40624@grummit.biaix.org> <17001.2258.64534.72369@devzero.bogus.domain> <20050423141022.GA28184@grummit.biaix.org> <17002.23148.571396.347151@devzero.bogus.domain>
next in thread | previous in thread | raw e-mail | index | archive | help
* John W. Eaton <jwe@bevo.che.wisc.edu> [20050423 16:23]: > On 23-Apr-2005, Joan Picanyol i Puig <lists-octave@biaix.org> 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. Actually, I set LDFLAGS and CPPFLAGS manually to ensure octave looked into /usr/local. Under FreeBSD all third-party software is installed under /usr/local, so this was needed to get octave to find fftw, ATLAS et al. FWIW I suspect the FreeBSD ports Makefiles do this under the hood. tks -- pica
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050423144855.GA33600>