From mint-bounce@lists.fishpool.fi Fri Mar 28 15:27:49 2008 Message-ID: <47ED454F.1080300@freesbee.fr> Date: Fri, 28 Mar 2008 20:21:51 +0100 From: =?UTF-8?B?VmluY2VudCBSaXZpw6hyZQ==?= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: mint@fishpool.com Subject: Re: [MiNT] GCC 4.3.0 available References: <47E7AE63.3010108@freesbee.fr> <47E7BCB3.20600@googlemail.com> <47E7DF24.4080908@freesbee.fr> <47E8AA83.2090307@googlemail.com> <47E966EE.3060306@freesbee.fr> <47E994AD.4070909@googlemail.com> <47EBED73.2060100@freesbee.fr> <47EC2408.4090008@googlemail.com> In-Reply-To: <47EC2408.4090008@googlemail.com> Content-Type: text/plain; charset=UTF-8; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id m2SJRmL8025912 Bernd Mueller wrote: > I've noticed it and i got through but now i'm stuck at the gemlib. The only tricky part when building the whole toolchain is that there are interdependencies between the packages GCC, MiNTLib, and PML : GCC requires MintLib and PML MiNTLib requires GCC PML requires GCC The trick is that GCC can be separated into 2 parts: the compiler and the libraries. So the whole process is : binutils: make and install GCC: make all-gcc (to build only the compiler, not the libraries) MiNTlib: make and install (using the not-installed GCC) PML: make and install (using the not-installed GCC) GCC: make and install (using the installed MiNTLib and PML) GemLib: make and install (using the installed GCC) When compiling GemLib, GCC is installed at the right place, so it should find any include and library without problem, without special hack. It was the case for me. -- Vincent Rivière