--resource problems (Was: tomcat jsp compilation status?)
Anthony Green
green@redhat.com
Tue Apr 30 09:45:00 GMT 2002
Don - I've added java@gcc.gnu.org to copy...
On Tue, 2002年04月30日 at 08:33, Don Smith wrote:
> I'm running gcj 3.2
> when i type the command i get
>> bash>gcj --resource foo -c -o foo.o anyfilehere
> gcj: cannot specify -o with -c or -S and multiple compilations
>> Is something wrong with my gcj or is this fallout from the change to the
> resource flag?
Hmmm... I haven't tried the trunk in a while, but this should work. How
old is your "3.2" build? What happens when you use "-C" instead if
"--resource"?
BTW - at this point I really suggest using the 3.1 branch and not the
trunk. There's lots of unrelated changes going on in the trunk and it
would be great to stabilize things with a known toolchain first.
AG
>> don
> Anthony Green wrote:
>> >On Tue, 2002年04月30日 at 06:52, Don Smith wrote:
> >
> >
> >>The latest problem with the install is that i get this error, since it
> >>is around the --resource tag i was wondering if maybe this had something
> >>to do with the syntax change
> >>
> >>
> >
> >That sounds right. What does gcj --version say?
> >
> >Try...
> >
> >$ gcj --resource foo -c -o foo.o ANY_FILE_HERE
> >
> >This makes the file ANY_FILE_HERE readable by the runtime as the URL
> >"core:/foo".
> >
> >AG
> >
> >
> >
>>
More information about the Java
mailing list