View Issue Details

IDProjectCategoryView StatusLast Update
0002809unrealinstallingpublic2006-02-09 15:26
Reporterpepolez Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.4 
Summary0002809: make: don't know how to make w
Descriptionlets be verbose:

Many older operating systems have an insecure TCP/IP stack
which may be vulnerable to IP spoofing attacks, if you run
an operating system that is vulnerable to such attacks
enable this option. This option can also be useful to prevent
blind proxies from connecting (eg: HTTP POST proxies).

Do you want to enable the server anti-spoof protection?
[Yes] ->

What directory are all the server configuration files in?
[/usr/home/pepolez/irc/Unreal3.2] ->

What is the path to the ircd binary including the name of the binary?
[/usr/home/pepolez/irc/Unreal3.2/src/ircd] ->

Would you like to compile as a hub or as a leaf?
Type Hub to select hub and Leaf to select leaf.
[Hub] ->

What is the hostname of the server running your IRCd?
[bsd.ofloo.net] -> psyphrix.toxicantidote.net

What should the default permissions for your configuration files be? (Set this to 0 to disable)
It is strongly recommended that you use 0600 to prevent unwanted reading of the file
[0600] ->

Do you want to support SSL (Secure Sockets Layer) connections?
[Yes] ->

If you know the path to OpenSSL on your system, enter it here. If not
leave this blank
[] ->

Do you want to enable IPv6 support?
[Yes] ->

Do you want to enable ziplinks support?
[Yes] ->

If you know the path to zlib on your system, enter it here. If not
leave this blank
[] ->

Do you want to enable remote includes?
[No] ->

Do you want to enable prefixes for chanadmin and chanowner?
This will give +a the & prefix and ~ for +q (just like +o is @)
Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient,
PJIRC, irssi, CGI:IRC, etc.)
This feature should be enabled/disabled network-wide.
[Yes] ->

What listen() backlog value do you wish to use? Some older servers
have problems with more than 5, others work fine with many more.
[5] ->

How far back do you want to keep the nickname history?
[2000] ->

What is the maximum sendq length you wish to have?
[3000000] ->

How many buffer pools would you like?
This number will be multiplied by MAXSENDQLENGTH.
[18] ->


How many file descriptors (or sockets) can the IRCd use?
[1024] ->

Would you like any more parameters to configure?
Write them here:
[]->
./configure --with-showlistmodes --enable-nospoof --enable-hub --enable-ssl --enable-ziplinks --enable-inet6 --enable-prefixaq --with-listen=5 --with-dpath=/usr/home/pepolez/irc/Unreal3.2 --with-spath=/usr/home/pepolez/irc/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=psyphrix.toxicantidote.net --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
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... /usr/bin/touch
checking for openssl... /usr/bin/openssl
checking for install... /usr/bin/install
checking for gmake... gmake
checking for gmake... /usr/local/bin/gmake
checking for gunzip... /usr/bin/gunzip
checking for pkg-config... /usr/local/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... no
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... no
checking malloc.h presence... no
checking for malloc.h... no
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... yes
checking size of rlim_t... 8
checking what kind of nonblocking sockets you have... O_NONBLOCK
checking whether gcc needs -traditional... no
checking whether setpgrp takes no argument... no
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking for working alloca.h... no
checking for alloca... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for strlcpy... yes
checking for strlcat... yes
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... yes
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... 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... i386-unknown-freebsd5.4
checking host system type... i386-unknown-freebsd5.4
checking target system type... i386-unknown-freebsd5.4
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for the best optimization flags... unknown
checking for C compiler warning flags... -Wall
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for working alloca.h... no
checking for alloca... 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 getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for isascii... yes
checking for isblank... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... no, consider installing GNU libiconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 16384
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd5.4 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating utils/Makefile
config.status: creating doc/Makefile
config.status: creating tre.pc
config.status: creating tre.spec
config.status: creating doc/agrep.1
config.status: creating config.h
config.status: creating lib/tre-config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


Configuration summary
=====================

TRE is now configured as follows:

* Compilation environment

  CC = gcc
  CFLAGS = -g -O2 -Wall
  CPP = gcc -E
  CPPFLAGS =
  LD = /usr/bin/ld
  LDFLAGS =
  LIBS =
  Use alloca(): yes

* TRE options

  Development-time debugging: no
  System regex ABI compatibility: no
  Wide character (wchar_t) support: no (disabled with --disable-wchar)
  Multibyte character set support: no (disabled with --disable-multibyte)
  Approximate matching support: yes
  Build and install agrep: no

