Re: [cmake-developers] "Inconsistent sizeofcmds" on Mac

2016-01-30 Thread Mike Gelfand
>>> Hello everyone, >>> >>> I’m using cmake 3.3.1 on Mac 10.10.4. I’m building an executable target on >>> Mac with the following settings: >>> >>> CMAKE_OSX_ARCHITECTURES = i386;x86_64 >>> CMAKE_OSX_DEPLOYMENT_TARGET = 10.5 >>> CMAKE_OSX_SYSROOT = .../MacOSX10.10.sdk >>> >>> Right after build,

Re: [cmake-developers] "Inconsistent sizeofcmds" on Mac

2015-09-17 Thread Clinton Stimpson
On Thursday, September 17, 2015 11:18:06 PM Mike Gelfand wrote: > Hello everyone, > > I’m using cmake 3.3.1 on Mac 10.10.4. I’m building an executable target on > Mac with the following settings: > > CMAKE_OSX_ARCHITECTURES = i386;x86_64 > CMAKE_OSX_DEPLOYMENT_TARGET = 10.5 >

[cmake-developers] "Inconsistent sizeofcmds" on Mac

2015-09-17 Thread Mike Gelfand
Hello everyone, I’m using cmake 3.3.1 on Mac 10.10.4. I’m building an executable target on Mac with the following settings: CMAKE_OSX_ARCHITECTURES = i386;x86_64 CMAKE_OSX_DEPLOYMENT_TARGET = 10.5 CMAKE_OSX_SYSROOT = .../MacOSX10.10.sdk Right after build, executable is runnable (from

Re: [cmake-developers] "Inconsistent sizeofcmds" on Mac

2015-09-17 Thread Mike Gelfand
On Sep 17, 2015, at 11:44 PM, Clinton Stimpson wrote: > I'm not sure where the defect is, or how to work around it, without getting > more details. > > I've seen problems similar to this, but not exactly the same as what you are > seeing. What I have seen before was

Re: [cmake-developers] "Inconsistent sizeofcmds" on Mac

2015-09-17 Thread Mike Gelfand
Hello, > On Sep 17, 2015, at 11:44 PM, Clinton Stimpson wrote: > > On Thursday, September 17, 2015 11:18:06 PM Mike Gelfand wrote: >> Hello everyone, >> >> I’m using cmake 3.3.1 on Mac 10.10.4. I’m building an executable target on >> Mac with the following settings: >>