Qt-interest Archive, November 2006
Re: Dependency of QT on libGL.so
Message 1 in thread
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Re-building QT wih -disable-opengl solved our specific purpose.<br>
<br>
Thanks<br>
Puneet<br>
<br>
Dimitri wrote:
<blockquote cite="midei6upp$bgh$1@xxxxxxxxxxxxxxxxxx" type="cite">Hi,
<br>
<br>
<blockquote type="cite">We have built QT with CC compiler using
options
<br>
*./configure -qt-gif -fast -thread -stl *
<br>
<br>
The generated QT library has dependency on libGL.so.1
<br>
<br>
This library is not available on all the Solaris machines.
<br>
<br>
Are we expected to ship this library with our application ?
<br>
</blockquote>
<br>
If you do need OpenGL, you're expected to install the whole OpenGL
package on all target Solaris machines.
<br>
<br>
If you don't need OpenGL, build Qt using options:
<br>
./configure -disable--opengl -qt-gif -fast -thread -stl
<br>
Then you won't have this dependency on libGL.so.1.
<br>
<br>
--
[ signature omitted ]
