Nils Olav Fossum wrote, On 22.04.2009 12:25:
> Tirsdag 21. april 2009, skrev Pierre Bourgin:
>
> > make clean
> > make download
> > make CC=/path/to/gcc-4.1 CXX=/path/to/g++-4.1
> >
[...]
>
> It still bombs out on dosemu on my Debian Lenny machine.
>
> Glibc compiles fine, and this is good pr
Nils Olav Fossum a écrit :
> Tirsdag 21. april 2009, skrev Pierre Bourgin:
>
>> make clean
>> make download
>> make CC=/path/to/gcc-4.1 CXX=/path/to/g++-4.1
>>
>> However, dosemu building needs only CC and is nicely handled with the
>> Makefile's targets. I will try again on my side, but I'm
> -Original Message-
> From: Nils Olav Fossum [mailto:nils.fos...@midtre-gauldal.kommune.no]
> Sent: woensdag 22 april 2009 12:25
> To: unattended-devel@lists.sourceforge.net
> Subject: optional Dosemu? was: Re: how to make tftpboot
>
> Tirsdag 21. april 2009,
Tirsdag 21. april 2009, skrev Pierre Bourgin:
> make clean
> make download
> make CC=/path/to/gcc-4.1 CXX=/path/to/g++-4.1
>
> However, dosemu building needs only CC and is nicely handled with the
> Makefile's targets. I will try again on my side, but I'm shure it was
> working :(
>
It stil
Sven Geipel wrote, On 20.04.2009 08:52:
[...]
Hello,
just to make clear, the ##glibc section and GLIBCFLAGS are from Mario
Gzuk from unattended-gui project, so he must be honored for this :-)
Thank you Mario!
> 4. modify Makefile, edit glibc version to 2.9 (glibc=glibc-2.9) and replace
> ##glib
On Mon, Apr 20, 2009 at 03:44:05PM +0200, Sven Geipel wrote:
> Pierre Bourgin wrote, On 20.04.2009 14:17:
> > Sven Geipel a écrit :
> >
> > [snip]
> >
> > >
> > > 3. install gcc-4.1 (compiling dosemu with gcc-4.3 failed) and symlink it
> > > to gcc
> > >
> > > apt-get install gcc-4.1
> > > ln -
Pierre Bourgin wrote, On 20.04.2009 14:17:
> Sven Geipel a écrit :
>
> [snip]
>
> >
> > 3. install gcc-4.1 (compiling dosemu with gcc-4.3 failed) and symlink it to
> > gcc
> >
> > apt-get install gcc-4.1
> > ln -sv --force gcc-4.1 /usr/bin/gcc
>
> Just to know ... The Makefile is supposed to han
Sven Geipel a écrit :
> Hi,
Hello,
> after some problems with glibc and dosemu I successfully compiled a new
> linuxboot. And cause this seems to be a problem for more users I wrote
> some lines to explain my steps.
>
> My system was a fresh installation of ubuntu 8.10 and latest patches.
>
>
Hi,
after some problems with glibc and dosemu I successfully compiled a new
linuxboot. And cause this seems to be a problem for more users I wrote
some lines to explain my steps.
My system was a fresh installation of ubuntu 8.10 and latest patches.
1. install needed tools and kernel-headers:
a