]> git.eshelyaron.com Git - emacs.git/commitdiff
Add --ldflags to configure line for building with
authorAndrew Innes <andrewi@gnu.org>
Tue, 6 Mar 2001 13:43:43 +0000 (13:43 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 6 Mar 2001 13:43:43 +0000 (13:43 +0000)
recent versions of Cygwin GCC.

nt/ChangeLog
nt/INSTALL

index 445639c27dfc02ec4a0d3f91308e34a5fd672471..a293d589f2436f4d24a347e2e686d87ad2bdb9ce 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-06  Andrew Innes  <andrewi@gnu.org>\r
+\r
+       * INSTALL: Add --ldflags to configure line for building with\r
+       recent versions of Cygwin GCC.\r
+\r
 2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>\r
 \r
        * configure.bat: Use correct options when compiling a test program\r
index 41ae5377a5b00793380d7b9a1b5a49fea45cb03d..e10ce7bc81f32925f110691faa6aa565c79b8c2d 100644 (file)
   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.