help-octave
[Top][All Lists]
Advanced

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

Re: installing octave on Redhat 5.8


From: CdeMills
Subject: Re: installing octave on Redhat 5.8
Date: Thu, 27 Mar 2014 08:18:37 -0700 (PDT)

parafux wrote
> 
> does this mean to enter this line as command? because if i enter this i
> get the error:
> 
> address@hidden ~/octave-3.8.0>env
> CPPFLAGS="-I${HOME}/opt/local/include" LDFLAGS="-L${HOME}/opt/local/lib
> ./configure --prefix=/tools/octave
> Unmatched ".

Sorry, my error. The 'unmatched "' message should make clear that the issue
is an unclosed string between quotes. The right command is

env CPPFLAGS="-I${HOME}/opt/local/include" LDFLAGS="-L${HOME}/opt/local/lib"
./configure --prefix=/tools/octave

I forgot the quote just before ./configure

Regards

Pascal



--
View this message in context: 
http://octave.1599824.n4.nabble.com/installing-octave-on-Redhat-5-8-tp4663331p4663351.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]