[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] [PATCH] Append the extension to the executables p
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] [PATCH] Append the extension to the executables properly |
Date: |
Tue, 13 Dec 2016 17:42:46 +0100 |
User-agent: |
KMail/4.8.5 (Linux/3.8.0-44-generic; KDE/4.8.5; x86_64; ; ) |
KO Myung-Hun wrote:
> On OS/2, gcc does not generate the executable with .exe if the
> extension is omitted at -o. And such executables cannot be executed.
Thanks for the patch. While probably correct, I remark that the gcc
for mingw does not have this limitation, and with mingw the Makefile works
fine with $(EXEEXT) = ".exe".
Can you please try the attached wrapper script? That is, store it, and
run configure as
./configure CC="/home/ko/os2compile gcc" CPPFLAGS="-Wall"
This wrapper script idea has made it possible to use even MSVC from within
the autotools generated Unix-style Makefiles.
Bruno
os2compile
Description: application/shellscript
- [bug-gnu-libiconv] [PATCH] Append the extension to the executables properly, KO Myung-Hun, 2016/12/13
- Re: [bug-gnu-libiconv] [PATCH] Append the extension to the executables properly,
Bruno Haible <=
- Re: [bug-gnu-libiconv] [PATCH] Append the extension to the executables properly, KO Myung-Hun, 2016/12/13
- Re: [bug-gnu-libiconv] [PATCH] Append the extension to the executables properly, Bruno Haible, 2016/12/15
- Re: [bug-gnu-libiconv] [PATCH] Append the extension to the executables properly, KO Myung-Hun, 2016/12/16
- Re: [bug-gnu-libiconv] [PATCH] Append the extension to the executables properly, KO Myung-Hun, 2016/12/17
- Re: [bug-gnu-libiconv] [PATCH] Append the extension to the executables properly, Bruno Haible, 2016/12/17
- Re: [bug-gnu-libiconv] [PATCH] Append the extension to the executables properly, KO Myung-Hun, 2016/12/17