Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Clinton Stimpson
On Oct 25, 2012, at 9:42 PM, Bill Hoffman wrote: > > On Oct 25, 2012 11:15 PM, "Clinton Stimpson" wrote: > > > > > > On Oct 25, 2012, at 4:18 PM, Bill Hoffman wrote: > > > > > On 10/25/2012 6:06 PM, Alan W. Irwin wrote: > > >> > > >> I have just discovered an extremely simple test case of the w

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Bill Hoffman
On Oct 25, 2012 11:15 PM, "Clinton Stimpson" wrote: > > > On Oct 25, 2012, at 4:18 PM, Bill Hoffman wrote: > > > On 10/25/2012 6:06 PM, Alan W. Irwin wrote: > >> > >> I have just discovered an extremely simple test case of the whole > > > > We have already found the problem and have an even smalle

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Clinton Stimpson
On Oct 25, 2012, at 4:18 PM, Bill Hoffman wrote: > On 10/25/2012 6:06 PM, Alan W. Irwin wrote: >> >> I have just discovered an extremely simple test case of the whole > > We have already found the problem and have an even smaller test case. > > cat info.cmake > file(STRINGS a.exe _strings LIMI

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Alan W. Irwin
On 2012-10-25 19:43-0400 David Cole wrote: We're using the same compiler that we used in September 2011. For future reference what is that compiler? I was just about to write the list with the same conclusion since downloaded 2.8.5 (with *.zip file timestamped on Jul 8 2011) also shows the

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread David Cole
On Thu, Oct 25, 2012 at 7:06 PM, Alan W. Irwin wrote: > On 2012-10-25 17:05-0400 Brad King wrote: > >> On 10/25/2012 04:51 PM, Alan W. Irwin wrote: >>> >>> bash.exe-3.1$ >>> /z/home/wine/newstart/bootstrap_cmake/install_4.7.0/bin/cmake.exe -P >>> info.cmake >>> -- [INFO:compiler[GNU]] >>> -- [INFO

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Alan W. Irwin
On 2012-10-25 17:05-0400 Brad King wrote: On 10/25/2012 04:51 PM, Alan W. Irwin wrote: bash.exe-3.1$ /z/home/wine/newstart/bootstrap_cmake/install_4.7.0/bin/cmake.exe -P info.cmake -- [INFO:compiler[GNU]] -- [INFO:compiler_version[0004.0005.0002]] -- [INFO:platform[MinGW]] -- [INFO

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Bill Hoffman
On 10/25/2012 6:06 PM, Alan W. Irwin wrote: I have just discovered an extremely simple test case of the whole We have already found the problem and have an even smaller test case. cat info.cmake file(STRINGS a.exe _strings LIMIT_COUNT 4 REGEX "INFO:") foreach(info ${_strings}) message(STATU

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Alan W. Irwin
On 2012-10-25 13:37-0600 Clinton Stimpson wrote: Alan, I've been watching this somewhat. If this gets narrowed down enough to a relatively simple example, I could try it out myself too. I didn't see the example attached to this email thread, so maybe someone can send me the example. Hi Clint

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Brad King
On 10/25/2012 04:51 PM, Alan W. Irwin wrote: > bash.exe-3.1$ > /z/home/wine/newstart/bootstrap_cmake/install_4.7.0/bin/cmake.exe -P > info.cmake > -- [INFO:compiler[GNU]] > -- [INFO:compiler_version[0004.0005.0002]] > -- [INFO:platform[MinGW]] > -- [INFO:arch[]] > bash.exe-3.1$ /z/hom

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Alan W. Irwin
On 2012-10-25 16:13-0400 Brad King wrote: On 10/25/2012 04:04 PM, Alan W. Irwin wrote: bash.exe-3.1$ /z/home/wine/newstart/cmake-2.8.9-win32-x86/bin/cmake.exe -P info.cmake bash.exe-3.1$ /z/home/wine/newstart/bootstrap_cmake/install_4.7.0/bin/cmake.exe -P info.cmake -- [INFO:compiler[GNU]] --

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Brad King
On 10/25/2012 04:04 PM, Alan W. Irwin wrote: > bash.exe-3.1$ /z/home/wine/newstart/cmake-2.8.9-win32-x86/bin/cmake.exe -P > info.cmake > bash.exe-3.1$ > /z/home/wine/newstart/bootstrap_cmake/install_4.7.0/bin/cmake.exe -P > info.cmake > -- [INFO:compiler[GNU]] > -- [INFO:compiler_version[000

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Alan W. Irwin
On 2012-10-25 15:14-0400 Brad King wrote: On 10/25/2012 02:20 PM, Alan W. Irwin wrote: bash.exe-3.1$ /z/home/wine/newstart/cmake-2.8.9-win32-x86/bin/cmake.exe -P info.cmake bash.exe-3.1$ /z/home/wine/newstart/bootstrap_cmake/install_4.7.0/bin/cmake.exe -P info.cmake -- [INFO:compiler[GNU]INFO

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Clinton Stimpson
Alan, I've been watching this somewhat. If this gets narrowed down enough to a relatively simple example, I could try it out myself too. I didn't see the example attached to this email thread, so maybe someone can send me the example. Clint On Thursday, October 25, 2012 11:20:17 AM Alan W. Ir

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Brad King
On 10/25/2012 02:20 PM, Alan W. Irwin wrote: > bash.exe-3.1$ /z/home/wine/newstart/cmake-2.8.9-win32-x86/bin/cmake.exe -P > info.cmake > bash.exe-3.1$ > /z/home/wine/newstart/bootstrap_cmake/install_4.7.0/bin/cmake.exe -P > info.cmake > -- [INFO:compiler[GNU]INFO:platform[]] > > So these result

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-25 Thread Alan W. Irwin
Here are the results requested by Brad: bash.exe-3.1$ ls CMakeFortranCompilerId.F a.exe info.cmake bash.exe-3.1$ cat info.cmake file(STRINGS a.exe _strings LIMIT_COUNT 4 REGEX "INFO:") foreach(info ${_strings}) message(STATUS "[${info}]") endforeach() bash.exe-3.1$ /z/home/wine/newstart/cma

[cmake-developers] [CMake 0013608]: execute_process() run from add_custom_command() via cmake -P fails to capture output for VS2008

2012-10-25 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13608 == Reported By:Derek Bruening Assigned To:

Re: [cmake-developers] CMake 2.8.10-rc3 ready for testing!

2012-10-25 Thread David Cole
The following output is what causes the test to fail: 267: # Untracked files: 267: # (use "git add ..." to include in what will be committed) 267: # 267: # build/ It's just because you're building the code in a sub-directory of the source dir. (Therefore we can't really do a "CheckSourceTree"

[cmake-developers] [CMake 0013606]: Eclipse Generator wants to run c++ to determine system include paths before c++ compiler is determined by cmake

2012-10-25 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13606 == Reported By:Mika Fischer Assigned To:

Re: [cmake-developers] CMake 2.8.10-rc3 ready for testing!

2012-10-25 Thread Shlomi Fish
On Wed, 24 Oct 2012 19:16:39 -0400 David Cole wrote: > Instead of "make test", please run "ctest -VV -R CheckSourceTree" and > send the output. > > It probably just means you have some local mods to your source tree, > or an untracked file is present. > > Here you go (the outputs of the "ctes