public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/33311]  New: gcj: libgcj.spec: No such file or directory
@ 2007-09-05 12:40 freeboy1212 at hotmail dot com
  2007-09-05 14:36 ` [Bug libgcj/33311] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: freeboy1212 at hotmail dot com @ 2007-09-05 12:40 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/33311] gcj: libgcj.spec: No such file or directory
  2007-09-05 12:40 [Bug libgcj/33311] New: gcj: libgcj.spec: No such file or directory freeboy1212 at hotmail dot com
@ 2007-09-05 14:36 ` rguenth at gcc dot gnu dot org
  2007-09-10 22:44 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-09-05 14:36 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-09-05 14:36 -------
*** Bug 33313 has been marked as a duplicate of this bug. ***


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/33311] gcj: libgcj.spec: No such file or directory
  2007-09-05 12:40 [Bug libgcj/33311] New: gcj: libgcj.spec: No such file or directory freeboy1212 at hotmail dot com
  2007-09-05 14:36 ` [Bug libgcj/33311] " rguenth at gcc dot gnu dot org
@ 2007-09-10 22:44 ` pinskia at gcc dot gnu dot org
  2007-09-11 10:29 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-10 22:44 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-09-10 22:44 -------
Where did you get GCJ/GCC? Was it a binary package or did you compile it
yourself?

Is this on vista?
What version of GCC/GCJ do you have?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcj: libgcj.spec: No such   |gcj: libgcj.spec: No such
                   |file or directory           |file or directory


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/33311] gcj: libgcj.spec: No such file or directory
  2007-09-05 12:40 [Bug libgcj/33311] New: gcj: libgcj.spec: No such file or directory freeboy1212 at hotmail dot com
  2007-09-05 14:36 ` [Bug libgcj/33311] " rguenth at gcc dot gnu dot org
  2007-09-10 22:44 ` pinskia at gcc dot gnu dot org
@ 2007-09-11 10:29 ` fxcoudert at gcc dot gnu dot org
  2007-09-11 11:35 ` freeboy1212 at hotmail dot com
  2007-09-11 11:41 ` freeboy1212 at hotmail dot com
  4 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-09-11 10:29 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2007-09-11 10:29 -------
Another question: what is the output of the command lines if you add the "-v"
flag?


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/33311] gcj: libgcj.spec: No such file or directory
  2007-09-05 12:40 [Bug libgcj/33311] New: gcj: libgcj.spec: No such file or directory freeboy1212 at hotmail dot com
                   ` (2 preceding siblings ...)
  2007-09-11 10:29 ` fxcoudert at gcc dot gnu dot org
@ 2007-09-11 11:35 ` freeboy1212 at hotmail dot com
  2007-09-11 11:41 ` freeboy1212 at hotmail dot com
  4 siblings, 0 replies; 7+ messages in thread
From: freeboy1212 at hotmail dot com @ 2007-09-11 11:35 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from freeboy1212 at hotmail dot com  2007-09-11 11:35 -------
(In reply to comment #3)
> Another question: what is the output of the command lines if you add the "-v"
> flag?
> 

F:\>gcj -v
Using built-in specs.
Reading specs from libgcj.spec
gcj: libgcj.spec: No such file or directory

F:\>D:

D:\>gcj -v
Reading specs from /mingw/lib/gcc/mingw32/3.4.2/specs
Reading specs from /mingw/lib/libgcj.spec
rename spec lib to liborig
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as
--host=
mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls
--enable
-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared
--e
nable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x
--enable-ja
va-gc=boehm --disable-libgcj-debug --enable-interpreter
--enable-hash-synchroniz
ation --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.2 (mingw-special)


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/33311] gcj: libgcj.spec: No such file or directory
  2007-09-05 12:40 [Bug libgcj/33311] New: gcj: libgcj.spec: No such file or directory freeboy1212 at hotmail dot com
                   ` (3 preceding siblings ...)
  2007-09-11 11:35 ` freeboy1212 at hotmail dot com
@ 2007-09-11 11:41 ` freeboy1212 at hotmail dot com
  4 siblings, 0 replies; 7+ messages in thread
From: freeboy1212 at hotmail dot com @ 2007-09-11 11:41 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from freeboy1212 at hotmail dot com  2007-09-11 11:41 -------
(In reply to comment #2)
> Where did you get GCJ/GCC? Was it a binary package or did you compile it
> yourself?

I'dont know. It was already installed by other colleague. Is that very
important?

> Is this on vista?
> What version of GCC/GCJ do you have?
> 

This is on Windows Server(TM) Code Name "Longhorn"

gcc version 3.4.2 (mingw-special)


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/33311] gcj: libgcj.spec: No such file or directory
       [not found] <bug-33311-8172@http.gcc.gnu.org/bugzilla/>
@ 2012-02-03  2:59 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-02-03  2:59 UTC (permalink / raw)
  To: java-prs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-03 02:59:29 UTC ---
3.4.x is an old version of GCC and you should ask the distributor of where you
got the binary from for support.

Closing as invalid.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-02-03  2:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-05 12:40 [Bug libgcj/33311] New: gcj: libgcj.spec: No such file or directory freeboy1212 at hotmail dot com
2007-09-05 14:36 ` [Bug libgcj/33311] " rguenth at gcc dot gnu dot org
2007-09-10 22:44 ` pinskia at gcc dot gnu dot org
2007-09-11 10:29 ` fxcoudert at gcc dot gnu dot org
2007-09-11 11:35 ` freeboy1212 at hotmail dot com
2007-09-11 11:41 ` freeboy1212 at hotmail dot com
     [not found] <bug-33311-8172@http.gcc.gnu.org/bugzilla/>
2012-02-03  2:59 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).