Download flood
I got the following error running configure on an AMD64 system:
checking build system type... Invalid configuration`x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu failed
This seemed to fix it:
libtoolize --force
aclocal --force
automake --add-missing
autoconf
autoheader
Then I ran:
$ ./buildconf
$ ./configure --disable-sharing
I get the following error trying to compile it:
$ make all
/usr/share/apr-1.0/build/libtool --silent --mode=compile gcc -g -O2 -pipe -Wall -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/postgresql -I. -c flood.c && touch flood.lo
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [flood.lo] Error 1
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment