# HG changeset patch # User arpi # Date 1030059711 0 # Node ID 136332c7da425de44ad08c8c4cf95374251a514b # Parent b69ddd4d3bb93a0eda78f06ae6fdf7edce791c37 with the help of the Mandrake compiler maintainer this problem has been solved. With gcc 3.2 or 3.1.1 you need to add the compiler option -mno-omit-leaf-frame-pointer to make the win32 dll loader work again. by Goetz Waschk diff -r b69ddd4d3bb9 -r 136332c7da42 loader/Makefile --- a/loader/Makefile Thu Aug 22 23:29:46 2002 +0000 +++ b/loader/Makefile Thu Aug 22 23:41:51 2002 +0000 @@ -17,7 +17,7 @@ # Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(), # as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code) WARN_FLAGS = -CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer +CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer #CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer all: libloader.a