|
From: | Judd Storrs |
Subject: | Re: problem installing Octave 3.2.2 on my desktop (Ubuntu 9.04) |
Date: | Thu, 15 Oct 2009 16:34:11 -0400 |
Ignorant here:
When trying to follow the post
http://wiki.octave.org/wiki.pl?EnableLargeArrays, I thought that I should do
the following:
(1) decompress octave-3.2.3.tar.bz2
(2) cd octave-3.2.3 (go to directory octave 3.2.3)
Then without really knowing what I was doing, I looked for the 'make.inc'
file in that directory:
(3) ls make*
Since there was no such a file, I ran the configure instruction using
gfortran:
(4) ./configure --with-f77=gfortran
Then I ran the line (in substitution of 'make.inc')
(5) make FORTRAN=gfortran OPTS="-fPIC -O3 -fdefault-integer-8"
BLASLIB=libblas.a
After a while, I got the same error about libcruft:
../libcruft/libcruft.so: undefined reference to `r_imag'[many more lines like that]
../libcruft/libcruft.so: undefined reference to `d_mod'
Could you please instruct me on which is the right way to do it, please?
What did I do wrong? Thanks.
--
Thomas Meurer-2 wrote:
>
> I followed the instructions on the site
>
> http://wiki.octave.org/wiki.pl?EnableLargeArrays
>
> to compile Octave from source on Ubuntu Jaunty. It worked perfectly fine
> for me including the large array option.
>
> Thomas
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>
View this message in context: http://www.nabble.com/problem-installing-Octave-3.2.2-on-my-desktop-%28Ubuntu-9.04%29-tp25497238p25915093.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
[Prev in Thread] | Current Thread | [Next in Thread] |