17 Aug
2006
17 Aug
'06
9:15 p.m.
Author: nplourde Date: Fri Aug 18 03:15:46 2006 New Revision: 19432 Modified: trunk/configure Log: fix missing symbol when compiling with live support on mac osx Modified: trunk/configure ============================================================================== --- trunk/configure (original) +++ trunk/configure Fri Aug 18 03:15:46 2006 @@ -7030,7 +7030,7 @@ echores "$_crash_debug" if darwin ; then - CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN" + CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc" if x86 ; then CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" fi
7025
Age (days ago)
7025
Last active (days ago)
0 comments
1 participants
participants (1)
-
nplourde