#572 closed defect (fixed)
opengl egg doesn't link with libGLU
Reported by: | Moritz Heidkamp | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | extensions | Version: | 4.6.x |
Keywords: | opengl glu boom | Cc: | |
Estimated difficulty: |
Description
It seems that -lGLU is missing from link-options for non-windows/macos platforms. The attached patch fixes this. I hope it is correct!
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | link-glu.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks, Moritz.