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

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

[Octave-bug-tracker] [bug #44478] test __osmesa_print__.cc-tst crashes w


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44478] test __osmesa_print__.cc-tst crashes with Nvidia drivers
Date: Thu, 12 May 2016 16:57:07 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0

Follow-up Comment #106, bug #44478 (project octave):

I think the links that in comment 104 are just saying that it is better to use
dlopen (or LoadLibrary on Windows) to dynamically load the OpenGL library
instead of linking directly to it.  But we don't really have that option if we
use the QtOpenGL widgets, since the Qt libraries are linked directly with
libGL.  And there is a lot of software that doesn't call the OpenGL functions
through function pointers.  For example, gl2ps.  So dynamically loading the
libraries doesn't work for that case anyway.  The symbols need to be known at
link time.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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