IRIS-01 24% contrib/platformtest.sh
$(basename contrib/platformtest.sh): Checking ngIRCd base source
directory ...
$(basename contrib/platformtest.sh): ngIRCd base source directory not
found!?
IRIS-01 25% pwd
/usr/people/allerb/ngircd-25
IRIS-01 26% uname -a
IRIX64 IRIS-01 6.5 07202013 IP27
IRIS-01 27% echo $SHELL
/bin/csh
~~~~~~~~~
IRIS-01 35% ./configure
ngIRCd 25 has been configured with the following options:
Host: mips-sgi-irix6.5
Compiler: cc -c99
Compiler flags: -g -DSYSCONFDIR='"$(sysconfdir)"'
-DDOCDIR='"$(docdir)"'
Libraries: -lz
'ngircd' binary: /usr/local/sbin
Configuration file: /usr/local/etc
Manual pages: /usr/local/share/man
Documentation: /usr/local/share/doc/ngircd
Syslog support: yes Enable debug code: no
zlib compression: yes IRC sniffer: no
Use TCP Wrappers: no Strict RFC mode: no
IDENT support: no IRC+ protocol: yes
IPv6 protocol: no I/O backend: /dev/poll
PAM support: no SSL support: no
libiconv support: no
IRIS-01 35% make
[…]
ld32: WARNING 15 : Multiply defined:(Conf_MaxConnectionsIP) in ngircd.o
and channel.o (2nd definition ignored).
ld32: WARNING 15 : Multiply defined:(Conf_MaxNickLength) in ngircd.o and
channel.o (2nd definition ignored).
ld32: WARNING 15 : Multiply defined:(Conf_MaxListSize) in ngircd.o and
channel.o (2nd definition ignored).
ld32: WARNING 15 : Multiply defined:(Conf_MaxPenaltyTime) in ngircd.o
and channel.o (2nd definition ignored).
ld32: WARNING 15 : Multiply defined:(Conf_AuthPing) in ngircd.o and
channel.o (2nd definition ignored).
ld32: WARNING 15 : Multiply defined:(Conf_SyslogFacility) in ngircd.o
and channel.o (2nd definition ignored).
ld32: Giving up after printing 50 warnings. Use -wall to print all
warnings.
Making all in testsuite
Making all in man
GEN ngircd.conf.5
GEN ngircd.8
Making all in contrib
Making all in Debian
Making all in MacOSX
Making all in ngIRCd.xcodeproj
Making all in ngIRCd.pmdoc
IRIS-01 35% src/ngircd/ngircd --help
ngIRCd 25-IRCPLUS+SYSLOG+ZLIB-mips/sgi/irix6.5
Copyright (c)2001-2019 Alexander Barton (<alex(a)barton.de>) and
Contributors.
Homepage: <http://ngircd.barton.de/>
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
-f, --config <f> use file <f> as configuration file
-n, --nodaemon don't fork and don't detach from controlling
terminal
-p, --passive disable automatic connections to other servers
-t, --configtest read, validate and display configuration; then
exit
-V, --version output version information and exit
-h, --help display this help and exit