Re: make test fails trying to compile spamc

2012-10-02 Thread Mark Martinec
> On 10/2/2012 12:36 PM, Axb wrote: > > Yep - heaven knows why it worked till today and all of a sudden... > > Mark made some changes recently. It's possible zlib wasn't require > previously, possibly? Some changes indeed [Bug 6842], although I don't think I touched anything regarding zlib. Ma

Re: make test fails trying to compile spamc

2012-10-02 Thread Kevin A. McGrail
On 10/2/2012 12:36 PM, Axb wrote: Yep - heaven knows why it worked till today and all of a sudden... Mark made some changes recently. It's possible zlib wasn't require previously, possibly? Regards, KAM

Re: make test fails trying to compile spamc

2012-10-02 Thread Axb
On 10/02/2012 06:34 PM, dar...@chaosreigns.com wrote: On 10/02, Axb wrote: On 10/02/2012 02:11 PM, Axb wrote: On 10/02/2012 01:51 PM, Henrik Krohns wrote: On Tue, Oct 02, 2012 at 01:38:40PM +0200, Axb wrote: totally new to me... gcc -g -O2 spamc/spamc.c spamc/getopt.c spamc/libs

Re: make test fails trying to compile spamc

2012-10-02 Thread darxus
On 10/02, Axb wrote: > On 10/02/2012 02:11 PM, Axb wrote: > >On 10/02/2012 01:51 PM, Henrik Krohns wrote: > >>On Tue, Oct 02, 2012 at 01:38:40PM +0200, Axb wrote: > >>>totally new to me... > >>> > >>>gcc -g -O2 spamc/spamc.c spamc/getopt.c spamc/libspamc.c > >>>spamc/utils.c \ > >>>

Re: make test fails trying to compile spamc

2012-10-02 Thread Axb
On 10/02/2012 02:11 PM, Axb wrote: On 10/02/2012 01:51 PM, Henrik Krohns wrote: On Tue, Oct 02, 2012 at 01:38:40PM +0200, Axb wrote: totally new to me... gcc -g -O2 spamc/spamc.c spamc/getopt.c spamc/libspamc.c spamc/utils.c \ -o spamc/spamc -ldl -lz spamc/libsp

Re: make test fails trying to compile spamc

2012-10-02 Thread Axb
On 10/02/2012 01:51 PM, Henrik Krohns wrote: On Tue, Oct 02, 2012 at 01:38:40PM +0200, Axb wrote: totally new to me... gcc -g -O2 spamc/spamc.c spamc/getopt.c spamc/libspamc.c spamc/utils.c \ -o spamc/spamc -ldl -lz spamc/libspamc.c:68:18: fatal error: zlib.h: No

Re: make test fails trying to compile spamc

2012-10-02 Thread Kevin A. McGrail
On 10/2/2012 7:38 AM, Axb wrote: totally new to me... gcc -g -O2 spamc/spamc.c spamc/getopt.c spamc/libspamc.c spamc/utils.c \ -o spamc/spamc -ldl -lz spamc/libspamc.c:68:18: fatal error: zlib.h: No such file or directory compilation terminated. make[1]: *** [spamc

Re: make test fails trying to compile spamc

2012-10-02 Thread Henrik Krohns
On Tue, Oct 02, 2012 at 01:38:40PM +0200, Axb wrote: > totally new to me... > > gcc -g -O2 spamc/spamc.c spamc/getopt.c spamc/libspamc.c spamc/utils.c \ > -o spamc/spamc -ldl -lz > spamc/libspamc.c:68:18: fatal error: zlib.h: No such file or directory > compilation t

make test fails trying to compile spamc

2012-10-02 Thread Axb
totally new to me... gcc -g -O2 spamc/spamc.c spamc/getopt.c spamc/libspamc.c spamc/utils.c \ -o spamc/spamc -ldl -lz spamc/libspamc.c:68:18: fatal error: zlib.h: No such file or directory compilation terminated. make[1]: *** [spamc/spamc] Error 1 axb@