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 16:23:22 +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, 15:57:52 schrieb Daniel Arteaga:
> Hi,
> 
> How can I compile octave 3.4.2 with fltk support, under Ubuntu 11.04 64
> bits?
> 
> I have tried with
> 
> ./configure --enable-shared --disable-static
> 
> ./configure --enable-shared --disable-static --with-fltk-prefix=/usr/lib
> 
> ./configure --enable-shared --disable-static --with-fltk-prefix=/usr
> 
> 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.


reply via email to

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