[Bug target/26879] LibJava not compile under alpha
rmathew at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 30 13:07:00 GMT 2006
------- Comment #7 from rmathew at gcc dot gnu dot org 2006-03-30 13:07 -------
(In reply to comment #6)
> > Now run "debugx jc1 <rest-of-command-line>", where "<rest-of-command-line>"
> > was the entire command noted earlier that causes the failure.
> Before i reproduce the error, after i make the command :
>
> debugx jcl
> /gcc-929a0346fb3027265ab1a9f2683e27c6/gcc-4.1-20060324/libjava/classpath/gnu/CORBA/CDR/gnuRuntime.java
>
> answer : debugx: command not found
Put *both* of 'debugx' and 'debug' in a folder in your PATH
and make sure they have execute permission. For example, you
can put these in your "$HOME/bin" folder and then add this
folder to your PATH variable. It is not strictly necessary,
but you might also want to define the environment variable
"DEBUG" to point to your debugger of choice, normally, gdb.
The command-line you have pasted seems incomplete. As I noted
earlier, make sure that you have the entire command-line
from the build log and that you can reproduce the error on
the command-line before trying to run "debugx jc1" on it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26879
More information about the Gcc-bugs
mailing list