This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libgcj/33313] New: gcj: libgcj.spec: No such file or directory


Hello everyone.

I'm sorry when it is here the wrong place for this.. and for my bad english.

For the better understanding..
I must make a exe file from java source on Longhorn and i try this with Eclipse
GCJ Builder Plugin.

When I try to make a .exe file this error comes: 

--------Build Started-------- 
mkdir -p debug/resource 
gcj -O0 -g "--classpath=./src/;" -c src/hallo.java -o src/hallo.o 
gcj -O0 -g --main=hallo src/hallo.o -odebug/nativeapp -Ldebug  
gcj.exe: src/hallo.o: No such file or directory 
gcj.exe: no input files 
make: *** [main] Error 1 

Than I find something interesting out. Maybe that isn't my fault that the GCJ
Compiler don't work. 

I have the MingW on the D: Drive and Eclipse on F: 

Now when I run "gcj" on F: drive in the cmd then comes these one error message: 
gcj: libgcj.spec: No such file or directory 

But when I run "gcj" on D: drive in the cmd then looks okay: 
gcj: no input files 

Is that a bug? 


P.S. thanks for your help


-- 
           Summary: gcj: libgcj.spec: No such file or directory
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: freeboy1212 at hotmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33313


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