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]

Re: building from cvs


hi Michael,

thanks for your prompt reply.

> What platform are you working on ? x86 ?
> What configure options have you used ? 
> Perhaps you got just a bad state from cvs. Have you tried updating ?
> 
> I compile and use gcc CVS trunk on a dialy basis on x86 since a long
> time.

I use Sid GNU/Debian x86.
How is your checkout and build procedure.?

I checked out everything. 
$ cvs -z 9 co gcc

then I did
$ cd gcc
$ ./configure --enable-shared --enable-languages=c++,java
--enable-threads=posix --prefix=$HOME/gcc
$ make
$ make install

$ cd libjava
$ ./configure --enable-interpreter --prefix=$HOME/gcc
$ make
$ make install

I had to apply the patch which removed the
(unsigned jint) 
from natSystem.cc since my compiling gcc didn't like that. (from
bugzilla)

I had to manually compile gc-boehm (same procedure) and
- libffi
- zlib

but then everything built smoothly.


thanks in advance for any pointers
-- Jakob

> 
> 
> Michael


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