Hello,
this is more or less to document a bug in the cmake version 2.6.2 seen
on AIX version 5.3 when using the option to redefine the fortran
compiler. For example:
11:13> ../cmake-2.6.2-AIX-powerpc/bin/cmake ../test_project
-DCMAKE_Fortran_COMPILER=f95
-- The Fortran compiler identification is VisualAge
-- Check for working Fortran compiler: f95
-- Check for working Fortran compiler: f95 -- works
-- Checking whether f95 supports Fortran 90
-- Checking whether f95 supports Fortran 90 -- yes
-- FC_ID=f95
-- Configuring done
You have changed variables that require your cache to be deleted.
Configure will be re-run and you may have to reset some variables.
The following variables have changed:
CMAKE_Fortran_COMPILER= f95

-- The Fortran compiler identification is VisualAge
-- Check for working Fortran compiler: f95
.....

I stopped it here since this goes on as long as you like.
It is important to note that this bug is gone with version 2.6.3.
Additionally, on my linux systems I did not observe this endless loop
with version 2.6.2.
Since I could not find anything related in the mailing list and on the
web, I thought it best to add it to the mailing list.

Best regards,

Joachim Geiger
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to