compiling TRE regex library
gmake: getcwd: : Permission denied
gmake all-recursive
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2'
Making all in lib
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/lib'
gmake all-am
gmake[3]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/lib'
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-ast.lo -MD -MP -MF ".deps/tre-ast.Tpo" -c -o tre-ast.lo tre-ast.c; \
then mv -f ".deps/tre-ast.Tpo" ".deps/tre-ast.Plo"; else rm -f ".deps/tre-ast.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-ast.lo -MD -MP -MF .deps/tre-ast.Tpo -c tre-ast.c -o tre-ast.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-compile.lo -MD -MP -MF ".deps/tre-compile.Tpo" -c -o tre-compile.lo tre-compile.c; \
then mv -f ".deps/tre-compile.Tpo" ".deps/tre-compile.Plo"; else rm -f ".deps/tre-compile.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-compile.lo -MD -MP -MF .deps/tre-compile.Tpo -c tre-compile.c -o tre-compile.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-filter.lo -MD -MP -MF ".deps/tre-filter.Tpo" -c -o tre-filter.lo tre-filter.c; \
then mv -f ".deps/tre-filter.Tpo" ".deps/tre-filter.Plo"; else rm -f ".deps/tre-filter.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-filter.lo -MD -MP -MF .deps/tre-filter.Tpo -c tre-filter.c -o tre-filter.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-match-backtrack.lo -MD -MP -MF ".deps/tre-match-backtrack.Tpo" -c -o tre-match-backtrack.lo tre-match-backtrack.c; \
then mv -f ".deps/tre-match-backtrack.Tpo" ".deps/tre-match-backtrack.Plo"; else rm -f ".deps/tre-match-backtrack.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-match-backtrack.lo -MD -MP -MF .deps/tre-match-backtrack.Tpo -c tre-match-backtrack.c -o tre-match-backtrack.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-match-parallel.lo -MD -MP -MF ".deps/tre-match-parallel.Tpo" -c -o tre-match-parallel.lo tre-match-parallel.c; \
then mv -f ".deps/tre-match-parallel.Tpo" ".deps/tre-match-parallel.Plo"; else rm -f ".deps/tre-match-parallel.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-match-parallel.lo -MD -MP -MF .deps/tre-match-parallel.Tpo -c tre-match-parallel.c -o tre-match-parallel.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-mem.lo -MD -MP -MF ".deps/tre-mem.Tpo" -c -o tre-mem.lo tre-mem.c; \
then mv -f ".deps/tre-mem.Tpo" ".deps/tre-mem.Plo"; else rm -f ".deps/tre-mem.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-mem.lo -MD -MP -MF .deps/tre-mem.Tpo -c tre-mem.c -o tre-mem.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-parse.lo -MD -MP -MF ".deps/tre-parse.Tpo" -c -o tre-parse.lo tre-parse.c; \
then mv -f ".deps/tre-parse.Tpo" ".deps/tre-parse.Plo"; else rm -f ".deps/tre-parse.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-parse.lo -MD -MP -MF .deps/tre-parse.Tpo -c tre-parse.c -o tre-parse.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-stack.lo -MD -MP -MF ".deps/tre-stack.Tpo" -c -o tre-stack.lo tre-stack.c; \
then mv -f ".deps/tre-stack.Tpo" ".deps/tre-stack.Plo"; else rm -f ".deps/tre-stack.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-stack.lo -MD -MP -MF .deps/tre-stack.Tpo -c tre-stack.c -o tre-stack.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regcomp.lo -MD -MP -MF ".deps/regcomp.Tpo" -c -o regcomp.lo regcomp.c; \
then mv -f ".deps/regcomp.Tpo" ".deps/regcomp.Plo"; else rm -f ".deps/regcomp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -o regcomp.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regexec.lo -MD -MP -MF ".deps/regexec.Tpo" -c -o regexec.lo regexec.c; \
then mv -f ".deps/regexec.Tpo" ".deps/regexec.Plo"; else rm -f ".deps/regexec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -o regexec.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regerror.lo -MD -MP -MF ".deps/regerror.Tpo" -c -o regerror.lo regerror.c; \
then mv -f ".deps/regerror.Tpo" ".deps/regerror.Plo"; else rm -f ".deps/regerror.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -o regerror.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-match-approx.lo -MD -MP -MF ".deps/tre-match-approx.Tpo" -c -o tre-match-approx.lo tre-match-approx.c; \
then mv -f ".deps/tre-match-approx.Tpo" ".deps/tre-match-approx.Plo"; else rm -f ".deps/tre-match-approx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-match-approx.lo -MD -MP -MF .deps/tre-match-approx.Tpo -c tre-match-approx.c -o tre-match-approx.o
/usr/local/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o libtre.la -rpath /usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib -version-info 6:2:2 tre-ast.lo tre-compile.lo tre-filter.lo tre-match-backtrack.lo tre-match-parallel.lo tre-mem.lo tre-parse.lo tre-stack.lo regcomp.lo regexec.lo regerror.lo tre-match-approx.lo
mkdir .libs
ar cru .libs/libtre.a tre-ast.o tre-compile.o tre-filter.o tre-match-backtrack.o tre-match-parallel.o tre-mem.o tre-parse.o tre-stack.o regcomp.o regexec.o regerror.o tre-match-approx.o
ranlib .libs/libtre.a
creating libtre.la
(cd .libs && rm -f libtre.la && ln -s ../libtre.la libtre.la)
gmake[3]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/lib'
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/lib'
Making all in tests
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/tests'
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-mem.lo -MD -MP -MF ".deps/libxtre_la-tre-mem.Tpo" -c -o libxtre_la-tre-mem.lo `test -f '../lib/tre-mem.c' || echo './'`../lib/tre-mem.c; \
then mv -f ".deps/libxtre_la-tre-mem.Tpo" ".deps/libxtre_la-tre-mem.Plo"; else rm -f ".deps/libxtre_la-tre-mem.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-mem.lo -MD -MP -MF .deps/libxtre_la-tre-mem.Tpo -c ../lib/tre-mem.c -o libxtre_la-tre-mem.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-stack.lo -MD -MP -MF ".deps/libxtre_la-tre-stack.Tpo" -c -o libxtre_la-tre-stack.lo `test -f '../lib/tre-stack.c' || echo './'`../lib/tre-stack.c; \
then mv -f ".deps/libxtre_la-tre-stack.Tpo" ".deps/libxtre_la-tre-stack.Plo"; else rm -f ".deps/libxtre_la-tre-stack.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-stack.lo -MD -MP -MF .deps/libxtre_la-tre-stack.Tpo -c ../lib/tre-stack.c -o libxtre_la-tre-stack.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-ast.lo -MD -MP -MF ".deps/libxtre_la-tre-ast.Tpo" -c -o libxtre_la-tre-ast.lo `test -f '../lib/tre-ast.c' || echo './'`../lib/tre-ast.c; \
then mv -f ".deps/libxtre_la-tre-ast.Tpo" ".deps/libxtre_la-tre-ast.Plo"; else rm -f ".deps/libxtre_la-tre-ast.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-ast.lo -MD -MP -MF .deps/libxtre_la-tre-ast.Tpo -c ../lib/tre-ast.c -o libxtre_la-tre-ast.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-parse.lo -MD -MP -MF ".deps/libxtre_la-tre-parse.Tpo" -c -o libxtre_la-tre-parse.lo `test -f '../lib/tre-parse.c' || echo './'`../lib/tre-parse.c; \
then mv -f ".deps/libxtre_la-tre-parse.Tpo" ".deps/libxtre_la-tre-parse.Plo"; else rm -f ".deps/libxtre_la-tre-parse.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-parse.lo -MD -MP -MF .deps/libxtre_la-tre-parse.Tpo -c ../lib/tre-parse.c -o libxtre_la-tre-parse.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-compile.lo -MD -MP -MF ".deps/libxtre_la-tre-compile.Tpo" -c -o libxtre_la-tre-compile.lo `test -f '../lib/tre-compile.c' || echo './'`../lib/tre-compile.c; \then mv -f ".deps/libxtre_la-tre-compile.Tpo" ".deps/libxtre_la-tre-compile.Plo"; else rm -f ".deps/libxtre_la-tre-compile.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-compile.lo -MD -MP -MF .deps/libxtre_la-tre-compile.Tpo -c ../lib/tre-compile.c -o libxtre_la-tre-compile.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-match-parallel.lo -MD -MP -MF ".deps/libxtre_la-tre-match-parallel.Tpo" -c -o libxtre_la-tre-match-parallel.lo `test -f '../lib/tre-match-parallel.c' || echo './'`../lib/tre-match-parallel.c; \
then mv -f ".deps/libxtre_la-tre-match-parallel.Tpo" ".deps/libxtre_la-tre-match-parallel.Plo"; else rm -f ".deps/libxtre_la-tre-match-parallel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-match-parallel.lo -MD -MP -MF .deps/libxtre_la-tre-match-parallel.Tpo -c ../lib/tre-match-parallel.c -o libxtre_la-tre-match-parallel.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-match-backtrack.lo -MD -MP -MF ".deps/libxtre_la-tre-match-backtrack.Tpo" -c -o libxtre_la-tre-match-backtrack.lo `test -f '../lib/tre-match-backtrack.c' || echo './'`../lib/tre-match-backtrack.c; \
then mv -f ".deps/libxtre_la-tre-match-backtrack.Tpo" ".deps/libxtre_la-tre-match-backtrack.Plo"; else rm -f ".deps/libxtre_la-tre-match-backtrack.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-match-backtrack.lo -MD -MP -MF .deps/libxtre_la-tre-match-backtrack.Tpo -c ../lib/tre-match-backtrack.c -o libxtre_la-tre-match-backtrack.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-regcomp.lo -MD -MP -MF ".deps/libxtre_la-regcomp.Tpo" -c -o libxtre_la-regcomp.lo `test -f '../lib/regcomp.c' || echo './'`../lib/regcomp.c; \
then mv -f ".deps/libxtre_la-regcomp.Tpo" ".deps/libxtre_la-regcomp.Plo"; else rm -f ".deps/libxtre_la-regcomp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-regcomp.lo -MD -MP -MF .deps/libxtre_la-regcomp.Tpo -c ../lib/regcomp.c -o libxtre_la-regcomp.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-regexec.lo -MD -MP -MF ".deps/libxtre_la-regexec.Tpo" -c -o libxtre_la-regexec.lo `test -f '../lib/regexec.c' || echo './'`../lib/regexec.c; \
then mv -f ".deps/libxtre_la-regexec.Tpo" ".deps/libxtre_la-regexec.Plo"; else rm -f ".deps/libxtre_la-regexec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-regexec.lo -MD -MP -MF .deps/libxtre_la-regexec.Tpo -c ../lib/regexec.c -o libxtre_la-regexec.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-regerror.lo -MD -MP -MF ".deps/libxtre_la-regerror.Tpo" -c -o libxtre_la-regerror.lo `test -f '../lib/regerror.c' || echo './'`../lib/regerror.c; \
then mv -f ".deps/libxtre_la-regerror.Tpo" ".deps/libxtre_la-regerror.Plo"; else rm -f ".deps/libxtre_la-regerror.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-regerror.lo -MD -MP -MF .deps/libxtre_la-regerror.Tpo -c ../lib/regerror.c -o libxtre_la-regerror.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-xmalloc.lo -MD -MP -MF ".deps/libxtre_la-xmalloc.Tpo" -c -o libxtre_la-xmalloc.lo `test -f '../lib/xmalloc.c' || echo './'`../lib/xmalloc.c; \
then mv -f ".deps/libxtre_la-xmalloc.Tpo" ".deps/libxtre_la-xmalloc.Plo"; else rm -f ".deps/libxtre_la-xmalloc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-xmalloc.lo -MD -MP -MF .deps/libxtre_la-xmalloc.Tpo -c ../lib/xmalloc.c -o libxtre_la-xmalloc.o
if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-match-approx.lo -MD -MP -MF ".deps/libxtre_la-tre-match-approx.Tpo" -c -o libxtre_la-tre-match-approx.lo `test -f '../lib/tre-match-approx.c' || echo './'`../lib/tre-match-approx.c; \
then mv -f ".deps/libxtre_la-tre-match-approx.Tpo" ".deps/libxtre_la-tre-match-approx.Plo"; else rm -f ".deps/libxtre_la-tre-match-approx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT libxtre_la-tre-match-approx.lo -MD -MP -MF .deps/libxtre_la-tre-match-approx.Tpo -c ../lib/tre-match-approx.c -o libxtre_la-tre-match-approx.o
/usr/local/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o libxtre.la libxtre_la-tre-mem.lo libxtre_la-tre-stack.lo libxtre_la-tre-ast.lo libxtre_la-tre-parse.lo libxtre_la-tre-compile.lo libxtre_la-tre-match-parallel.lo libxtre_la-tre-match-backtrack.lo libxtre_la-regcomp.lo libxtre_la-regexec.lo libxtre_la-regerror.lo libxtre_la-xmalloc.lo libxtre_la-tre-match-approx.lo
mkdir .libs
ar cru .libs/libxtre.a libxtre_la-tre-mem.o libxtre_la-tre-stack.o libxtre_la-tre-ast.o libxtre_la-tre-parse.o libxtre_la-tre-compile.o libxtre_la-tre-match-parallel.o libxtre_la-tre-match-backtrack.o libxtre_la-regcomp.o libxtre_la-regexec.o libxtre_la-regerror.o libxtre_la-xmalloc.o libxtre_la-tre-match-approx.o
ranlib .libs/libxtre.a
creating libxtre.la
(cd .libs && rm -f libxtre.la && ln -s ../libxtre.la libxtre.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT retest-retest.o -MD -MP -MF ".deps/retest-retest.Tpo" -c -o retest-retest.o `test -f 'retest.c' || echo './'`retest.c; \
then mv -f ".deps/retest-retest.Tpo" ".deps/retest-retest.Po"; else rm -f ".deps/retest-retest.Tpo"; exit 1; fi
/usr/local/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o retest -static retest-retest.o libxtre.la
gcc -g -O2 -Wall -o retest retest-retest.o ./.libs/libxtre.a
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -g -O2 -Wall -MT bench.o -MD -MP -MF ".deps/bench.Tpo" -c -o bench.o bench.c; \
then mv -f ".deps/bench.Tpo" ".deps/bench.Po"; else rm -f ".deps/bench.Tpo"; exit 1; fi
/usr/local/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o bench -static bench.o ../lib/libtre.la -lm
gcc -g -O2 -Wall -o bench bench.o ../lib/.libs/libtre.a -lm
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -DMALLOC_DEBUGGING -g -O2 -Wall -MT randtest-randtest.o -MD -MP -MF ".deps/randtest-randtest.Tpo" -c -o randtest-randtest.o `test -f 'randtest.c' || echo './'`randtest.c; \
then mv -f ".deps/randtest-randtest.Tpo" ".deps/randtest-randtest.Po"; else rm -f ".deps/randtest-randtest.Tpo"; exit 1; fi
/usr/local/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o randtest -static randtest-randtest.o libxtre.la
gcc -g -O2 -Wall -o randtest randtest-randtest.o ./.libs/libxtre.a
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -g -O2 -Wall -MT test-str-source.o -MD -MP -MF ".deps/test-str-source.Tpo" -c -o test-str-source.o test-str-source.c; \
then mv -f ".deps/test-str-source.Tpo" ".deps/test-str-source.Po"; else rm -f ".deps/test-str-source.Tpo"; exit 1; fi
/usr/local/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o test-str-source test-str-source.o ../lib/libtre.la -lm
gcc -g -O2 -Wall -o test-str-source test-str-source.o ../lib/.libs/libtre.a -lmgmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/tests'
Making all in utils
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/utils'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/utils'
Making all in po
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/po'
Making all in m4
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/m4'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/m4'
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2'
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2'
installing TRE regex library
Making install in lib
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/lib'
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/lib'
test -z "/usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib" || /usr/local/bin/bash ../utils/mkinstalldirs "/usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib"
 /usr/local/bin/bash ../libtool --mode=install /usr/bin/install -c 'libtre.la' '/usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib/libtre.la'
/usr/bin/install -c .libs/libtre.lai /usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib/libtre.la
/usr/bin/install -c .libs/libtre.a /usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib/libtre.a
ranlib /usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib/libtre.a
chmod 644 /usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib/libtre.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include/tre" || /usr/local/bin/bash ../utils/mkinstalldirs "/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include/tre"
 /usr/bin/install -c -m 644 'regex.h' '/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include/tre/regex.h'
test -z "/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include/tre" || /usr/local/bin/bash ../utils/mkinstalldirs "/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include/tre"
 /usr/bin/install -c -m 644 'tre-config.h' '/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include/tre/tre-config.h'
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/lib'
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/lib'
Making install in tests
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/tests'
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/tests'
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/tests'
Making install in utils
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/utils'
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/utils'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/utils'
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/utils'
Making install in po
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/po'
if test "tre" = "gettext-tools"; then \
  /bin/sh ../utils/mkinstalldirs /usr/home/pepolez/irc/Unreal3.2/extras/regexp/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
                    /usr/home/pepolez/irc/Unreal3.2/extras/regexp/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /usr/home/pepolez/irc/Unreal3.2/extras/regexp/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/po'
Making install in m4
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/m4'
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/m4'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/m4'
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2/m4'
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2'
gmake[2]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib/pkgconfig" || /usr/local/bin/bash ./utils/mkinstalldirs "/usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib/pkgconfig"
 /usr/bin/install -c -m 644 'tre.pc' '/usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib/pkgconfig/tre.pc'
gmake[2]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2'
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/tre-0.7.2'
extracting c-ares resolver library
configuring c-ares library
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
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 for ssize_t... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking whether to enable debug options... no
checking build system type... i386-unknown-freebsd5.4
checking host system type... i386-unknown-freebsd5.4
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... 16384
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd5.4 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries...
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd5.4 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries...
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd5.4 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/ioctl.h... yes
checking for winsock.h... no
checking for netinet/in.h... yes
checking for net/if.h... yes
checking for arpa/nameser.h... yes
checking for arpa/nameser_compat.h... yes
checking for arpa/inet.h... yes
checking for socklen_t... yes
checking for PF_INET6... yes
checking for AF_INET6... yes
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking if struct sockaddr_in6 has member sin6_scope_id... yes
checking for struct addrinfo... yes
checking for inet_pton... yes
checking if inet_pton supports IPv6... yes
checking for inet_net_pton... yes
checking if inet_net_pton supports IPv6... no
checking for inet_ntop... yes
checking if inet_ntop supports IPv6... yes
checking for struct in6_addr... yes
checking size of struct in6_addr... 16
checking for struct in_addr... yes
checking size of struct in_addr... 4
checking for bitncmp... no
checking for if_indextoname... yes
checking non-blocking sockets style... O_NONBLOCK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
compiling c-ares resolver library
gmake: getcwd: : Permission denied
gmake all-am
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/c-ares-1.3.0'
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_fds.lo -MD -MP -MF ".deps/ares_fds.Tpo" -c -o ares_fds.lo ares_fds.c; \
then mv -f ".deps/ares_fds.Tpo" ".deps/ares_fds.Plo"; else rm -f ".deps/ares_fds.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_fds.lo -MD -MP -MF .deps/ares_fds.Tpo -c ares_fds.c -o ares_fds.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_process.lo -MD -MP -MF ".deps/ares_process.Tpo" -c -o ares_process.lo ares_process.c; \
then mv -f ".deps/ares_process.Tpo" ".deps/ares_process.Plo"; else rm -f ".deps/ares_process.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_process.lo -MD -MP -MF .deps/ares_process.Tpo -c ares_process.c -o ares_process.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_free_hostent.lo -MD -MP -MF ".deps/ares_free_hostent.Tpo" -c -o ares_free_hostent.lo ares_free_hostent.c; \
then mv -f ".deps/ares_free_hostent.Tpo" ".deps/ares_free_hostent.Plo"; else rm -f ".deps/ares_free_hostent.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_free_hostent.lo -MD -MP -MF .deps/ares_free_hostent.Tpo -c ares_free_hostent.c -o ares_free_hostent.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_query.lo -MD -MP -MF ".deps/ares_query.Tpo" -c -o ares_query.lo ares_query.c; \
then mv -f ".deps/ares_query.Tpo" ".deps/ares_query.Plo"; else rm -f ".deps/ares_query.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_query.lo -MD -MP -MF .deps/ares_query.Tpo -c ares_query.c -o ares_query.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares__close_sockets.lo -MD -MP -MF ".deps/ares__close_sockets.Tpo" -c -o ares__close_sockets.lo ares__close_sockets.c; \
then mv -f ".deps/ares__close_sockets.Tpo" ".deps/ares__close_sockets.Plo"; else rm -f ".deps/ares__close_sockets.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares__close_sockets.lo -MD -MP -MF .deps/ares__close_sockets.Tpo -c ares__close_sockets.c -o ares__close_sockets.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_free_string.lo -MD -MP -MF ".deps/ares_free_string.Tpo" -c -o ares_free_string.lo ares_free_string.c; \
then mv -f ".deps/ares_free_string.Tpo" ".deps/ares_free_string.Plo"; else rm -f ".deps/ares_free_string.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_free_string.lo -MD -MP -MF .deps/ares_free_string.Tpo -c ares_free_string.c -o ares_free_string.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_search.lo -MD -MP -MF ".deps/ares_search.Tpo" -c -o ares_search.lo ares_search.c; \
then mv -f ".deps/ares_search.Tpo" ".deps/ares_search.Plo"; else rm -f ".deps/ares_search.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_search.lo -MD -MP -MF .deps/ares_search.Tpo -c ares_search.c -o ares_search.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares__get_hostent.lo -MD -MP -MF ".deps/ares__get_hostent.Tpo" -c -o ares__get_hostent.lo ares__get_hostent.c; \
then mv -f ".deps/ares__get_hostent.Tpo" ".deps/ares__get_hostent.Plo"; else rm -f ".deps/ares__get_hostent.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares__get_hostent.lo -MD -MP -MF .deps/ares__get_hostent.Tpo -c ares__get_hostent.c -o ares__get_hostent.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_gethostbyaddr.lo -MD -MP -MF ".deps/ares_gethostbyaddr.Tpo" -c -o ares_gethostbyaddr.lo ares_gethostbyaddr.c; \
then mv -f ".deps/ares_gethostbyaddr.Tpo" ".deps/ares_gethostbyaddr.Plo"; else rm -f ".deps/ares_gethostbyaddr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_gethostbyaddr.lo -MD -MP -MF .deps/ares_gethostbyaddr.Tpo -c ares_gethostbyaddr.c -o ares_gethostbyaddr.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_send.lo -MD -MP -MF ".deps/ares_send.Tpo" -c -o ares_send.lo ares_send.c; \
then mv -f ".deps/ares_send.Tpo" ".deps/ares_send.Plo"; else rm -f ".deps/ares_send.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_send.lo -MD -MP -MF .deps/ares_send.Tpo -c ares_send.c -o ares_send.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares__read_line.lo -MD -MP -MF ".deps/ares__read_line.Tpo" -c -o ares__read_line.lo ares__read_line.c; \
then mv -f ".deps/ares__read_line.Tpo" ".deps/ares__read_line.Plo"; else rm -f ".deps/ares__read_line.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares__read_line.lo -MD -MP -MF .deps/ares__read_line.Tpo -c ares__read_line.c -o ares__read_line.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_gethostbyname.lo -MD -MP -MF ".deps/ares_gethostbyname.Tpo" -c -o ares_gethostbyname.lo ares_gethostbyname.c; \
then mv -f ".deps/ares_gethostbyname.Tpo" ".deps/ares_gethostbyname.Plo"; else rm -f ".deps/ares_gethostbyname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_gethostbyname.lo -MD -MP -MF .deps/ares_gethostbyname.Tpo -c ares_gethostbyname.c -o ares_gethostbyname.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_strerror.lo -MD -MP -MF ".deps/ares_strerror.Tpo" -c -o ares_strerror.lo ares_strerror.c; \
then mv -f ".deps/ares_strerror.Tpo" ".deps/ares_strerror.Plo"; else rm -f ".deps/ares_strerror.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_strerror.lo -MD -MP -MF .deps/ares_strerror.Tpo -c ares_strerror.c -o ares_strerror.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_cancel.lo -MD -MP -MF ".deps/ares_cancel.Tpo" -c -o ares_cancel.lo ares_cancel.c; \
then mv -f ".deps/ares_cancel.Tpo" ".deps/ares_cancel.Plo"; else rm -f ".deps/ares_cancel.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_cancel.lo -MD -MP -MF .deps/ares_cancel.Tpo -c ares_cancel.c -o ares_cancel.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_init.lo -MD -MP -MF ".deps/ares_init.Tpo" -c -o ares_init.lo ares_init.c; \
then mv -f ".deps/ares_init.Tpo" ".deps/ares_init.Plo"; else rm -f ".deps/ares_init.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_init.lo -MD -MP -MF .deps/ares_init.Tpo -c ares_init.c -o ares_init.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_timeout.lo -MD -MP -MF ".deps/ares_timeout.Tpo" -c -o ares_timeout.lo ares_timeout.c; \
then mv -f ".deps/ares_timeout.Tpo" ".deps/ares_timeout.Plo"; else rm -f ".deps/ares_timeout.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_timeout.lo -MD -MP -MF .deps/ares_timeout.Tpo -c ares_timeout.c -o ares_timeout.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_destroy.lo -MD -MP -MF ".deps/ares_destroy.Tpo" -c -o ares_destroy.lo ares_destroy.c; \
then mv -f ".deps/ares_destroy.Tpo" ".deps/ares_destroy.Plo"; else rm -f ".deps/ares_destroy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_destroy.lo -MD -MP -MF .deps/ares_destroy.Tpo -c ares_destroy.c -o ares_destroy.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_mkquery.lo -MD -MP -MF ".deps/ares_mkquery.Tpo" -c -o ares_mkquery.lo ares_mkquery.c; \
then mv -f ".deps/ares_mkquery.Tpo" ".deps/ares_mkquery.Plo"; else rm -f ".deps/ares_mkquery.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_mkquery.lo -MD -MP -MF .deps/ares_mkquery.Tpo -c ares_mkquery.c -o ares_mkquery.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_version.lo -MD -MP -MF ".deps/ares_version.Tpo" -c -o ares_version.lo ares_version.c; \
then mv -f ".deps/ares_version.Tpo" ".deps/ares_version.Plo"; else rm -f ".deps/ares_version.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_version.lo -MD -MP -MF .deps/ares_version.Tpo -c ares_version.c -o ares_version.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_expand_name.lo -MD -MP -MF ".deps/ares_expand_name.Tpo" -c -o ares_expand_name.lo ares_expand_name.c; \
then mv -f ".deps/ares_expand_name.Tpo" ".deps/ares_expand_name.Plo"; else rm -f ".deps/ares_expand_name.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_expand_name.lo -MD -MP -MF .deps/ares_expand_name.Tpo -c ares_expand_name.c -o ares_expand_name.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_parse_a_reply.lo -MD -MP -MF ".deps/ares_parse_a_reply.Tpo" -c -o ares_parse_a_reply.lo ares_parse_a_reply.c; \
then mv -f ".deps/ares_parse_a_reply.Tpo" ".deps/ares_parse_a_reply.Plo"; else rm -f ".deps/ares_parse_a_reply.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_parse_a_reply.lo -MD -MP -MF .deps/ares_parse_a_reply.Tpo -c ares_parse_a_reply.c -o ares_parse_a_reply.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT windows_port.lo -MD -MP -MF ".deps/windows_port.Tpo" -c -o windows_port.lo windows_port.c; \
then mv -f ".deps/windows_port.Tpo" ".deps/windows_port.Plo"; else rm -f ".deps/windows_port.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT windows_port.lo -MD -MP -MF .deps/windows_port.Tpo -c windows_port.c -o windows_port.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_expand_string.lo -MD -MP -MF ".deps/ares_expand_string.Tpo" -c -o ares_expand_string.lo ares_expand_string.c; \
then mv -f ".deps/ares_expand_string.Tpo" ".deps/ares_expand_string.Plo"; else rm -f ".deps/ares_expand_string.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_expand_string.lo -MD -MP -MF .deps/ares_expand_string.Tpo -c ares_expand_string.c -o ares_expand_string.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_parse_ptr_reply.lo -MD -MP -MF ".deps/ares_parse_ptr_reply.Tpo" -c -o ares_parse_ptr_reply.lo ares_parse_ptr_reply.c; \
then mv -f ".deps/ares_parse_ptr_reply.Tpo" ".deps/ares_parse_ptr_reply.Plo"; else rm -f ".deps/ares_parse_ptr_reply.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_parse_ptr_reply.lo -MD -MP -MF .deps/ares_parse_ptr_reply.Tpo -c ares_parse_ptr_reply.c -o ares_parse_ptr_reply.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_parse_aaaa_reply.lo -MD -MP -MF ".deps/ares_parse_aaaa_reply.Tpo" -c -o ares_parse_aaaa_reply.lo ares_parse_aaaa_reply.c; \
then mv -f ".deps/ares_parse_aaaa_reply.Tpo" ".deps/ares_parse_aaaa_reply.Plo"; else rm -f ".deps/ares_parse_aaaa_reply.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_parse_aaaa_reply.lo -MD -MP -MF .deps/ares_parse_aaaa_reply.Tpo -c ares_parse_aaaa_reply.c -o ares_parse_aaaa_reply.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_getnameinfo.lo -MD -MP -MF ".deps/ares_getnameinfo.Tpo" -c -o ares_getnameinfo.lo ares_getnameinfo.c; \
then mv -f ".deps/ares_getnameinfo.Tpo" ".deps/ares_getnameinfo.Plo"; else rm -f ".deps/ares_getnameinfo.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ares_getnameinfo.lo -MD -MP -MF .deps/ares_getnameinfo.Tpo -c ares_getnameinfo.c -o ares_getnameinfo.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT inet_net_pton.lo -MD -MP -MF ".deps/inet_net_pton.Tpo" -c -o inet_net_pton.lo inet_net_pton.c; \
then mv -f ".deps/inet_net_pton.Tpo" ".deps/inet_net_pton.Plo"; else rm -f ".deps/inet_net_pton.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT inet_net_pton.lo -MD -MP -MF .deps/inet_net_pton.Tpo -c inet_net_pton.c -o inet_net_pton.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT bitncmp.lo -MD -MP -MF ".deps/bitncmp.Tpo" -c -o bitncmp.lo bitncmp.c; \
then mv -f ".deps/bitncmp.Tpo" ".deps/bitncmp.Plo"; else rm -f ".deps/bitncmp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT bitncmp.lo -MD -MP -MF .deps/bitncmp.Tpo -c bitncmp.c -o bitncmp.o
if /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT inet_ntop.lo -MD -MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.lo inet_ntop.c; \
then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Plo"; else rm -f ".deps/inet_ntop.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c inet_ntop.c -o inet_ntop.o
/usr/local/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o libcares.la -rpath /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib -version-info 0:0:0 ares_fds.lo ares_process.lo ares_free_hostent.lo ares_query.lo ares__close_sockets.lo ares_free_string.lo ares_search.lo ares__get_hostent.lo ares_gethostbyaddr.lo ares_send.lo ares__read_line.lo ares_gethostbyname.lo ares_strerror.lo ares_cancel.lo ares_init.lo ares_timeout.lo ares_destroy.lo ares_mkquery.lo ares_version.lo ares_expand_name.lo ares_parse_a_reply.lo windows_port.lo ares_expand_string.lo ares_parse_ptr_reply.lo ares_parse_aaaa_reply.lo ares_getnameinfo.lo inet_net_pton.lo bitncmp.lo inet_ntop.lo
mkdir .libs
ar cru .libs/libcares.a ares_fds.o ares_process.o ares_free_hostent.o ares_query.o ares__close_sockets.o ares_free_string.o ares_search.o ares__get_hostent.o ares_gethostbyaddr.o ares_send.o ares__read_line.o ares_gethostbyname.o ares_strerror.o ares_cancel.o ares_init.o ares_timeout.o ares_destroy.o ares_mkquery.o ares_version.o ares_expand_name.o ares_parse_a_reply.o windows_port.o ares_expand_string.o ares_parse_ptr_reply.o ares_parse_aaaa_reply.o ares_getnameinfo.o inet_net_pton.o bitncmp.o inet_ntop.o
ranlib .libs/libcares.a
creating libcares.la
(cd .libs && rm -f libcares.la && ln -s ../libcares.la libcares.la)
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/c-ares-1.3.0'
installing c-ares resolver library
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/extras/c-ares-1.3.0'
test -z "/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib" || /usr/local/bin/bash ./mkinstalldirs "/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib"
mkdir /usr/home/pepolez/irc/Unreal3.2/extras/c-ares
mkdir /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib
 /usr/local/bin/bash ./libtool --mode=install /usr/bin/install -c 'libcares.la' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib/libcares.la'
/usr/bin/install -c .libs/libcares.lai /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib/libcares.la
/usr/bin/install -c .libs/libcares.a /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib/libcares.a
ranlib /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib/libcares.a
chmod 644 /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib/libcares.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include" || /usr/local/bin/bash ./mkinstalldirs "/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include"
mkdir /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include
 /usr/bin/install -c -m 644 'ares.h' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include/ares.h'
 /usr/bin/install -c -m 644 'ares_version.h' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include/ares_version.h'
test -z "/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3" || /usr/local/bin/bash ./mkinstalldirs "/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3"mkdir /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man
mkdir /usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3
 /usr/bin/install -c -m 644 './ares_destroy.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_destroy.3'
 /usr/bin/install -c -m 644 './ares_expand_name.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_expand_name.3'
 /usr/bin/install -c -m 644 './ares_expand_string.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_expand_string.3'
 /usr/bin/install -c -m 644 './ares_fds.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_fds.3'
 /usr/bin/install -c -m 644 './ares_free_hostent.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_free_hostent.3'
 /usr/bin/install -c -m 644 './ares_free_string.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_free_string.3'
 /usr/bin/install -c -m 644 './ares_gethostbyaddr.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_gethostbyaddr.3'
 /usr/bin/install -c -m 644 './ares_gethostbyname.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_gethostbyname.3'
 /usr/bin/install -c -m 644 './ares_init.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_init.3'
 /usr/bin/install -c -m 644 './ares_init_options.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_init_options.3'
 /usr/bin/install -c -m 644 './ares_mkquery.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_mkquery.3'
 /usr/bin/install -c -m 644 './ares_parse_a_reply.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_parse_a_reply.3'
 /usr/bin/install -c -m 644 './ares_parse_ptr_reply.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_parse_ptr_reply.3'
 /usr/bin/install -c -m 644 './ares_process.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_process.3'
 /usr/bin/install -c -m 644 './ares_query.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_query.3'
 /usr/bin/install -c -m 644 './ares_search.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_search.3'
 /usr/bin/install -c -m 644 './ares_send.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_send.3'
 /usr/bin/install -c -m 644 './ares_strerror.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_strerror.3'
 /usr/bin/install -c -m 644 './ares_timeout.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_timeout.3'
 /usr/bin/install -c -m 644 './ares_version.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_version.3'
 /usr/bin/install -c -m 644 './ares_cancel.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_cancel.3'
 /usr/bin/install -c -m 644 './ares_parse_aaaa_reply.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_parse_aaaa_reply.3'
 /usr/bin/install -c -m 644 './ares_getnameinfo.3' '/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/man/man3/ares_getnameinfo.3'
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/extras/c-ares-1.3.0'
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/modules/Makefile
config.status: creating unreal
config.status: creating ircdcron/ircdchk
config.status: creating include/setup.h
SSL certificate already existing, no need to regenerate

 _______________________________________________________________________
| |
| UnrealIRCd Compile-Time Config |
|_______________________________________________________________________|
|_______________________________________________________________________|
| |
| Now all you have to do is type 'make' and let it compile. When that's |
| done, you will receive other instructions on what to do next. |
| |
|_______________________________________________________________________|
|_______________________________________________________________________|
| - The UnrealIRCd Team - |
| |
| * Stskeeps [email protected] |
| * codemastr [email protected] |
| * Syzop [email protected] |
|_______________________________________________________________________|
-([email protected])-(7:02:52) -(~/irc/Unreal3.2)-> make
make: Permission denied
-([email protected])-(7:03:02) -(~/irc/Unreal3.2)-> gmake
gmake: getcwd: : Permission denied
Building src
gmake[1]: Entering directory `/usr/home/pepolez/irc/Unreal3.2/src'
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c res.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_bsd.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c auth.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c aln.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras
Additional Informationgcc (GCC) 3.4.2 [FreeBSD] 20040728
3rd party modules

Activities

pepolez

2006-02-08 01:17

reporter   ~0011172

Last edited: 2006-02-08 01:28

Used devel from CVS

Same problem with stable from CVS

Original got truncated, here's the rest:

gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c aln.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c badwords.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c channel.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c cloak.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c crule.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c dbuf.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c events.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c fdlist.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c hash.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c help.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c ircd.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c ircsprintf.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c list.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c lusers.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c match.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c -o modules.o modules.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c packet.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c parse.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_auth.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_conf.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_debug.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_err.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_extra.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_kline.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_misc.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_numeric.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_serv.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_svs.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c socket.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c ssl.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_user.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c charsys.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c scache.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c send.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c support.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c umodes.c
/bin/sh version.c.SH
Extracting src/version.c...
1.1.1.1.2.1.2.1.2.2234.2.456 2006/02/07 13:02:14
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c version.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c webtv.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c whowas.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c zip.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c cidr.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c random.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c extcmodes.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c extbans.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c md5.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c api-isupport.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c api-command.c
gcc -I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -lssl -lcrypto -o ircd res.o s_bsd.o auth.o aln.o badwords.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o s_auth.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o charsys.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o -lcrypt -lz -L/usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib -ltre -L../extras/c-ares/lib -lcares -lssl -lcrypto
cd modules; make 'CFLAGS=-I../include -I/usr/home/pepolez/irc/Unreal3.2/extras/regexp/include -I/usr/home/pepolez/irc/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic ' 'CC=gcc' 'IRCDLIBS=-lcrypt -lz -L/usr/home/pepolez/irc/Unreal3.2/extras/regexp/lib -ltre -L../extras/c-ares/lib -lcares' 'LDFLAGS=' 'IRCDMODE=711' 'BINDIR=/usr/home/pepolez/irc/Unreal3.2/src/ircd' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'IRCDDIR=/usr/home/pepolez/irc/Unreal3.2' 'MANDIR=' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'RES=' 'SHELL=/bin/sh' 'STRTOUL=' 'CRYPTOLIB=-lssl -lcrypto' 'CRYPTOINCLUDES=' 'URL=' all
make: don't know how to make w. Stop
gmake[1]: *** [mods] Error 2
gmake[1]: Leaving directory `/usr/home/pepolez/irc/Unreal3.2/src'
gmake: *** [build] Error 2

Bock

2006-02-08 02:38

reporter   ~0011174

do not use gmake, use make!

Zell

2006-02-08 09:00

reporter   ~0011179

Last edited: 2006-02-08 09:01

Bock: in case you missed it, his make doesnt work.

[quote]
-([email protected])-(7:02:52) -(~/irc/Unreal3.2)-> make
make: Permission denied
[/quote]


My guess is a permissions issue on your machine. Is this your own machine or a shell?

aquanight

2006-02-08 11:53

reporter   ~0011183

-([email protected])-(7:03:02) -(~/irc/Unreal3.2)-> gmake
gmake: getcwd: : Permission denied

Indeed - your permissions setup is very messed up.

I'd say get the admin of the box to configure things to be a bit more sane (read: why deny make but allow gmake.)

And yes, on BSD you DO use make. If you can't use make, then you have a problem :) .

pepolez

2006-02-09 04:31

reporter   ~0011184

its a shell, ill bug the owner of the shell about it. thanks for the replies :)

Issue History

Date Modified Username Field Change
2006-02-08 01:16 pepolez New Issue
2006-02-08 01:17 pepolez Note Added: 0011172
2006-02-08 01:25 pepolez Note Edited: 0011172
2006-02-08 01:28 pepolez Note Edited: 0011172
2006-02-08 02:38 Bock Note Added: 0011174
2006-02-08 09:00 Zell Note Added: 0011179
2006-02-08 09:01 Zell Note Edited: 0011179
2006-02-08 11:53 aquanight Note Added: 0011183
2006-02-09 04:31 pepolez Note Added: 0011184
2006-02-09 15:26 syzop Status new => closed
2006-02-09 15:26 syzop Resolution open => no change required