octave-maintainers
[Top][All Lists]
Advanced

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

Re: Building Octave with OpenGL on Linux


From: Michael D Godfrey
Subject: Re: Building Octave with OpenGL on Linux
Date: Wed, 20 Oct 2010 17:30:58 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Thunderbird/3.1.4

On 10/20/2010 02:15 PM, logari81 wrote:
Hi, I am interested in testing the new fltk backend. I have tried to
build the version 3.3.53 on Linux but I didn't manage to get OpenGL
enabled. Actually the problem during configure is:

configure:30419: checking whether ld accepts -framework OpenGL
configure:30454: g++ -o conftest -g -O2   -framework OpenGL conftest.cpp
-lm   >&5
g++: OpenGL: No such file or directory
cc1plus: error: unrecognized command line option "-framework"

I don't understand why the configure script uses the -framework option,
since it seems to be OS X specific.

I would be grateful for any hints.

Best regards,

Kostas

It would be good if you checked if you have openGL installed.

Try rpm -qa|grep mesa
If you do not get at least:
mesa-libGL
mesa-libGLU
mesa-libGL-devel
mesa-libGLU-devel

then you need to install these.

Michael


reply via email to

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