Thank you for the quick response,Sounds like a good solution for me.
I've changed the installation dir to: C:\Octave\3.0.5_gcc-4.3.0
However, I get new errors:

octave-3.0.5.exe:6:C:\Octave\pkgs
> pkg install arpack-1.0.7.tar.gz
eigs.cc: In function 'octave_value_list Feigs(const octave_value_list&,
int)':
eigs.cc:422: warning: suggest explicit braces to avoid ambiguous 'else'
eigs.cc:444: warning: suggest explicit braces to avoid ambiguous 'else'
eigs.cc:466: warning: suggest explicit braces to avoid ambiguous 'else'
eigs.o:eigs.cc:(.text+0x201c): undefined reference to `cholmod_free_sparse'
eigs.o:eigs.cc:(.text$_ZN10SparseCHOLD1Ev[SparseCHOL::~SparseCHOL()]+0x3d):
undefined reference to `cholmod_free_sparse'

eigs.o:eigs.cc:(.text$_ZN17SparseComplexCHOLD1Ev[SparseComplexCHOL::~SparseComplexCHOL()]+0x3d):
undefined reference to
`cholmod_free_sparse'
eigs.o:eigs.cc:(.text$_Z29EigsComplexNonSymmetricMatrixI19SparseComplexMatrixEiRKT_SsiiRiR13ComplexMatrixR19ComplexColum
nVectorS3_R12ColumnVectorS8_RSodibii[int
EigsComplexNonSymmetricMatrix<SparseComplexMatrix>(SparseComplexMatrix
const&,
std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int,
int, int&, ComplexMatrix&, ComplexColumnVec
tor&, SparseComplexMatrix const&, ColumnVector&, ComplexColumnVector&,
std::basic_ostream<char, std::char_traits<char> >
&, double, int, bool, int, int)]+0x1dc9): undefined reference to
`cholmod_free_sparse'
collect2: ld returned 1 exit status
make: *** [eigs.oct] Error 1
error: 'make' returned the following error: make: Entering directory
`/tmp/oct-2/arpack-1.0.7/src'
mkoctfile -DHAVE_OCTAVE_30 -v -DHAVE_CONFIG_H -DHAVE_ARPACK eigs.cc -larpack
mingw32-g++-4.3.0-dw2 -c -march=i686 -mtune=generic -O2
-Ic:\Octave\3.0.5_gcc-4.3.0\include\octave-3.0.5 -Ic:\Octave\3
.0.5_gcc-4.3.0\include\octave-3.0.5\octave
-Ic:\Octave\3.0.5_gcc-4.3.0\include -mieee-fp -D_DLL -Wall
 -DHAVE_OCTAVE_3
0 -DHAVE_CONFIG_H -DHAVE_ARPACK eigs.cc -o eigs.o
mingw32-g++-4.3.0-dw2 -shared -Wl,--export-all-symbols
-Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -share
d-libgcc  -o eigs.oct  eigs.o   -larpack
-Lc:\Octave\3.0.5_gcc-4.3.0\lib\octave-3.0.5 -Lc:\Octave\3.0.5_gcc-4.3.0\lib
-l
octinterp -loctave  -lcruft -shared-libgcc -llapack -lblas -lfftw3
-lreadline  -lncurses -lhdf5 -lz -lm  -lws2_32 -lkern
el32 -lgfortran -lstdc++_s
make: Leaving directory `/tmp/oct-2/arpack-1.0.7/src'
error: called from `pkg:configure_make' in file
C:\Octave\3.0.5_gcc-4.3.0\share\octave\3.0.5\m\pkg\pkg.m near line 1250,
 column 2
octave-3.0.5.exe:6:C:\Octave\pkgs


Do I have to install the original Fortran ARPACK package first?
Is there some simpler way of installation, by copying files from 3.0.1
installation?

-Sergei.

On Sat, Jun 6, 2009 at 4:41 PM, Benjamin Lindner <[email protected]> wrote:

> Sergei Masis wrote:
>
>> "pkg install" wouldn't work ("no gcc found..")
>> I refer to the Octave-3.0.5_i686-pc-mingw32_gcc-4.3.0_setup
>> Thank you,
>> --
>>
>
> The reason you see this error message is because you have installed octave
> into a path which contains spaces.
> Please install into a path without spaces, and you should be able to run
> the pkg manager.
>
> I'm not sure I'd call it a bug, but at the moment it's like this:
> If you install octave into a path that contains spaces, then octave will
> run fine, but you will not be able to install packages using the package
> manager.
> There is a problem in passing various options to the configure script,
> because the quoting does not work right now as expected.
>
> Not sure how and if and when this will be fixed, so for the moment the
> solution is:
> Install Octave into a path *without* spaces.
>
> I'll modify the installer for 3.2.x to have a new default installation path
> and issue a noticable warning if the user choses otherwise, and update the
> readme files.
>
> benjamin
>



-- 
Sergei.
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to