help-octave
[Top][All Lists]
Advanced

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

Re: Building octave on Solaris (success)


From: John W. Eaton
Subject: Re: Building octave on Solaris (success)
Date: Fri, 20 Jun 2003 15:21:52 -0500

On 20-Jun-2003, address@hidden <address@hidden> wrote:

| One note. Even though I built and installed readline within my home
| directory, octave still had to be told where to find the include files for
| readline. I did this via environment variables, something to this effect:
| 
| export CPPFLAGS='-I/home/pben/local/include'
| ./configure --prefix=/home/pben/local
| make all install

If this is all you did, then how was your copy of the readline library
found when linking octave?  Normally, I would expect that you would
need to set LDFLAGS to get your version of readline.

You could have some problems if there is some other version of
readline installed on your system that would be found by the linker
without any special flags and it doesn't match the header files that
you used when compiling Octave.

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]