View Single Post
Re: How to debug linux crashes
Old
  (#39)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: How to debug linux crashes - 26-01-2006

Well - in my makefile there is "-s" parameter for linking. I provided all makefile I use few posts before (exactly here), to show You if everything is correct, and You said "seems OK".

Quote:
Originally Posted by makefile by KWo
LINK_LINUX=$(CC_LINUX) $(CFLAGS) -shared -ldl -lm -static-libgcc $(OBJ_LINUX) $(EXTRA_LIBDIRS_LINUX) $(EXTRA_LIBS_LINUX) -s -o $@
LINK_WIN32=$(CC_WIN32) -mdll -Xlinker --add-stdcall-alias $(OBJ_WIN32) $(RES_OBJ_WIN32) $(EXTRA_LIBDIRS_WIN32) $(EXTRA_LIBS_WIN32) -s -o $@
OK - I'll try to remove it and compile again. Then we will see if it will say something more.
  
Reply With Quote