Re: ISO C forbids an empty translation unit again

2019-09-04 Thread Dennis Clarke
On 9/3/19 1:08 AM, Marco Bodrato wrote: Ciao, Il Lun, 2 Settembre 2019 11:48 pm, Dennis Clarke ha scritto: This one pops up now and again if I go with LLVM/Clang on FreeBSD and with really strict CFLAGS. So in a few files I had to drop in a silly typedef. Adding silly lines in the code is no

Re: failure to detect format of `double' on MS-Windows

2019-09-04 Thread Vincent Lefevre
On 2019-09-04 17:39:14 +0200, Torbjorn Granlund wrote: > The compilation command omits $EXEEXT and so does the od command. Thet > looks consistent to me, so it should work. Why does that not work on > DOS? Will the compiler naughtily append .exe anyway? Yes, it does. -- Vincent Lefèvre - Web

Re: failure to detect format of `double' on MS-Windows

2019-09-04 Thread Torbjörn Granlund
Vincent Lefevre writes: With 17862:b1ea8c11ae1e, I get: $ ./configure '--host=i586-mingw32msvc' '--disable-shared' 'host_alias=i586-mingw32msvc' [...] checking format of `double' floating point... od: conftest: No such file or directory od: conftest: No such file or directory unk

failure to detect format of `double' on MS-Windows

2019-09-04 Thread Vincent Lefevre
Hi, With 17862:b1ea8c11ae1e, I get: $ ./configure '--host=i586-mingw32msvc' '--disable-shared' 'host_alias=i586-mingw32msvc' [...] checking format of `double' floating point... od: conftest: No such file or directory od: conftest: No such file or directory unknown configure: WARNING: Could not