From: Ari Johnson Date: Mon, 25 Apr 2011 04:32:01 +0000 (-0400) Subject: Revert "Use more compatible libtool options for linking" X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=838f98d73f9d9fc59808e065cfecfd9eda530a4a;p=cobramush.git Revert "Use more compatible libtool options for linking" This reverts commit 4499c2ccd3c595e6868eb1cd6b86142e9a271814. It didn't work on newer libtools. We need to find a way to avoid this problem. refs #251 --- diff --git a/src/Makefile.in b/src/Makefile.in index 7e67d22..a545048 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -57,7 +57,7 @@ netmud: $(O_FILES) @echo "Making netmud." -mv -f netmud netmud~ # $(CC) $(CCFLAGS) -o netmud $(O_FILES) $(LDFLAGS) $(SQL_LDFLAGS) $(LIBS) - $(LIBTOOL) -dynamic $(LDFLAGS) $(SQL_LDFLAGS) -o netmud $(O_FILES) $(LIBS) + $(LIBTOOL) --mode=link $(CC) -export-dynamic $(LDFLAGS) $(SQL_LDFLAGS) $(CCFLAGS) -o netmud $(O_FILES) $(LIBS) # We recompile mysocket.c instead of reusing mysocket.o because we