diff options
| author | Andrew Innes | 2001-03-06 13:43:43 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-03-06 13:43:43 +0000 |
| commit | 315746ccde82c14e6c7a5ace385b552153b4c837 (patch) | |
| tree | d13c613f71f710fc20b6df45b8d3ac06b403e92c | |
| parent | fb925bd896938768c4b9214687ba8fcdcedef812 (diff) | |
| download | emacs-315746ccde82c14e6c7a5ace385b552153b4c837.tar.gz emacs-315746ccde82c14e6c7a5ace385b552153b4c837.zip | |
Add --ldflags to configure line for building with
recent versions of Cygwin GCC.
| -rw-r--r-- | nt/ChangeLog | 5 | ||||
| -rw-r--r-- | nt/INSTALL | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 445639c27df..a293d589f24 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-06 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * INSTALL: Add --ldflags to configure line for building with | ||
| 4 | recent versions of Cygwin GCC. | ||
| 5 | |||
| 1 | 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * configure.bat: Use correct options when compiling a test program | 8 | * 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 @@ | |||
| 108 | 1.1.8, you may need to specify some extra compiler flags like so: | 108 | 1.1.8, you may need to specify some extra compiler flags like so: |
| 109 | 109 | ||
| 110 | configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ | 110 | configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ |
| 111 | --ldflags -mwin32 | ||
| 111 | 112 | ||
| 112 | We will attempt to auto-detect the need for these flags in a future | 113 | We will attempt to auto-detect the need for these flags in a future |
| 113 | release. | 114 | release. |