Hello,
I'm having some trouble getting the configure script to run. It keeps stopping and saying that zlib >= 1.0.9 required even though I have 1.2.1. This information is from config.log. Can someone tell me what the problem is?
Thanks.
configure:17219: checking for gzgets in -lz
configure:17238: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -L/usr/local/lib -L/usr/local/lib -L/usr/ucblib -L/usr/ucblib -L/usr/local/lib/gcc/sparc-sun-solaris2.7/3.4.1 -L/usr/local/lib/gcc/sparc-sun-solaris2.7/3.4.1 conftest.c -lz -lgcc 1>&5
ld: fatal: relocation error: R_SPARC_32: file /var/tmp//cckNW1vG.o: symbol <unknown>: offset 0x7f68110f is non-aligned
collect2: ld returned 1 exit status
configure: failed program was:
#line 17227 "configure"
#include "confdefs.h"
/ Override any gcc2 internal prototype to avoid an error. /
/ We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. /
char gzgets();
int main() {
gzgets()
; return 0; }