octave-maintainers
[Top][All Lists]
Advanced

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

Re: CVS Build problem (what.m missing?)


From: Fredrik Lingvall
Subject: Re: CVS Build problem (what.m missing?)
Date: Tue, 23 Oct 2007 16:57:02 +0000
User-agent: Thunderbird 2.0.0.6 (X11/20070804)

David Bateman wrote:
Fredrik Lingvall wrote:
  
The file 'what.m' seems to be missing:

...
  
    
Opps, forgot the cvs add.. Fixed..

D.
  
OK. Got another though,

ls: cannot access *.cc: No such file or directory
make[3]: Leaving directory `/root/software/octave/cvs/octave/scripts/time'
g++ -O3 -pipe -m64 -mtune=nocona -march=nocona -mfpmath=sse -msse2 -msse3 -fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -pthread -o gethelp gethelp.cc
./mkdoc . > DOCSTRINGS.t
mv DOCSTRINGS.t DOCSTRINGS
make[2]: Leaving directory `/root/software/octave/cvs/octave/scripts'
make -C doc all
make[2]: Entering directory `/root/software/octave/cvs/octave/doc'
making conf.texi from conf.texi.in
conf.texi is unchanged
make -C faq all
make[3]: Entering directory `/root/software/octave/cvs/octave/doc/faq'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/software/octave/cvs/octave/doc/faq'
make -C interpreter all
make[3]: Entering directory `/root/software/octave/cvs/octave/doc/interpreter'
../../run-octave -f -q -H -p . --eval "sparseimages ('gplot', 'txt'); sleep (1);"
error: structure has no member `archprefix'
error: evaluating argument list element number 1
error: evaluating assignment _expression_ near line 1941, column 11
error: called from `pkg:getarchdir' in file `/root/software/octave/cvs/octave/scripts/pkg/pkg.m'
error: evaluating assignment _expression_ near line 2021, column 12
error: evaluating for command near line 2015, column 3
error: called from `pkg:load_packages_and_dependencies' in file `/root/software/octave/cvs/octave/scripts/pkg/pkg.m'
error: called from `pkg:load_packages' in file `/root/software/octave/cvs/octave/scripts/pkg/pkg.m'
error: evaluating switch command near line 244, column 3
error: called from `pkg' in file `/root/software/octave/cvs/octave/scripts/pkg/pkg.m'
error: near line 2 of file `/root/software/octave/cvs/octave/scripts/pkg/PKG_ADD'
error: source: error sourcing file `/root/software/octave/cvs/octave/scripts/pkg/PKG_ADD'

make[3]: *** [gplot.txt] Error 1
make[3]: Leaving directory `/root/software/octave/cvs/octave/doc/interpreter'
make[2]: *** [interpreter] Error 2
make[2]: Leaving directory `/root/software/octave/cvs/octave/doc'
make[1]: *** [doc] Error 2
make[1]: Leaving directory `/root/software/octave/cvs/octave'
make: *** [all] Error 2
fllap5 octave # 

On an amd64 machine,
fllap5 octave # uname -a
Linux fllap5 2.6.21-gentoo-r4 #5 SMP Mon Aug 13 15:18:57 CEST 2007 x86_64 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz GenuineIntel GNU/Linux

with --enable-64

fllap5 octave # ./configure CFLAGS="-O3 -pipe -m64 -mtune=nocona -march=nocona -mfpmath=sse -msse2 -msse3 -fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -pthread" CXXFLAGS="-O3 -pipe -m64 -mtune=nocona -march=nocona -mfpmath=sse -msse2 -msse3 -fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -pthread" FFLAGS="-O3 -pipe -m64 -fdefault-integer-8 -mtune=nocona -march=nocona -mfpmath=sse -msse2 -msse3 -fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -pthread" --enable-64 --prefix=/usr/local/ --with-blas=/usr/local/lib/libBLAS.so --with-lapack=/usr/local/lib/libLAPACK.so --enable-shared --without-hdf5

/Fredrik


reply via email to

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