This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcjh segfaults when passed two class names
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> > I'm trying to generate a single .h file with headers for multiple
> > classes
> Thats not a supported feature, AFAIK. It would be nice to be able to do
> that though...
Actually, I just came up with a better approach -- I now treat
gcjh-generated .h like binaries, and stash them in the bin/ subtree of
my project instead of the src/ tree. That way clean builds (rm -rf
bin/) regenerate .h files. And since it's in the bin/ tree, I don't
care about having a zillion .h files...
Side note: I'm really starting to run up against the limitations of
ant... one of these days I'm going to break down and write Ant tasks
for all the gcj tools.
- a