help-octave
[Top][All Lists]
Advanced

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

Re: further Mac OS X woes


From: Per Persson
Subject: Re: further Mac OS X woes
Date: Fri, 25 Apr 2003 10:05:10 +0200

As Jonathan correctly pointed out, configure couldn't find libreadline.

In general, and I'm pretty sure this is in the fink FAQ, you need to add the search paths to fink-installed libs and headers.
setenv CPPFLAGS '-no-cpp-precomp -I/sw/include'
setenv LDFLAGS '-L/sw/lib'

The -no-cpp-precomp flag is unrelated to the problem, but it'll reduce the compile time You probably need to specify FLIBS too, if configure barfs on g77 installed by fink
setenv FLIBS '-L/sw/lib -lg2c'

Please let me know if this worksm and I'll add it to the wiki page
http://www.gnufans.net/octave.pl?OctaveForMac

/Per


On fredag, apr 25, 2003, at 05:33 Europe/Stockholm, Heber Farnsworth wrote:

I mentioned in a previous email that 2.1.40 gives strange results on a Mac. I downloaded 2.1.46 and tried to build it but I ran into problems. It complained that I needed readline 4.2 or later. So I used apt-get and installed readline 4.3. But configure still > complains

checking for rl_set_keyboard_input_timeout in -lreadline... no
configure: WARNING: I need GNU Readline 4.2 or later
configure: error: this is fatal unless you specify --disable-readline

whassup?

Heber




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