JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.91k stars 386 forks source link

configure error like siege.1 no such file in the latest code version #159

Closed 0x67cq closed 5 years ago

0x67cq commented 5 years ago

when I git clone the latest code version and run autoreconf & ./configure & make , it will show me error like following platform is OSX 10.14.4

➜  17:59:16 ~ :
    ➜ cd siege
➜  17:59:36 ~/siege (master) :
    ➜ autoreconf
➜  17:59:46 ~/siege (master) :
    ➜ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... utils/install-sh -c -d
checking for gawk... no
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
....
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating html/Makefile
config.status: creating include/Makefile
config.status: creating include/joedog/Makefile
config.status: creating utils/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default-2 commands
./config.status: line 1335: doc/bombardment.1.in: No such file or directory
./config.status: line 1335: doc/siege.1.in: No such file or directory
./config.status: line 1335: doc/siege.config.1.in: No such file or directory
./config.status: line 1335: doc/siege2csv.1.in: No such file or directory
config.status: executing default-3 commands
config.status: executing default-4 commands
config.status: executing default-5 commands
config.status: executing default-6 commands

--------------------------------------------------------
Configuration is complete

Run the following commands to complete the installation:
  make
  make install

For complete documentation:        http://www.joedog.org
--------------------------------------------------------
Making all in utils
make[1]: Nothing to be done for `all'.
Making all in doc
make[1]: *** No rule to make target `siege.1', needed by `all-am'.  Stop.
make: *** [all-recursive] Error 1
0x67cq commented 5 years ago

sorry, I hadn't run utils/bootstrap