[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-07 Thread jlpoole at pon dot net
--- Comment #12 from jlpoole at pon dot net 2010-01-07 14:26 --- Success. There were no further responses to my question posed in Comment #10; so I proceeded nonetheless. I deleted /usr/local/gcj and recreated the directory /usr/local/gcj so as to purge any hand-added files from

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-04 Thread jlpoole at pon dot net
--- Comment #11 from jlpoole at pon dot net 2010-01-05 02:34 --- For the record: plug build # ls -la config.log -rw-r--r-- 1 root root 36708 2010-01-03 17:37 config.log plug build # head config.log This file contains any messages produced by compilers while running configure, to aid

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-04 Thread jlpoole at pon dot net
--- Comment #10 from jlpoole at pon dot net 2010-01-05 02:31 --- http://gcc.gnu.org/install/finalinstall.html has: v ... We strongly recommend to install into a target directory where there is no previous version of GCC present. ... Installation into a temporary staging area or into

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-03 Thread jlpoole at pon dot net
--- Comment #7 from jlpoole at pon dot net 2010-01-04 01:51 --- Thank you. I've updated trunk to Revision: 155601. Wiped out build and am running make (it will take a few days). I'll update with my results. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42409

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-03 Thread jlpoole at pon dot net
--- Comment #5 from jlpoole at pon dot net 2010-01-03 18:43 --- Here's my configuration log: plug build # pwd /mnt/seagate2/download/gnu/build plug build # head config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-03 Thread jlpoole at pon dot net
--- Comment #4 from jlpoole at pon dot net 2010-01-03 18:30 --- I think I found the problem: the compiler is using an incorrect path, e.g. "/usr/share/java", to find the ecj.jar file and the other jar files, libgcj-4.5.0.jar libgcj-tools-4.5.0.jar, when it should have

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-03 Thread jlpoole at pon dot net
--- Comment #3 from jlpoole at pon dot net 2010-01-03 18:23 --- Created an attachment (id=19456) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19456&action=view) work-around output To overcome the misdirected path, I created a "java" directory under /usr/share an

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2010-01-03 Thread jlpoole at pon dot net
--- Comment #2 from jlpoole at pon dot net 2010-01-03 18:21 --- Created an attachment (id=19454) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19454&action=view) output under normal circumstances In this output, the compiler incorrectly looks for the ecj.jar under /usr/sha

[Bug java/42409] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2009-12-24 Thread jlpoole at pon dot net
--- Comment #1 from jlpoole at pon dot net 2009-12-24 16:23 --- I learned from http://gcc.gnu.org/ml/java/2008-08/msg00031.html (Andrew Haley) how to invoke the test suite: make check-target-libjava Here are my results: make check-target-libjava ... [assorted make executions

[Bug java/42409] New: org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2009-12-17 Thread jlpoole at pon dot net
ch.GCCMain not found Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jlpoole at pon dot net GCC build

[Bug java/42405] libgcj_bc.so.1 dependency causes gcj to fail

2009-12-17 Thread jlpoole at pon dot net
--- Comment #2 from jlpoole at pon dot net 2009-12-17 17:18 --- Thank you. This worked: export LD_LIBRARY_PATH=/usr/local/gcj/usr/local/lib then plug bin # ./gcj -v -I /usr/local/gcj/usr/local/share/java/libgcj-4.5.0.jar /var /work/gcj/HelloWorld.java -- jlpoole at pon dot net

[Bug java/42405] New: libgcj_bc.so.1 dependency causes gcj to fail

2009-12-17 Thread jlpoole at pon dot net
: libgcj_bc.so.1 dependency causes gcj to fail Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jlpoole at pon dot net GCC buil