mattytravisza / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

Compile problem: mv .deps/hashmap.Tpo #192

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With current git I have the following compile error:

make[1]: Entering directory `/home/ruud/dev/shellinabox/shellinabox'
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -g 
-std=gnu99 -Wall -Os -MT hashmap.lo -MD -MP -MF .deps/hashmap.Tpo -c -o 
hashmap.lo `test -f 'libhttp/hashmap.c' || echo './'`libhttp/hashmap.c
mv -f .deps/hashmap.Tpo .deps/hashmap.Plo
mv: cannot stat `.deps/hashmap.Tpo': No such file or directory
make[1]: *** [hashmap.lo] Error 1
make[1]: Leaving directory `/home/ruud/dev/shellinabox/shellinabox'
make: *** [all] Error 2

Original issue reported on code.google.com by patrick....@gmail.com on 12 Jun 2012 at 7:20

GoogleCodeExporter commented 9 years ago
Try: autoreconf -i

Original comment by m...@easyb.ch on 19 Dec 2013 at 3:18