This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Problem with -c and -shared in gcj
- To: Matt Welsh <mdw at cs dot berkeley dot edu>
- Subject: Re: Problem with -c and -shared in gcj
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Tue, 15 Feb 2000 15:55:00 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <200002152339.PAA14859@mnemosyne.CS.Berkeley.EDU>
Matt> Probably just an option-parsing bug in gcj or egcs.
Could you send a gcc bug report?
It would be nice to get this fixed.
Matt> My guess is that Tom's example worked for him because he had a
Matt> .class or something else sitting around which was being found
Matt> after the load of the (badly formed) .so failed - am I right?
It's possible. I don't remember. Or maybe it is some
system-dependent thing. What platform are you on?
Tom