Martin Sebor wrote:
[...]
If you've successfully tested your patch with at least a few
of the stdcxx example programs please go ahead and commit it.
We can deal with the suffix later.

Farid, what's the status of this patch?

Martin


Martin


  The corrected patch:

Index: GNUmakefile.lib
===================================================================
--- GNUmakefile.lib    (revision 514746)
+++ GNUmakefile.lib    (working copy)
@@ -39,6 +39,11 @@
 ONE_REPOSITORY = 1
 include ../makefile.common
+# generate import library on Cygwin
+#ifneq ($(findstring CYGWIN,$(OSNAME)),)
+  LDSOFLAGS += -Wl,--out-implib,lib$(LIBBASE).a
+#endif
+
 CXXFLAGS    += $(PICFLAGS)
 LDFLAGS     += $(LDSOFLAGS) $(MAPFLAGS) $(MAPFILE)
Farid.


Reply via email to