This is the mail archive of the gcc@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]

gcj segmentation fault


hi,
I have compiled and installed gcc3.3.2:

./configure --prefix=/home/gio/Gcc3.3.2 --program-suffix=-3.3.2
make
make install

added to my PATH /home/gio/Gcc3.3.2/bin,
and to LD_LIBRARY_PATH /home/gio/Gcc-3.3.2/lib

gcc-3.3.2 woks without problems.
gcj-3.3.2 compiles my java programs but when I run them:

ex.
gcj-3.3.2 --main=HelloWorld HelloWorld.java
(a.out created)
./a.out
(segmentation fault)

no problems with gcc3.2.3.

I am using Debian Woody
thanks Giovanni.



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