Add --ldflags to configure line for building with

recent versions of Cygwin GCC.
This commit is contained in:
Andrew Innes 2001-03-06 13:43:43 +00:00
parent fb925bd896
commit 315746ccde
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2001-03-06 Andrew Innes <andrewi@gnu.org>
* INSTALL: Add --ldflags to configure line for building with
recent versions of Cygwin GCC.
2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
* configure.bat: Use correct options when compiling a test program

View file

@ -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.