Re: [CMake] Newbie creating shared objects on Mac

2008-07-08 Thread Gerrick Bivins
Ok. If I understand you guys correctly, I should be good to go because .so and .dylib now are the same in the mac OSX current architectures? On 7/8/08 12:43 PM, "Bill Hoffman" <[EMAIL PROTECTED]> wrote: > Kai Sterker wrote: >> On Mon, Jul 7, 2008 at 9:39 PM, Gerrick Bivins >> <[EMAIL PROTECTED]>

Re: [CMake] Newbie creating shared objects on Mac

2008-07-08 Thread Bill Hoffman
Kai Sterker wrote: On Mon, Jul 7, 2008 at 9:39 PM, Gerrick Bivins <[EMAIL PROTECTED]> wrote: I realized I left out the fact that I'm using the swig module. Sorry about that. Does the SWIG_ADD_MODULE have a SWIG_ADD_LIBRARY equivalent? It's the same for me, but it hasn't caused me any troubles

Re: [CMake] Newbie creating shared objects on Mac

2008-07-08 Thread Kai Sterker
On Mon, Jul 7, 2008 at 9:39 PM, Gerrick Bivins <[EMAIL PROTECTED]> wrote: > I realized I left out the fact that I'm using the swig module. > Sorry about that. > Does the SWIG_ADD_MODULE have a SWIG_ADD_LIBRARY equivalent? It's the same for me, but it hasn't caused me any troubles so far. [snip]

Re: [CMake] Newbie creating shared objects on Mac

2008-07-07 Thread Gerrick Bivins
I realized I left out the fact that I'm using the swig module. Sorry about that. Does the SWIG_ADD_MODULE have a SWIG_ADD_LIBRARY equivalent? Alexander Neundorf wrote: > On Monday 07 July 2008, Gerrick Bivins wrote: >> Hello, >> I¹m trying to dive into Cmake and I¹ve tried creating new targets for

Re: [CMake] Newbie creating shared objects on Mac

2008-07-07 Thread Bill Hoffman
Alexander Neundorf wrote: On Monday 07 July 2008, Gerrick Bivins wrote: Hello, I¹m trying to dive into Cmake and I¹ve tried creating new targets for an existing project using Cmake. So far everything Works ok but on Mac, my shared object targets are creating *.so files. I¹m not concerned about b

Re: [CMake] Newbie creating shared objects on Mac

2008-07-07 Thread Alexander Neundorf
On Monday 07 July 2008, Gerrick Bivins wrote: > Hello, > I¹m trying to dive into Cmake and I¹ve tried creating new targets for an > existing project using Cmake. So far everything > Works ok but on Mac, my shared object targets are creating *.so files. I¹m > not concerned about bundles and framewor

[CMake] Newbie creating shared objects on Mac

2008-07-07 Thread Gerrick Bivins
Hello, I¹m trying to dive into Cmake and I¹ve tried creating new targets for an existing project using Cmake. So far everything Works ok but on Mac, my shared object targets are creating *.so files. I¹m not concerned about bundles and frameworks but I expected Cmake to produce *.dylib files. Any su