Bug 480554

Summary: Freeglut package missing the .h files
Product: [Fedora] Fedora Reporter: Jim Bean <jim-bean>
Component: freeglutAssignee: Tomas Smetana <tsmetana>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 10CC: tsmetana
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-19 08:06:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jim Bean 2009-01-18 22:25:35 UTC
Description of problem:
After install of freeglut the .h files are missing

Version-Release number of selected component (if applicable):
3.8.0

How reproducible:
Scan for the .h files

Steps to Reproduce:
1.yum install freeglut (it was already up to date)
2.find / -name "*glut.h" -print
3.neither glut.h or freeglut.h is found
  
Actual results:
C++ programs don't compile

Expected results:
C++ programs compile

Additional info:
The library IS found /usr/lib64/libglut.so.3.8.0

Comment 1 Tomas Smetana 2009-01-19 08:06:33 UTC
This is intentional -- the packages are organised this way in Fedora.  You need to install 'freeglut-devel' package to have the headers and unversioned DSO installed.