Hi Dan,

--On 03.12.2003 08:07 -0800 Dan Wilder wrote:

I'd hazard a guess there's something missing in your install
of RH's program development stuff.

What does 'config.log' say?  The additional details should be
near the end.

I had the same thought and installed some developer stuff but it seems that I am still missing something (in the meantime I successfully installed SA from the binary rpms).


make now says this (did not really help me that much):

make -f spamd/binaries.mk spamd/spamc
make[1]: Entering directory `/root/Spamassassin/Mail-SpamAssassin-2.60'
gcc -g -O2 spamd/spamc.c spamd/libspamc.c spamd/utils.c \
-o spamd/spamc -ldl
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132,
from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11,
from /usr/include/bits/socket.h:31,
from /usr/include/sys/socket.h:35,
from spamd/libspamc.h:13,
from spamd/spamc.c:9:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
In file included from /usr/include/sys/socket.h:35,
from spamd/libspamc.h:13,
from spamd/spamc.c:9:
/usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
spamd/spamc.c: In function `main':
spamd/spamc.c:260: `SIGPIPE' undeclared (first use in this function)
spamd/spamc.c:260: (Each undeclared identifier is reported only once
spamd/spamc.c:260: for each function it appears in.)
spamd/spamc.c:260: `SIG_IGN' undeclared (first use in this function)
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132,
from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11,
from /usr/include/bits/socket.h:31,
from /usr/include/sys/socket.h:35,
from spamd/libspamc.h:13,
from spamd/libspamc.c:10:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
In file included from /usr/include/sys/socket.h:35,
from spamd/libspamc.h:13,
from spamd/libspamc.c:10:
/usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
spamd/libspamc.c:59:1: warning: "h_errno" redefined
In file included from spamd/libspamc.h:15,
from spamd/libspamc.c:10:
/usr/include/netdb.h:58:1: warning: this is the location of the previous definition
spamd/libspamc.c:75:1: warning: "EX__MAX" redefined
In file included from spamd/libspamc.c:27:
/usr/include/sysexits.h:112:1: warning: this is the location of the previous definition
spamd/libspamc.c: In function `translate_connect_errno':
spamd/libspamc.c:120: `EBADF' undeclared (first use in this function)
spamd/libspamc.c:120: (Each undeclared identifier is reported only once
spamd/libspamc.c:120: for each function it appears in.)
spamd/libspamc.c:121: `EFAULT' undeclared (first use in this function)
spamd/libspamc.c:122: `ENOTSOCK' undeclared (first use in this function)
spamd/libspamc.c:123: `EISCONN' undeclared (first use in this function)
spamd/libspamc.c:124: `EADDRINUSE' undeclared (first use in this function)
spamd/libspamc.c:125: `EINPROGRESS' undeclared (first use in this function)
spamd/libspamc.c:126: `EALREADY' undeclared (first use in this function)
spamd/libspamc.c:127: `EAFNOSUPPORT' undeclared (first use in this function)
spamd/libspamc.c:130: `ECONNREFUSED' undeclared (first use in this function)
spamd/libspamc.c:131: `ETIMEDOUT' undeclared (first use in this function)
spamd/libspamc.c:132: `ENETUNREACH' undeclared (first use in this function)
spamd/libspamc.c:135: `EACCES' undeclared (first use in this function)
spamd/libspamc.c: In function `opensocket':
spamd/libspamc.c:188: `errno' undeclared (first use in this function)
spamd/libspamc.c:194: `EPROTONOSUPPORT' undeclared (first use in this function)
spamd/libspamc.c:195: `EINVAL' undeclared (first use in this function)
spamd/libspamc.c:198: `EACCES' undeclared (first use in this function)
spamd/libspamc.c:201: `ENFILE' undeclared (first use in this function)
spamd/libspamc.c:202: `EMFILE' undeclared (first use in this function)
spamd/libspamc.c:203: `ENOBUFS' undeclared (first use in this function)
spamd/libspamc.c:204: `ENOMEM' undeclared (first use in this function)
spamd/libspamc.c: In function `try_to_connect_unix':
spamd/libspamc.c:283: `errno' undeclared (first use in this function)
spamd/libspamc.c: In function `transport_setup':
spamd/libspamc.c:1281: `errno' undeclared (first use in this function)
In file included from /usr/include/errno.h:36,
from spamd/utils.c:10:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
In file included from /usr/include/signal.h:313,
from spamd/utils.c:11:
/usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or directory
spamd/utils.c: In function `fd_timeout_read':
spamd/utils.c:58: `EAGAIN' undeclared (first use in this function)
spamd/utils.c:58: (Each undeclared identifier is reported only once
spamd/utils.c:58: for each function it appears in.)
spamd/utils.c:60: `EINTR' undeclared (first use in this function)
spamd/utils.c:61: `ETIMEDOUT' undeclared (first use in this function)
spamd/utils.c: In function `ssl_timeout_read':
spamd/utils.c:96: `EAGAIN' undeclared (first use in this function)
spamd/utils.c:98: `EINTR' undeclared (first use in this function)
spamd/utils.c:99: `ETIMEDOUT' undeclared (first use in this function)
spamd/utils.c: In function `full_write':
spamd/utils.c:169: `EINTR' undeclared (first use in this function)
spamd/utils.c:169: `EAGAIN' undeclared (first use in this function)
make[1]: *** [spamd/spamc] Error 1
make[1]: Leaving directory `/root/Spamassassin/Mail-SpamAssassin-2.60'
make: *** [spamd/spamc] Error 2


Jürgen



-------------------------------------------------------
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to