help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.4.2 with fltk support


From: Martin Helm
Subject: Re: Octave 3.4.2 with fltk support
Date: Mon, 27 Jun 2011 21:02:53 +0200
User-agent: KMail/1.13.7 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.4; x86_64; ; )

Am Montag, 27. Juni 2011, 20:00:04 schrieb Daniel Arteaga:
> Al 27/06/11 16:23, En/na Martin Helm ha escrit:
> > Am Montag, 27. Juni 2011, 15:57:52 schrieb Daniel Arteaga:
> >> Hi,
> >> 
> >> How can I compile octave 3.4.2 with fltk support, under Ubuntu 11.04 64
> >> bits?
> 
> [...]
> 
> >> with no success so far. I have the necessary dependencies installed, in
> >> particular the ubuntu package libfltk1.1-dev.
> >> 
> >> Otherwise compilation works well.
> >> 
> >> Thank you very much,
> >> 
> >> Daniel
> > 
> > libfltk1.1-dev is for sure not enough, it is awhile ago I tested building
> > 3.4 on a ubuntu (I am an openSUSE user) but the simplest way to ensure
> > that the dependencies are met is to install the build dependencies for
> > 3.2 first.
> > 
> > sudo apt-get build-dep octave3.2
> > 
> > and run ./configure (you should not need any switches here) afterwards.
> > If it does not help can you post the configure log, I can at least check
> > for you what you need in a virtual machine if no ubuntu user jumps in
> > here.
> 
> I already installed all build-dep for octave3.2. I attach the
> (compressed) config.log after doing ./configure.
> 
> Thank you very much,
> 
> Daniel

Can you tell in detail what does not work. From your configure log file I have 
to conclude that it should work. You also say your compile goes well, so when 
does an error happen and what is the error?

This is your configure summary which says that it is configured to build the 
opengl backend:

Octave is now configured for x86_64-unknown-linux-gnu

  Source directory:            .
  Installation prefix:         /usr/local
  C compiler:                  gcc   -Wall -W -Wshadow -Wformat -Wpointer-
arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -
Wcast-qual -g -O2 -pthread
  C++ compiler:                g++   -I/usr/include/freetype2    -Wall -W -
Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align 
-Wcast-qual -g -O2
  Fortran compiler:            gfortran -O
  Fortran libraries:            -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-
gnu/4.5.2 -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../.. -
L/usr/lib/x86_64-linux-gnu -lgfortran -lm
  Lex libraries:               
  LIBS:                        -lm  

  AMD CPPFLAGS:                
  AMD LDFLAGS:                 
  AMD libraries:               -lamd
  BLAS libraries:              -lcblas -lf77blas -latlas
  CAMD CPPFLAGS:               
  CAMD LDFLAGS:                
  CAMD libraries:              -lcamd
  CARBON libraries:            
  CCOLAMD CPPFLAGS:            
  CCOLAMD LDFLAGS:             
  CCOLAMD libraries:           -lccolamd
  CHOLMOD CPPFLAGS:            
  CHOLMOD LDFLAGS:             
  CHOLMOD libraries:           -lcholmod
  COLAMD CPPFLAGS:             
  COLAMD LDFLAGS:              
  COLAMD libraries:            -lcolamd
  CURL CPPFLAGS:               
  CURL LDFLAGS:                
  CURL libraries:              -lcurl
  CXSPARSE CPPFLAGS:           
  CXSPARSE LDFLAGS:            
  CXSPARSE libraries:          -lcxsparse
  DL libraries:                -ldl
  FFTW3 CPPFLAGS:              
  FFTW3 LDFLAGS:               
  FFTW3 libraries:             -lfftw3
  FFTW3F CPPFLAGS:             
  FFTW3F LDFLAGS:              
  FFTW3F libraries:            -lfftw3f
  fontconfig CFLAGS:            
  fontconfig LIBS:             -L/usr/lib/x86_64-linux-gnu -lfontconfig  
  FT2_CFLAGS:                  -I/usr/include/freetype2
  FT2_LIBS:                    -L/usr/lib/x86_64-linux-gnu -lfreetype -lz
  GLPK CPPFLAGS:               
  GLPK LDFLAGS:                
  GLPK libraries:              -lglpk
  graphics CFLAGS:                -D_THREAD_SAFE -D_REENTRANT
  graphics LIBS:               -Wl,-Bsymbolic-functions -lfltk_gl -lfltk
  Magick++ CPPFLAGS:           -I/usr/include/GraphicsMagick  
  Magick++ LDFLAGS:             
  Magick++ libraries:          -lGraphicsMagick++ -lGraphicsMagick  
  HDF5 CPPFLAGS:               
  HDF5 LDFLAGS:                
  HDF5 libraries:              -lhdf5
  LAPACK libraries:            -llapack
  OPENGL libraries:            -L/usr/lib/x86_64-linux-gnu -lfontconfig   -lGL 
-lGLU
  PTHREAD flags:               -pthread
  PTHREAD libraries:           
  QHULL CPPFLAGS:              
  QHULL LDFLAGS:               
  QHULL libraries:             -lqhull
  QRUPDATE libraries:          -lqrupdate
  READLINE libraries:          -lreadline
  REGEX libraries:             -L/usr/lib/x86_64-linux-gnu -lpcre
  TERM libraries:              -lncurses
  UMFPACK libraries:           -lumfpack
  X11 include flags:           
  X11 libraries:               -lX11
  Z CPPFLAGS:                  
  Z LDFLAGS:                   
  Z libraries:                 -lz

  Default pager:               less
  gnuplot:                     gnuplot

  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


reply via email to

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