[opendx-dev] Build problem on Red Hat Enterprise Linux WS 3

2004-06-07 Thread Neil Carlson
I'm running into problems building 4.3.2 under RHEL WS 3. The final link of dxexec fails, complaining that it can't resolve gluBuild2DMipmaps. Indeed, -lGLU isn't on the command line. I traced the problem back to a configuration failure: checking for gluBuild2DMipmaps in -lGLU... no

Re: [opendx-dev] Build problem on Red Hat Enterprise Linux WS 3

2004-06-07 Thread Jack Chang
What I did to fix the problem was to compile/install Mesa-6.0.1. The OpenGL package comes with the RHEL is too old. Jen-Chien Jack Chang, Ph.D. Pittsburgh Supercomputing Center Mellon Institute 4400 Fifth Avenue, PA 15213 Phone: (412) 268-7818 Email: [EMAIL PROTECTED] On Mon, 7 Jun 2004, Neil

Re: [opendx-dev] Build problem on Red Hat Enterprise Linux WS 3

2004-06-07 Thread Neil Carlson
On Mon, 2004-06-07 at 11:29, Jack Chang wrote: What I did to fix the problem was to compile/install Mesa-6.0.1. The OpenGL package comes with the RHEL is too old. I'll keep this info in mind; thanks! I've subsequently done some google'ing and got a vague clue to try linking against -lgcc_s.