Compile failing CentOS 5.1

These are old archives. They are kept for historic purposes only.
Post Reply
XtremeX
Posts: 2
Joined: Wed Mar 19, 2008 6:55 am

Compile failing CentOS 5.1

Post by XtremeX »

When I try to compile using either ./Config or

./configure --with-showlistmodes --enable-hub --enable-ssl --enable-ziplinks --enable-inet6 --enable-prefixaq --with-listen=5 --with-dpath=/root/manual install/Unreal/Unreal3.2.7 --with-spath=/root/manual install/Unreal/Unreal3.2.7/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=ushindi.auswired.com --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking

I get the following.

configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: install/Unreal/Unreal3.2.7
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: install/Unreal/Unreal3.2.7/src/ircd
checking for install/Unreal/Unreal3.2.7-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking if gcc has a working -pipe... yes
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for touch... /bin/touch
checking for openssl... /usr/bin/openssl
checking for install... /usr/bin/install
checking for gmake... gmake
checking for gmake... /usr/bin/gmake
checking for gunzip... /bin/gunzip
checking for pkg-config... /usr/bin/pkg-config
checking for crypt in -ldescrypt... no
checking for crypt in -lcrypt... yes
checking for socket in -lsocket... no
checking for inet_ntoa in -lnsl... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/syslog.h usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for int16_t... yes
checking for u_int16_t... yes
checking for int32_t... yes
checking for u_int32_t... yes
checking for rlim_t... no
checking size of rlim_t... 0
checking what kind of nonblocking sockets you have... O_NONBLOCK
checking whether gcc needs -traditional... no
checking whether setpgrp takes no argument... yes
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking for working alloca.h... yes
checking for alloca... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for strlcpy... no
checking for strlcat... no
checking for strlncat... no
checking for inet_pton... yes
checking for inet_ntop... yes
checking if C99 variable length arrays are supported... yes
checking if we can set the core size to unlimited... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gettimeofday... yes
checking for getrusage... yes
checking for setproctitle... no
checking for setproctitle in -lutil... no
checking for pstat... no
checking what type of signals you have... POSIX
checking for strtoken... no
checking for strtok... yes
checking for strerror... yes
checking for index... yes
checking for strtoul... yes
checking for bcopy... yes
checking for bcmp... yes
checking for bzero... yes
checking for strcasecmp... yes
checking for inet_addr... yes
checking for inet_ntoa... yes
checking for inet_netof... yes
checking for syslog... yes
checking for vsyslog... yes
checking for openssl... found in /usr/include/openssl
checking for zlib... found in /usr
checking for dlopen... no
checking for dlopen in -ldl... yes
checking if we need the -export-dynamic flag... yes
checking for compiler option to produce PIC... -fPIC -DPIC -shared
checking if your system prepends an underscore on symbols... no
checking if your system has IPv6 support... yes
checking for struct in6addr_any... yes
checking if FD_SETSIZE is large enough to allow 1024 file descriptors... yes
extracting TRE regex library
configuring TRE regex library
checking build system type...
extracting TRE regex library
configuring TRE regex library
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: install/Unreal/Unreal3.2.7/extras/regexp
checking build system type... Invalid configuration `install/Unreal/Unreal3.2.7/extras/regexp': machine `install/Unreal/Unreal3.2.7/extras/regexp' not recognized
configure: error: /bin/sh utils/config.sub install/Unreal/Unreal3.2.7/extras/regexp failed

I am at a loss, and consider UnrealIrcd the best so am hoping to get this working.
Any Ideas?

Cheers
Phill
XtremeX
Posts: 2
Joined: Wed Mar 19, 2008 6:55 am

Re: Compile failing CentOS 5.1

Post by XtremeX »

It was due to a directory below having a space.
Post Reply