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] | |
Hi,
just finished the 3.4.2 cygwin-special build, all compiles ok, however gcj compiled binaries are not working, any hints appreciated:
$ echo 'public class hello_j {' > hello_j.java
$ echo 'public static void main(String[] args) {' >> hello_j.java
$ echo ' System.out.println("Just another Java hacker,");' >> hello_j.java
$ echo ' }' >> hello_j.java
$ echo '}' >> hello_j.java
$ /usr/bin/gcj --main=hello_j hello_j.java -o hello_j
$ ./hello_j
Signal 11
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |