This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
--resource problems (Was: tomcat jsp compilation status?)
- From: Anthony Green <green at redhat dot com>
- To: Don Smith <smithdc at UMDNJ dot EDU>
- Cc: rhag-rhats at sources dot redhat dot com, java at gcc dot gnu dot org
- Date: 30 Apr 2002 08:50:42 -0700
- Subject: --resource problems (Was: tomcat jsp compilation status?)
- References: <3CC9B98A.1070506@umdnj.edu> <1019925156.3282.6.camel@dhcppc2><3CCEA18A.1050807@umdnj.edu> <1020176741.1858.11.camel@dhcppc2> <3CCEB932.304@umdnj.edu>
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
> >
> >
> >
>
>