Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-09-25 Thread Liu Hao
在 2018/9/26 0:25, William Brandoni 写道: > OK I give up. Every time I try to send something, your email system > bounces it back. > Please attach source code only. If it still bounces, try renaming it so it has a .txt extension or have it paste inline. -- Best regards, LH_Mouse __

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-09-25 Thread William Brandoni
I have attached a 7z file with one of the programs I am trying to convert. Old legacy Fortran stuff.Hope this helps. The file "Send.sample" should be renamed "Send.7z" before uncompressing. It contains fortran source, a batch file to compile and link, and a data file to run against the program.

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-09-25 Thread William Brandoni
OK I give up. Every time I try to send something, your email system bounces it back. Bill From: Arjen Markus To: lh_mo...@126.com Cc: mingw-w64-public@lists.sourceforge.net; w.brand...@ameritech.net; msys2-us...@lists.sourceforge.net Sent: Tuesday, September 25, 2018 3:12 AM Subject:

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-09-25 Thread William Brandoni
I have attached a 7z file with one of the programs I am trying to convert. Old legacy Fortran stuff.Hope this helps. Thanks for your help Bill From: Arjen Markus To: lh_mo...@126.com Cc: mingw-w64-public@lists.sourceforge.net; w.brand...@ameritech.net; msys2-us...@lists.sourceforge.net

Re: [Mingw-w64-public] [PATCH] widl: Stop using AC_FUNC_MALLOC and AC_FUNC_REALLOC

2018-09-25 Thread Martin Storsjö
On Tue, 25 Sep 2018, Liu Hao wrote: 在 2018-09-25 20:48, Martin Storsjö 写道: These break cross compilation; removing them fixes cross compilation. These not only check for the functions malloc/realloc (which are guaranteed to be available as long as the build environment is ANSI C compliant), bu

Re: [Mingw-w64-public] [PATCH] widl: Stop using AC_FUNC_MALLOC and AC_FUNC_REALLOC

2018-09-25 Thread Liu Hao
在 2018-09-25 20:48, Martin Storsjö 写道: > These break cross compilation; removing them fixes cross compilation. > > These not only check for the functions malloc/realloc (which are > guaranteed to be available as long as the build environment is ANSI C > compliant), but check for a "GNU libc compat

[Mingw-w64-public] [PATCH] widl: Stop using AC_FUNC_MALLOC and AC_FUNC_REALLOC

2018-09-25 Thread Martin Storsjö
These break cross compilation; removing them fixes cross compilation. These not only check for the functions malloc/realloc (which are guaranteed to be available as long as the build environment is ANSI C compliant), but check for a "GNU libc compatible malloc". The check for such a malloc is a r