octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47886] Do not link against libraries without


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #47886] Do not link against libraries without OpenGL
Date: Mon, 8 Aug 2016 19:28:34 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #5, bug #47886 (project octave):

No, this is not fixed. I just built Octave with `--without-opengl --without-qt
--without-fltk`, and it still links with libgl2ps.so which implicitly links
with libGL.so. This can be checked with either


$ ldd libinterp/.libs/liboctinterp.so | grep libGL
        libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x00007f63503a5000)


or with


$ ./run-octave -cli
octave:1> getpid
ans =  13622
octave:2> ^Z
[1]+  Stopped                 ./run-octave -cli
$ grep libGL /proc/13622/maps
7f0f60c5d000-7f0f60cca000 r-xp 00000000 fe:01 6820492                   
/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
7f0f60cca000-7f0f60ec9000 ---p 0006d000 fe:01 6820492                   
/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
7f0f60ec9000-7f0f60ecc000 r--p 0006c000 fe:01 6820492                   
/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
7f0f60ecc000-7f0f60ecd000 rw-p 0006f000 fe:01 6820492                   
/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0


I also hit a build failure with this configuration, reported now as bug
#48724.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47886>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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