At 11:03 AM 9/8/2006, Benjamin Reed wrote: >On 9/6/06, Brandon J. Van Every <[EMAIL PROTECTED]> wrote: > >I don't know if this is what he meant, but at least as far as >universal binaries are concerned, TRY_COMPILE *can* cause issues. > >For example, there are a number of autotool'd things that I have built >as universal binaries which fail to build out of the box because they >do: > >* checking endianness... big endian
The check for big endian is a try-run and not a try-compile. There should be no issues with try-compile and universal binaries. The trouble is with try-run. -Bill _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
