[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Problems compiling 2.0.7



Hm. I found the problem. Silly me, i spesified a -L flag twice. Well there
goes. I'll remember that!
Tarjei
> CC="gcc" \
> CPPFLAGS="-I/usr/local/BerkeleyDB.3.2/include" \
> LDFLAGS="-L/usr/local/BerkeleyDB.3.2/lib" \
	     ^^
> CFLAGS="-O9 -funroll-loops -ffast-math -malign-double
> -mcpu=pentiumpro -marc
> h=pentiumpro -fomit-frame-pointer -fno-exceptions
> -D_REENTRANT -L/usr/lib" \
		   ^^^^^^^^^^
 ./configure \
> --prefix=/usr \
> --libexecdir=/usr/sbin \
> --bindir=/usr/sbin \
> --sysconfdir=/etc \
> --with-cyrus-sasl \
> --enable-spasswd \
> --enable-crypt \
> --enable-shared \
> --with-tls \
> --with-gnu-ld \
>
>
> I'd be happy for anything that helps!
>
> Tarjei