On Friday, December 6, 2002, at 10:04 PM, Henning Meier-Geinitz wrote: > Hi, > > On Fri, Dec 06, 2002 at 12:45:15PM +0100, Beat Birkhofer wrote: >> In the last few weeks I built the sane-backens several times >> successful from cvs. But today it doesn't work. >> >> ./configure is OK, no errors, but make dies very fast: > > I changed configure.in quite heavily, so this may be the cause. >
Hi, just looking at this, there is a -module flag in LDFLAGS caused by the changes... This should fix it: --- acinclude.m4 2002/12/04 17:48:05 1.33 +++ acinclude.m4 2002/12/06 13:07:36 @@ -138,7 +138,6 @@ #Mac OS X/Darwin AC_CHECK_HEADERS(mach-o/dyld.h, [AC_CHECK_FUNCS(NSLinkModule, enable_dynamic=yes,) - LDFLAGS="$LDFLAGS -module" DL_LIB="" ],) fi Peter