Bug 24479 - Not able to compile a glut program
Summary: Not able to compile a glut program
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: Mesa
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-01-21 03:15 UTC by Adrian Reber
Modified: 2007-04-18 16:30 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-01-21 03:42:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Adrian Reber 2001-01-21 03:15:34 UTC
Every small test program containing the glut libs fails to compile.
Maybe this is just my fault...

used Mesa: rpm -q Mesa
Mesa-3.3-5

/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libglut.so: undefined
reference to `gluErrorString'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libglut.so: undefined
reference to `gluNewQuadric'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libglut.so: undefined
reference to `gluQuadricDrawStyle'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libglut.so: undefined
reference to `gluCylinder'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libglut.so: undefined
reference to `gluQuadricNormals'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libglut.so: undefined
reference to `gluSphere'

Comment 1 Bill Nottingham 2001-01-21 03:42:26 UTC
Are you linking in libGLU as well?

Comment 2 Adrian Reber 2001-01-21 03:55:39 UTC
Doh! Sorry. Forgot that.


Note You need to log in before you can comment on or make changes to this bug.