Maybe the porting team can experiment with linking against libGL.so
(when you follow the Mesa installation instructions, or if you install
from an RPM, you'll have libGL.so symlinked to libMesaGL.so.x).
Hopefully there won't be any problems with the loader barfing on the
symlink.

PS: Most Linux users will have Mesa rather than a "real" OpenGL
implementation, since Mesa is free, and most OpenGL implementations cost
around $1,000 (even on Linux). Mesa also supports Voodoo graphics-based
hardware acceleration, which OpenGL does not, it plays well with
XFree86, etc. BUT... it's supposed to be source-compatible with OpenGL.

--Jeff



Francisco Figueirido wrote:
> 
> I downloaded the Java3D port but was unable to get it running. One of the
> shared libraries needs libMesaGL.so.3.? (forgot the number), but I have
> the Xi Graphics OpenGL port instead. After making the appropriate symbolic
> links (libMesaGL.so.3.? -> libGL.so) I get an `undefined symbol' error for
> glTexImage3DEXT. Am I right in thinking that this is an OpenGL 1.2 function?
> The Xi OpenGL is a port of version 1.1, and doesn't contain this function
> (it contains glTexImage1D and glTexImage2D). If this is so, is OpenGL 1.2
> really needed for Java3D? If not needed, would it be possible to provide a
> version linked against an OpenGL 1.1 port?
> 
> Another question: has anybody had success running jdk1.2-pre.v2 with the TYA
> JIT? Just curious ...
> 
> --
> Francisco Figueirido, Ph.D.             Phone: (212)317-7680
> Quantitative Analyst                    Fax:   (212)317-7601
> Imagine Software, Inc.                  e-mail: [EMAIL PROTECTED]
> 400 Madison Avenue, 21st Floor
> New York, NY 10017
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Jeff Galyan
http://www.anamorphic.com
http://www.sun.com
jeffrey dot galyan at sun dot com
talisman at anamorphic dot com
Sun Certified Java(TM) Programmer
======================================================================
Linus Torvalds on Microsoft and software development:
"... if it's a hobby for me and a job for you, why are you doing such a
shoddy job of it?"

The views expressed herein do not necessarily reflect those of my
employer.

Sun Microsystems, Inc., has no connection to my involvement with the
Mozilla Organization.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to