Daniel Caillibaud a écrit :
Hi,

I tried to compile swftools on debian etch (gcc4 - 4.1.2 20061115), ./configure works fine (just a warning, config.status: WARNING: Makefile.common.in seems to ignore the --datarootdir setting) but then make (GNU Make 3.81) have a lot of errors like

# make
making all in m4...
cd m4;make all
/bin/sh: line 0: cd: m4: No such file or directory
make[1]: Entering directory `/home/src/swftools/swftools-0.8.1'
making all in m4...
cd m4;make all
/bin/sh: line 0: cd: m4: No such file or directory
make[2]: Entering directory `/home/src/swftools/swftools-0.8.1'
making all in m4...
cd m4;make all
/bin/sh: line 0: cd: m4: No such file or directory
.. [ still looping until ctrl + c ] ...

The reason was I had a CDPATH defined without "." in it...
Sorry for the noise.

--
Daniel


Reply via email to