summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-03-06 13:43:28 +0000
committerAndrew Innes <andrewi@gnu.org>2001-03-06 13:43:28 +0000
commite83dfb03cdd1627d1753980bf8b6431ed8b664be (patch)
treede3e8e536712a8a1167ff273969430c46d66c525 /nt
parentb7c79e3a5c3c851f1e35352429c93618dfb33234 (diff)
downloademacs-e83dfb03cdd1627d1753980bf8b6431ed8b664be.tar.gz
Add --ldflags to configure line for building with
recent versions of Cygwin GCC.
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index 41ae5377a5b..e10ce7bc81f 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -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.