I ran into issues while trying to compile this version on Tru64 5.1b. I'm posting the "./configure" output, and the relevant section from "config.log" which led me to a workaround to make this compile and run.
The problem is that it's testing something but the ld doesn't know what to do with what is being passed, so it chokes, but the configure test doesn't understand this response so fails.
By removing the test for -fstack-protector from the configure script, this compiles and runs just fine. I know this isn't the proper fix, but it's a workaround for anyone else who might be interested in running this on Tru64 until a better test for Tru64 could be written.
Note that this server does not have GCC installed, and it compiles fine with the system supplied CC as long as this test is removed from configure.
Hope this helps
--BEGIN CONFIGURE-- ngircd-0.10.0-pre1 => ./configure checking build system type... alphaev56-dec-osf5.1b checking host system type... alphaev56-dec-osf5.1b checking target system type... alphaev56-dec-osf5.1b checking for a BSD-compatible install... ./install-sh -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... no checking for cc... cc 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... no checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... tru64 checking for gawk... (cached) nawk checking for a BSD-compatible install... ./install-sh -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for ranlib... ranlib checking for function prototypes... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/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... no checking for unistd.h... yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether cc accepts -fstack-protector... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for ctype.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stdbool.h usability... no checking stdbool.h presence... no checking for stdbool.h... no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking varargs.h usability... yes checking varargs.h presence... yes checking for varargs.h... yes checking whether socklen_t exists... no checking return type of signal handlers... void checking for size_t... yes checking for memmove in -lUTIL... no checking for bind in -lsocket... no checking for gethostent in -lnsl... no checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... no checking for vfork... no checking for strftime... no checking for strftime in -lintl... no checking for bind... no configure: error: required function missing! --END CONFIGURE--
--BEGIN CONFIG.LOG-- configure:6958: checking for bind configure:7014: cc -o conftest -g -fstack-protector -DSYSCONFDIR='"$(sysconfdir) "' conftest.c >&5 ld: -fstack-protector: Unknown flag ld: Usage: ld [options] file [...] configure:7020: $? = 1 configure: failed program was: --END CONFIG.LOG--
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com