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

[Bug java/25032] GCC Java not compile



------- Comment #3 from claudio_mantegna at modemsoft dot it  2005-11-30 13:37 -------
I have taken the source of the gcc 4.02 from the gnu site and I have compiled
him with these parameters :

./configure --prefix=/usr   
     --enable-threads=posix
     --enable-languages=c,c++,f95,objc,java,treelang
     --enable-version-specific-runtime-libs      
     --enable-shared
     --enable-libgcj
     --enable-nls
     --enable-interpreter
     --enable-__cxa_atexit
     --disable-checking
     --with-gnu-ld
     --with-system-zlib
     --enable-mpfr
     --verbose                          
     --target=alpha-alphaslack-linux
     --host=alpha-alphaslack-linux

I hope to have answered in satisfactory way to your question.


-- 


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


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