This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

--resource problems (Was: tomcat jsp compilation status?)


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
> >
> >  
> >
> 
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]