tir, 02 12 2008 kl. 22:52 +0000, skrev R.N.Palmer: > > Could you check that you have these > > development files installed. I think they're called 'libsuitesparse-dev' > > or something like that. > > Installing this package fixed this error, but I now have a new one: it > can't find -larpack. Where does it expect this to be installed? This > error occurs both with the ARPACK directory in my home directory (the > ARPACK default) and with it in the same directory as the package file.
It expects things to be installed in your library path. If you've installed it elsewhere, you can set the LD_LIBRARY_PATH or LIBRARY_PATH environment variables to point to where you've installed it. > > Isn't the relevant question if the binary distributed by Debian is > > compiled against suitesparse? I mean, if the binary version of Octave > > that ships with Debian (and hence Ubuntu) depends on suitesparse, then I > > would assume that the octave-headers package would depend on the > > suitesparse headers. > > The Ubuntu package octave3.0 depends on libsuitesparse, but > octave3.0-headers doesn't depend on libsuitesparse-dev. If you think > this is a bug, the place to report it is > https://launchpad.net/ubuntu/+source/octave3.0/+bugs I don't use the package, so I'd rather not file bugs. Søren ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
