help-octave
[Top][All Lists]
Advanced

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

Re: Problem with pkg install on 2.9.16 cvs


From: LUK ShunTim
Subject: Re: Problem with pkg install on 2.9.16 cvs
Date: Mon, 05 Nov 2007 21:43:57 +0800
User-agent: Mozilla-Thunderbird 2.0.0.6 (X11/20071009)

Riccardo Corradini wrote:
Hi all,
I successfully installed the latest octave2.9.16 from CVS on the latest version of ubuntu, but I have some problems installing the octave forge packages.
It seems there problems are finding the octave's  header
For instance
octave -q
octave:1> pkg install io-1.0.3.tar.gz
dlmread.cc:18:20: error: config.h: No such file or directory
dlmread.cc:26:24: error: octave/oct.h: No such file or directory
dlmread.cc:27:28: error: octave/lo-ieee.h: No such file or directory

Maybe be you need to do something like
        export CPPFLAGS=-I/path/to/your/octave-headers

and also this as well
        export LDFLAGS=-L/path/to/your/octave-libraries

before you invoke pkg.

Regards,
ST
--


reply via email to

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