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 -sv --force gcc-4.1 /usr/bin/gcc > > > > Just to know ... The Makefile is supposed to handle nicely CC variable > > from command-line. > > Did you try the following command (in order to avoid the link hack): > > > > make CC=/path/to/gcc-4.1 > > > > Did it work or not ? > Hi Pierre, > > I tried it with command line option right now and it excited at > build-dosemu. Then I linked gcc to gcc-4.1 again and it finished without > problems...
My apologies: the right commands in such a case are: 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 :( Regards, Pierre Bourgin ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel