Bug 27712 - Please move installed headers
Summary: Please move installed headers
Status: UNCONFIRMED
Alias: None
Product: classpath
Classification: Unclassified
Component: classpath (show other bugs)
Version: 0.91
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 06:19 UTC by Michael Koch
Modified: 2006-05-22 06:32 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Koch 2006-05-22 06:19:57 UTC
Currently header files (jni.h, jawt.h, etc) get installed to $prefix/include. On Debian systems this means the header files are installed to /usr/include. To not clutter this directory and to no conflict with possible other implementations please move the header files to $prefix/include/classpath. This would move the files to /usr/include/classpath on Debian systems.
Comment 1 Andrew Pinski 2006-05-22 06:28:23 UTC
Personally I don't think this is a bug.
Shouldn't Debain use  --includedir=/usr/include/classpath to be what they want?
Comment 2 Michael Koch 2006-05-22 06:32:57 UTC
Its not a bug, more a wish. And I think this should be consistent to all installs, not make Debian a second class citizen on this. I think this is a problem elsewhere too. And people just doing "./configure ; make ; make install" just dont recognize it as they just overwrite jni.h with another version...