>
> You're missing some C libraries.  The file you are missing is usually
> found in /usr/include/sys/cdefs.h.  You might want to direct your
> question to those more suitable for the area.  Try emailing
> [EMAIL PROTECTED] and ask for assistance there.
>
> --
> Valcor ([EMAIL PROTECTED])
-----------------------------------------------------------------------
thank you for your answer...

version :  ircu2H.10.37
------------------------------------------------------------------------
./configure after message

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 how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
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... no
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for gcc option to accept ANSI C... none needed
checking for crypt in -lc... yes
checking for gethostbyname in -lc... yes
checking for socket in -lc... yes
checking for res_mkquery in -lresolv... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/malloc.h usability... yes
checking sys/malloc.h presence... yes
checking for sys/malloc.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for memory.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... yes
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... no
checking for int32_t... yes
checking for u_int32_t... no
checking for size_t... (cached) yes
checking size of size_t... 4
checking printf format of size_t... "%u"
checking size of time_t... 4
checking printf format of time_t... "%lu"
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... yes
checking for strchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for strerror... yes
checking for strtoken... no
checking for select... yes
checking for socket... yes
checking for uname... yes
checking for setrlimit... yes
checking for inet_netof... yes
checking for getrusage... yes
checking for times... yes
checking for res_init... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking if poll is a system call (please wait)... egrep: ?, *, or + not preceded by 
valid regular expression
egrep: ?, *, or + not preceded by valid regular expression
yes
checking for unistd.h... (cached) yes
checking for restartable system calls... no
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /opt/imake/bin/install -c
checking whether ln -s works... yes
checking for rm... /usr/bin/rm
checking for sh... /usr/bin/sh
checking for set -h... yes
checking for posix non-blocking... yes
checking for posix signals... yes
checking if the compiler understands -pipe... yes
configure: creating ./config.status
config.status: creating config-sh
config.status: creating Configure
config.status: creating ../Makefile
config.status: creating ../ircd/Makefile
config.status: creating ../doc/Makefile
config.status: creating Makefile
config.status: creating setup.h
config.status: setup.h is unchanged
config.status: executing default commands
------------------------------------------------------------------------------------
make

recreating ircd/Makefile
Building ircd...
        gcc -g -O3 -pipe -I../include -c IPcheck.c -o IPcheck.o
        gcc -g -O3 -pipe -I../include -c bsd.c -o bsd.o
        gcc -g -O3 -pipe -I../include -c channel.c -o channel.o
        gcc -g -O3 -pipe -I../include -c class.c -o class.o
        gcc -g -O3 -pipe -I../include -c common.c -o common.o
        gcc -g -O3 -pipe -I../include -c crule.c -o crule.o
        gcc -g -O3 -pipe -I../include -c dbuf.c -o dbuf.o
        gcc -g -O3 -pipe -I../include -c ircd.c -o ircd.o
        gcc -g -O3 -pipe -I../include -c list.c -o list.o
        gcc -g -O3 -pipe -I../include -c map.c -o map.o
        gcc -g -O3 -pipe -I../include -c match.c -o match.o
        gcc -g -O3 -pipe -I../include -c numnicks.c -o numnicks.o
        gcc -g -O3 -pipe -I../include -c opercmds.c -o opercmds.o
        gcc -g -O3 -pipe -I../include -c packet.c -o packet.o
        gcc -g -O3 -pipe -I../include -c parse.c -o parse.o
        gcc -g -O3 -pipe -I../include -c querycmds.c -o querycmds.o
        gcc -g -O3 -pipe -I../include -c random.c -o random.o
        gcc -g -O3 -pipe -I../include -c res.c -o res.o
res.c: In function `get_res':
res.c:865: warning: passing arg 6 of `recvfrom' from incompatible pointer type
        gcc -g -O3 -pipe -I../include -c runmalloc.c -o runmalloc.o
        gcc -g -O3 -pipe -I../include -c s_auth.c -o s_auth.o
s_auth.c: In function `send_authports':
s_auth.c:179: warning: passing arg 3 of `getsockname' from incompatible pointer type
s_auth.c:180: warning: passing arg 3 of `getpeername' from incompatible pointer type
        gcc -g -O3 -pipe -I../include -c s_bsd.c -o s_bsd.o
s_bsd.c: In function `report_error':
s_bsd.c:208: warning: passing arg 5 of `getsockopt' from incompatible pointer type
s_bsd.c: In function `inetport':
s_bsd.c:324: warning: passing arg 3 of `getsockname' from incompatible pointer type
s_bsd.c: In function `check_init':
s_bsd.c:653: warning: passing arg 3 of `getpeername' from incompatible pointer type
s_bsd.c: In function `set_sock_opts':
s_bsd.c:1175: warning: passing arg 5 of `getsockopt' from incompatible pointer type
s_bsd.c: In function `get_sockerr':
s_bsd.c:1197: warning: passing arg 5 of `getsockopt' from incompatible pointer type
s_bsd.c: In function `add_connection':
s_bsd.c:1280: warning: passing arg 3 of `getpeername' from incompatible pointer type
s_bsd.c: In function `polludp':
s_bsd.c:2621: warning: passing arg 6 of `recvfrom' from incompatible pointer type
        gcc -g -O3 -pipe -I../include -c s_conf.c -o s_conf.o
        gcc -g -O3 -pipe -I../include -c s_debug.c -o s_debug.o
        gcc -g -O3 -pipe -I../include -c s_err.c -o s_err.o
        gcc -g -O3 -pipe -I../include -c s_misc.c -o s_misc.o
        gcc -g -O3 -pipe -I../include -c s_numeric.c -o s_numeric.o
        gcc -g -O3 -pipe -I../include -c s_ping.c -o s_ping.o
s_ping.c: In function `read_ping':
s_ping.c:230: warning: passing arg 6 of `recvfrom' from incompatible pointer type
        gcc -g -O3 -pipe -I../include -c s_serv.c -o s_serv.o
        gcc -g -O3 -pipe -I../include -c s_user.c -o s_user.o
        gcc -g -O3 -pipe -I../include -c send.c -o send.o
        gcc -g -O3 -pipe -I../include -c sprintf_irc.c -o sprintf_irc.o
sprintf_irc.c: In function `sprintf_irc':
sprintf_irc.c:413: warning: address of register variable `vl' requested
        gcc -g -O3 -pipe -I../include -c support.c -o support.o
        gcc -g -O3 -pipe -I../include -c userload.c -o userload.o
        gcc -g -O3 -pipe -I../include -c whocmds.c -o whocmds.o
        gcc -g -O3 -pipe -I../include -c whowas.c -o whowas.o
        gcc -g -O3 -pipe -I../include -c hash.c -o hash.o
        /usr/bin/sh version.c.SH
Extracting ircd/version.c ...
        gcc -g -O3 -pipe -I../include -c version.c
        gcc -g -O3 -pipe IPcheck.o bsd.o channel.o class.o common.o crule.o dbuf.o 
fileio.o ircd.o  list.o map.o match.o numnicks.o opercmds.o packet.o parse.o 
querycmds.o  random.o res.o runmalloc.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o  
s_misc.o s_numeric.o s_ping.o s_serv.o s_user.o send.o sprintf_irc.o  support.o 
userload.o whocmds.o whowas.o hash.o version.o  -lcrypt -o ircd
/usr/ccs/bin/ld: fileio.o: Not a valid object file (invalid system id)
collect2: ld returned 1 exit status
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

Reply via email to