I am trying to install qmailanalog but i am getting this error. also i want to install qstats , in short what i need is, everyday i can get reports what many emails got send, receive etc. how can i do that, has any one of you done this ??

nroff -man matchup.1 > matchup.0
nroff -man columnt.1 > columnt.0
nroff -man xqp.1 > xqp.0
nroff -man xsender.1 > xsender.0
nroff -man xrecipient.1 > xrecipient.0
nroff -man alloc.3 > alloc.0
nroff -man case.3 > case.0
nroff -man error.3 > error.0
nroff -man error_str.3 > error_str.0
nroff -man getln2.3 > getln2.0
nroff -man getln.3 > getln.0
nroff -man stralloc.3 > stralloc.0
( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\' \
) > auto-ccld.sh
cat auto-ccld.sh make-load.sh > make-load
chmod 755 make-load
cat auto-ccld.sh find-systype.sh > find-systype
chmod 755 find-systype
./find-systype > systype
( cat warn-auto.sh; ./make-load "`cat systype`" ) > load
chmod 755 load
cat auto-ccld.sh make-compile.sh > make-compile
chmod 755 make-compile
( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
compile
chmod 755 compile
./compile matchup.c
matchup.c: In function âmainâ:
matchup.c:421: warning: return type of âmainâ is not âintâ
cat auto-ccld.sh make-makelib.sh > make-makelib
chmod 755 make-makelib
( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \
makelib
chmod 755 makelib
./compile strerr_sys.c
./compile strerr_die.c
./makelib strerr.a strerr_sys.o strerr_die.o
./compile getln.c
./compile getln2.c
./makelib getln.a getln.o getln2.o
./compile substdio.c
./compile substdi.c
./compile substdo.c
./compile subfderr.c
./compile subfdin.c
./compile subfdout.c
./compile substdio_copy.c
./makelib substdio.a substdio.o substdi.o substdo.o \
subfderr.o subfdin.o subfdout.o substdio_copy.o
./compile stralloc_eady.c
./compile stralloc_pend.c
./compile stralloc_copy.c
./compile stralloc_opys.c
./compile stralloc_opyb.c
./compile stralloc_cat.c
./compile stralloc_cats.c
./compile stralloc_catb.c
./makelib stralloc.a stralloc_eady.o stralloc_pend.o \
stralloc_copy.o stralloc_opys.o stralloc_opyb.o \
stralloc_cat.o stralloc_cats.o stralloc_catb.o
./compile alloc.c
alloc.c:3: warning: conflicting types for built-in function âmallocâ
./compile alloc_re.c
./makelib alloc.a alloc.o alloc_re.o
./compile error.c
./compile error_str.c
./makelib error.a error.o error_str.o
./compile str_len.c
./compile str_diff.c
./compile str_start.c
./compile byte_copy.c
./compile byte_cr.c
./compile byte_chr.c
./makelib str.a str_len.o str_diff.o str_start.o \
byte_copy.o byte_cr.o byte_chr.o
./compile fmt_str.c
./compile fmt_strn.c
./compile fmt_uint.c
./compile fmt_uint0.c
./compile fmt_ulong.c
./compile fmt_ushort.c
./compile scan_uint.c
./compile scan_ulong.c
./compile scan_ushort.c
./makelib fs.a fmt_str.o fmt_strn.o fmt_uint.o fmt_uint0.o \
fmt_ulong.o fmt_ushort.o scan_uint.o scan_ulong.o \
scan_ushort.o
./compile case_lowers.c
./makelib case.a case_lowers.o
./load matchup strerr.a getln.a substdio.a stralloc.a \
alloc.a error.a str.a fs.a case.a
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in strerr.a(strerr_sys.o)
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [matchup] Error 1


Thanks

Reply via email to