Add --ldflags to configure line for building with
recent versions of Cygwin GCC.
This commit is contained in:
parent
fb925bd896
commit
315746ccde
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue