Bug 29957 - makemake.tcl should install .h files generated from bc marked packages (org.xml, org.w3c, etc)
Summary: makemake.tcl should install .h files generated from bc marked packages (org.x...
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: tromey@redhat.com
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-23 15:04 UTC by Michele Bini
Modified: 2016-09-30 22:50 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 Michele Bini 2006-11-23 15:04:23 UTC
In my case (I installed gcc 4.1.1 from sources) it didn't and I need them in order to call JvInitClass() on an exception a third-party package derives from org.xml.sax.SAXException
Comment 1 Mark Wielaard 2006-11-25 09:53:48 UTC
This is an issue in gcj/libjava. The makemake.tcl script only installs CNI headers for 'ordinary' packages. Packages marked bc will not have CNI headers generated or installed.

BTW. GNU Classpath doesn't include xerces. The org.xml.sax classes come from www.saxproject.org (see gcc/libjava/classpath/external/sax/README).
Comment 2 Andrew Pinski 2016-09-30 22:50:02 UTC
Closing as won't fix as libgcj (and the java front-end) has been removed from the trunk.