Dear Carlo,
Thank you for your tip. I tried to install all the dependencies using "sudo apt-get build-dep octave" but I get the following error "E: Unable to find a source package for octave".
Which line is needed in the sources.list to install this package or could that be the problem?
Any feedback to the above is appreciated.
/Per
______________________
Per Haugaard,
Griffenfeldsgade 33, 2.tv
2200 København N
Denmark
mobil: +45 26 39 06 40
E-mail: address@hidden
--- Den ons 18/2/09 skrev Carlo de Falco <address@hidden>:
Fra: Carlo de Falco <address@hidden> Emne: Re: Installing the new version 3.0.3 on Ubuntu version 8.10 Til: address@hidden Cc: address@hidden Dato: onsdag 18. februar 2009 14.30
On 18 Feb 2009, at 12:51, Per Haugaard wrote:
> Dear user group, > > Trying for the first time to install octave on my Linux system. After issuing the ./configure --prefix /opt/octave_v3 with no trouble I issued the make command. Here I get the following error and the make procedure is halted: > > collect2: ld returned 1 exit status > make[2]: *** [octave] Error 1 > make[2]: Leaving directory `/home/pha/Progz/octave-3.0.3/src' > make[1]: *** [src]
Error 2 > make[1]: Leaving directory `/home/pha/Progz/octave-3.0.3' > make: *** [all] Error 2 > > Make check gives the following message: > > make[1]: Entering directory `/home/pha/Progz/octave-3.0.3' > make -C test check > make[2]: Entering directory `/home/pha/Progz/octave-3.0.3/test' > ../run-octave --norc --silent --no-history ./fntests.m . > exec: 72: /home/pha/Progz/octave-3.0.3/src/octave: not found > make[2]: *** [check] Error 2 > make[2]: Leaving directory `/home/pha/Progz/octave-3.0.3/test' > make[1]: *** [check] Error 2 > make[1]: Leaving directory `/home/pha/Progz/octave-3.0.3' > make: *** [check] Error 2 > > Running the make command I only noticed warnings on integers especially on oct-inttypes.cc and oct-inttypes.h. > > The above description might not so informative.
Indeed the error messages you provided are not
enough...
> But hopefully some has had the same errors before. Any help or feedback is appreciated
I can only try to guess, do you have all dependencies installed? You can do it easiy on ubuntu by:
sudo apt-get build-dep octave
> /Per
c.
|