Re: [CMake] osx-10.5 ranlib vs ranlib -c vs libtool

2009-06-06 Thread Bob Tanner
On 2009-06-06 08:07:01 -0500, Bill Hoffman said: Bob Tanner wrote: On 2009-06-05 17:37:11 -0500, Bob Tanner said: First question, how to I add "-c" to ranlib evocation? Sorry for the follow-up to my post, but here is the work-around I used. IF (UNIX) MESSAGE (STATUS "Unix") IF (APPLE)

Re: [CMake] osx-10.5 ranlib vs ranlib -c vs libtool

2009-06-06 Thread Bill Hoffman
Bob Tanner wrote: On 2009-06-05 17:37:11 -0500, Bob Tanner said: First question, how to I add "-c" to ranlib evocation? Sorry for the follow-up to my post, but here is the work-around I used. IF (UNIX) MESSAGE (STATUS "Unix") IF (APPLE) SET(CMAKE_C_CREATE_STATIC_LIBRARY

Re: [CMake] osx-10.5 ranlib vs ranlib -c vs libtool

2009-06-05 Thread Bob Tanner
On 2009-06-05 17:37:11 -0500, Bob Tanner said: First question, how to I add "-c" to ranlib evocation? Sorry for the follow-up to my post, but here is the work-around I used. IF (UNIX) MESSAGE (STATUS "Unix") IF (APPLE) SET(CMAKE_C_CREATE_STATIC_LIBRARY

[CMake] osx-10.5 ranlib vs ranlib -c vs libtool

2009-06-05 Thread Bob Tanner
Ran into another issue with my netrek-server move to cmake. Attempting to link with an internal library gives me a whole bunch of "non_lazy_ptr" linking errors: Linking C executable trimscores Undefined symbols: "_Cambot_out", referenced from: _Cambot_out$non_lazy_ptr in libnetrek.a(getp