I have exactly the same problem with etch's GCC (4.1) as well. *** No rule to make target `['
On Tue, 18 Sep 2007 09:36:50 +0200 Juan Jose Pablos <[EMAIL PROTECTED]> wrote: > Michael Hodgkinson escribió: > > > > Now I'm getting a different issue: > > > > cd > > pmtools-20070511/acpidump/ \ > > && make > > clean \ && > > make \ > > [ -e pmtools-20070511/acpidump/acpidump ] make[1]: Entering > > directory > > `/usr/src/unattended-src/unattended/linuxboot/pmtools-20070511/acpidump' > > rm -f acpidump acpidump.o *~ make[1]: Leaving directory > > `/usr/src/unattended-src/unattended/linuxboot/pmtools-20070511/acpidump' > > make[1]: Entering directory > > `/usr/src/unattended-src/unattended/linuxboot/pmtools-20070511/acpidump' > > make[1]: *** No rule to make target `['. Stop. > > make[1]: Leaving directory > > `/usr/src/unattended-src/unattended/linuxboot/pmtools-20070511/acpidump' > > make: *** [pmtools-20070511/acpidump/acpidump] Error 2 > > > > > I try to reproduce the error, but I am not able to do so, I am > getting this: > > [EMAIL PROTECTED]:~/unattended/linuxboot$ make > cd pmtools-20070511/acpidump/ > \ > && make > clean \ && make > make[1]: se ingresa al directorio > `/home/cheche/unattended-cvs/linuxboot/pmtools-20070511/acpidump' > rm -f acpidump acpidump.o *~ > make[1]: se sale del directorio > `/home/cheche/unattended-cvs/linuxboot/pmtools-20070511/acpidump' > make[1]: se ingresa al directorio > `/home/cheche/unattended-cvs/linuxboot/pmtools-20070511/acpidump' > cc -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s > -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../include acpidump.c -o acpidump > make[1]: se sale del directorio > `/home/cheche/unattended-cvs/linuxboot/pmtools-20070511/acpidump' > [ -e pmtools-20070511/acpidump/acpidump ] > mkdir -p stage1/sbin/ ; cp -f pmtools-20070511/acpidump/acpidump > stage1/sbin/acpidump.tmp ; strip stage1/sbin/acpidump.tmp ; mv > stage1/sbin/acpidump.tmp stage1/sbin/acpidump > > Give it a try with gcc 4.1.2: > > [EMAIL PROTECTED]:~/unattended/linuxboot/pmtools-20070511$ cc --version > cc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -- Gergo Szakal <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ unattended-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-devel
