#2948 closed task (wontfix)
giflib does not configure GL extension
Reported by: | Tobias Eiseler | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
There is an Error in the current giflib configure file. Since Linux is a case sensitive system, and giflib's configure looks for gl/gl.h (in reality, it is GL/gl.h), you have to do some sed trick to get it to work. I do find . -type f -exec sed -i "s/gl\/gl.h/GL\/gl.h/g" {} \; if the giflib source directory just to be sure to catch all the small gl's in any sourcefile. Maybe you could add that the the book.
Change History (5)
comment:1 by , 14 years ago
Milestone: | 6.5 |
---|
comment:3 by , 13 years ago
Milestone: | 6.7 → current |
---|
comment:4 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
giflib works only with SGI GL library and looks for libgl_s.so or whatever. That one isn't part of BLFS. Won't fix.
Note:
See TracTickets
for help on using tickets.
Milestone 6.5 deleted