Duncan Findlay wrote:
> I really think that we can get rid of those extra libraries. On Debian,
> spamc builds with just libc.
It will build fine on many systems (particularly linux) which have modern
libc/glibc's where the unix socket stuff is automatically linked by your linker.
However, th
On Tue, Mar 12, 2002 at 10:20:08PM -0500, Greg Ward wrote:
> On 12 March 2002, Clayton A. Burnham said:
> > I get the following error while "making" SpamAssassin:
> >
> > gcc -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
>-D_FILE_OFFSET_BITS=64 -O spamd/spamc.c \
> >
On 12 March 2002, Clayton A. Burnham said:
> I get the following error while "making" SpamAssassin:
>
> gcc -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
>-D_FILE_OFFSET_BITS=64 -O spamd/spamc.c \
> -o spamd/spamc -L/usr/local/lib -lsocket -lnsl -lgdbm -ldb -ldl