Re: How to build GCJ/GDC ?

2012-06-09 Thread Joachim Wiedorn
Игорь Пашев wrote on 2012-06-09 03:01: I just wonder how to build GCJ from the same VCS (as it mentioned via source package page) In Debian are these source packages: Package gcc-4.7 with: XS-Vcs-Browser: http://svn.debian.org/viewsvn/gcccvs/branches/sid/gcc-4.7/ XS-Vcs-Svn:

Re: How to build GCJ/GDC ?

2012-06-09 Thread Игорь Пашев
Well, I actually have built GCJ, just as Dmitrijs suggested GCC, GCJ (and GDC) are all in original GCC tarball. So when one wants to build them he should put that tarball into the root dir. 2012/6/9 Joachim Wiedorn ad_deb...@joonet.de Игорь Пашев wrote on 2012-06-09 03:01: I just wonder how

How to build GCJ/GDC ?

2012-06-08 Thread Игорь Пашев
I'd like to make custom build of GCJ. Here is a source package page: http://packages.debian.org/source/sid/gcj-4.7 but the VCS URL is for GCC. I've already built GCC and know all that package (gcc-4.7) well. And now I wonder how to use it to build GCJ. Should I put into root dir tarball of GCJ

Re: How to build GCJ/GDC ?

2012-06-08 Thread Dmitrijs Ledkovs
Hello Igor, On 08/06/12 22:18, Игорь Пашев wrote: I'd like to make custom build of GCJ. Here is a source package page: http://packages.debian.org/source/sid/gcj-4.7 but the VCS URL is for GCC. I've already built GCC and know all that package (gcc-4.7) well. And now I wonder how to use

Re: How to build GCJ/GDC ?

2012-06-08 Thread Игорь Пашев
Dmitrijs, thanks for you answer :-) I've already built GCC from VCS with some non-trivial changes and bugs (#653255) (I'm building on a Solaris based system, with all linker, libs, fixincludes and GCC specs hell ;-) I just wonder how to build GCJ from the same VCS (as it mentioned via source

Re: How to build GCJ/GDC ?

2012-06-08 Thread Dmitrijs Ledkovs
Ok, On 09/06/12 00:01, Игорь Пашев wrote: Dmitrijs, thanks for you answer :-) I've already built GCC from VCS with some non-trivial changes and bugs (#653255) (I'm building on a Solaris based system, with all linker, libs, fixincludes and GCC specs hell ;-) I just wonder how to build