help-octave
[Top][All Lists]
Advanced

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

Re: Remote installation problem for 3.2.4 on Ubuntu 8.04


From: Kanny
Subject: Re: Remote installation problem for 3.2.4 on Ubuntu 8.04
Date: Thu, 28 Jan 2010 23:26:04 +0530

After updating the /etc/apt/sources.list file with deb-src and putting in "multiverse"s and installing libcurl4-gnutls-dev, I get the ./ configure --with-x=no to result the following:

===============
.....
Octave is now configured for i686-pc-linux-gnu

  Source directory:     .
  Installation prefix:  /home/etman/octave
C compiler: gcc -mieee-fp -Wall -W -Wshadow -Wformat -g -O2 C++ compiler: g++ -mieee-fp -Wall -W -Wshadow -Wold-style- cast -Wformat -g -O2
  Fortran compiler:     gfortran -O -mieee-fp
Fortran libraries: -L/usr/lib/gcc/i486-linux-gnu/4.2.4 -L/usr/ lib/gcc/i486-linux-gnu/4.2.4/../../../../lib -L/lib/../lib -L/usr/ lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.2.4/../../.. -lhdf5 -lz - lgfortranbegin -lgfortran -lm
  BLAS libraries:       -llapack -lblas
  FFTW libraries:       -lfftw3 -lfftw3f
  GLPK libraries:       -lglpk
  UMFPACK libraries:    -lumfpack
  AMD libraries:        -lamd
  CAMD libraries:       -lcamd
  COLAMD libraries:     -lcolamd
  CCOLAMD libraries:    -lccolamd
  CHOLMOD libraries:    -lcholmod
  CXSPARSE libraries:   -lcxsparse
  ARPACK libraries:
QRUPDATE libraries: HDF5 libraries: -lhdf5
  CURL libraries:       -lcurl
  REGEX libraries:      -L/usr/lib -lpcre
  QHULL libraries: -lqhull
  OPENGL libraries:
  FLTK backend libs:
  X11 include flags:
  X11 libraries:
  CARBON libraries:
  PTHREAD flags         -pthread
  PTHREAD libraries
  LIBS:                 -lreadline  -lncurses -ldl -lhdf5 -lz -lm
  Default pager:        less
  gnuplot:              gnuplot
  Magick config:

  Do internal array bounds checking:  false
  Build static libraries:             false
  Build shared libraries:             true
  Dynamic Linking:                    true (dlopen)
  Include support for GNU readline:   true
  64-bit array dims and indexing:     false

configure: WARNING: I didn't find bison, but it's only a problem if you need to reconstruct parse.cc configure: WARNING: qrupdate not found. The QR & Cholesky updating functions will be slow. configure: WARNING: arpack not found. This will result in a lack of the eigs function. configure: WARNING: GraphicsMagick++ config script not found. Assuming GraphicsMagic++ library and header files are missing, so imread will not be fully functional configure: WARNING: "FLTK config script not found. Native graphics will be disabled."
configure: WARNING:
configure: WARNING: I didn't find the necessary libraries to compile native
configure: WARNING: graphics. It isn't necessary to have native graphics
configure: WARNING: but you will have to use gnuplot or you won't be able
configure: WARNING: to use any of Octave's plotting commands
configure: WARNING:
configure:
===============

I definitely need "svds" and therefore "eigs" function, so how do i get arpack now?

Ok, i got that from sudo apt-get install libarpack2 libarpack2-dev
Does qrupdate make a big difference for large sparse svd?

Jumping to "make"-ing it.

Thanks
Kanny

On Jan 28, 2010, at 9:26 PM, Leo Butler wrote:


When you ran ./configure did you add --with-x=no ? ./configure --help
says this should disable this package.

Your config.log should tell you about which bits were missing before
you ran make, and which options were interpreted correctly.
It's worth trolling in there to see what the problem was.

I routinely build software remotely via ssh; as long as you have a
screen session running on the remote machine, it's no worse than doing
the job locally.

Leo

On Thu, 28 Jan 2010, Kanny wrote:

< I am trying to install Octave 3.2.4 on Ubuntu 8.04 remotely using ssh.
< Using apt-get install octave3.0, it installs fine, but i need sparse
< functions from 3.2.3 or 3.2.4, so the problem.
<
< First it needed fortran, so i installed gfortran using apt-get. Now it
< compiles for a good time and then gives error related to display:
<
< g++ -c  -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -
< DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast - Wformat -
< g -O2 -pthread display.cc -o pic/display.o
< display.cc:34:22: error: X11/Xlib.h: No such file or directory
< display.cc: In member function ‘void display_info::init(bool)’:
< display.cc:98: error: ‘Display’ was not declared in this scope
< display.cc:98: error: ‘display’ was not declared in this scope
< display.cc:98: error: ‘XOpenDisplay’ was not declared in this scope
< display.cc:102: error: ‘Screen’ was not declared in this scope
< display.cc:102: error: ‘screen’ was not declared in this scope
< display.cc:102: error: ‘DefaultScreenOfDisplay’ was not declared in
< this scope
< display.cc:106: error: ‘DefaultDepthOfScreen’ was not declared in this
< scope
< display.cc:108: error: ‘HeightOfScreen’ was not declared in this scope < display.cc:109: error: ‘WidthOfScreen’ was not declared in this scope
< display.cc:111: error: ‘XScreenNumberOfScreen’ was not declared in
< this scope
< display.cc:113: error: ‘DisplayHeightMM’ was not declared in this scope < display.cc:114: error: ‘DisplayWidthMM’ was not declared in this scope
< make[2]: *** [pic/display.o] Error 1
<
< I tried to install build-dep (octave3.0), but get the error from apt-
< get to include some sources. Does anyone know which sources I should
< include in /etc/apt/sources.list for octave build-dep ? Even better
< would have been a source for binary like apt-get install octave3.2.4 ?
<
< I do not plan to use graphics/plotting functionalities, so is there a < way to resolve this problem alternately? I tried with --without-x but
< the same error is resulted.
<
< Any help would be greatly appreciated.
<
< Thanks
< Kanny=
<
< _______________________________________________
< Help-octave mailing list
< address@hidden
< https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
<
<
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.



reply via email to

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