changeset 36576:9f0620f192bd

Add --ldflags to configure line for building with recent versions of Cygwin GCC.
author Andrew Innes <andrewi@gnu.org>
date Tue, 06 Mar 2001 13:43:28 +0000
parents 5394dc1db9f4
children 9b798a01680c
files nt/INSTALL
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/INSTALL	Tue Mar 06 13:42:06 2001 +0000
+++ b/nt/INSTALL	Tue Mar 06 13:43:28 2001 +0000
@@ -108,6 +108,7 @@
   1.1.8, you may need to specify some extra compiler flags like so:
 
     configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__
+      --ldflags -mwin32
 
   We will attempt to auto-detect the need for these flags in a future
   release.