From 315746ccde82c14e6c7a5ace385b552153b4c837 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Tue, 6 Mar 2001 13:43:43 +0000 Subject: [PATCH] Add --ldflags to configure line for building with recent versions of Cygwin GCC. --- nt/ChangeLog | 5 +++++ nt/INSTALL | 1 + 2 files changed, 6 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 445639c27df..a293d589f24 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2001-03-06 Andrew Innes + + * INSTALL: Add --ldflags to configure line for building with + recent versions of Cygwin GCC. + 2001-03-05 Eli Zaretskii * configure.bat: Use correct options when compiling a test program 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. -- 2.39.5