Re: optional Dosemu? was: Re: how to make tftpboot

2009-04-22 Thread Sven Geipel
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

Re: optional Dosemu? was: Re: how to make tftpboot

2009-04-22 Thread Pierre Bourgin
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

RE: optional Dosemu? was: Re: how to make tftpboot

2009-04-22 Thread Werner Maes
> -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,

optional Dosemu? was: Re: how to make tftpboot

2009-04-22 Thread Nils Olav Fossum
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

Re: how to make tftpboot

2009-04-21 Thread Sven Geipel
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

Re: how to make tftpboot (with reply to ML of Unattended too)

2009-04-20 Thread Pierre Bourgin
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 -

Re: how to make tftpboot (with reply to ML of Unattended too)

2009-04-20 Thread Sven Geipel
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

Re: how to make tftpboot (with reply to ML of Unattended too)

2009-04-20 Thread Pierre Bourgin
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. > >

how to make tftpboot

2009-04-19 Thread Sven Geipel
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