Re: [CMake] Cross compile + shared libs problem

2008-04-01 Thread Frederik Deweerdt
On Sat, Mar 29, 2008 at 12:25:45AM +0100, Alexander Neundorf wrote: On Tuesday 25 March 2008, you wrote: ... I validated the general approach this morning, should be ready by tomorrow. News ? Sorry, I couldn't quite save time to make a nice platform file. Would you accept the following

Re: [CMake] Cross compile + shared libs problem

2008-04-01 Thread Alexander Neundorf
On Tuesday 01 April 2008, you wrote: On Sat, Mar 29, 2008 at 12:25:45AM +0100, Alexander Neundorf wrote: On Tuesday 25 March 2008, you wrote: ... I validated the general approach this morning, should be ready by tomorrow. News ? Sorry, I couldn't quite save time to make a nice

Re: [CMake] Cross compile + shared libs problem

2008-04-01 Thread Frederik Deweerdt
On Tue, Apr 01, 2008 at 10:12:20PM +0200, Alexander Neundorf wrote: On Tuesday 01 April 2008, you wrote: On Sat, Mar 29, 2008 at 12:25:45AM +0100, Alexander Neundorf wrote: On Tuesday 25 March 2008, you wrote: ... I validated the general approach this morning, should be ready by

Re: [CMake] Cross compile + shared libs problem

2008-04-01 Thread Alexander Neundorf
On Wednesday 02 April 2008, you wrote: On Tue, Apr 01, 2008 at 10:12:20PM +0200, Alexander Neundorf wrote: On Tuesday 01 April 2008, you wrote: On Sat, Mar 29, 2008 at 12:25:45AM +0100, Alexander Neundorf wrote: On Tuesday 25 March 2008, you wrote: ... I validated the

Re: [CMake] Cross compile + shared libs problem

2008-04-01 Thread Frederik Deweerdt
On Wed, Apr 02, 2008 at 01:39:11AM +0200, Alexander Neundorf wrote: On Wednesday 02 April 2008, you wrote: On Tue, Apr 01, 2008 at 10:12:20PM +0200, Alexander Neundorf wrote: On Tuesday 01 April 2008, you wrote: On Sat, Mar 29, 2008 at 12:25:45AM +0100, Alexander Neundorf wrote: On

Re: [CMake] Cross compile + shared libs problem

2008-03-28 Thread Alexander Neundorf
On Tuesday 25 March 2008, you wrote: ... I validated the general approach this morning, should be ready by tomorrow. News ? Alex ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cross compile + shared libs problem

2008-03-25 Thread Alexander Neundorf
On Tuesday 25 March 2008, Frederik Deweerdt wrote: On Tue, Mar 25, 2008 at 01:19:52AM +0100, Alexander Neundorf wrote: On Tuesday 25 March 2008, Frederik Deweerdt wrote: Hi, I'm trying to cross-compile static libraries for RTEMS. Our project's also targets Linux, where we use shared

Re: [CMake] Cross compile + shared libs problem

2008-03-25 Thread Frederik Deweerdt
On Tue, Mar 25, 2008 at 05:55:00PM +0100, Alexander Neundorf wrote: On Tuesday 25 March 2008, Frederik Deweerdt wrote: On Tue, Mar 25, 2008 at 01:19:52AM +0100, Alexander Neundorf wrote: On Tuesday 25 March 2008, Frederik Deweerdt wrote: Hi, I'm trying to cross-compile static

[CMake] Cross compile + shared libs problem

2008-03-24 Thread Frederik Deweerdt
Hi, I'm trying to cross-compile static libraries for RTEMS. Our project's also targets Linux, where we use shared libraries. We declare the libraries with: add_library(libname srcs...). So STATIC or SHARED is omitted. On RTEMS there are no static libraries, so I was expecting that by setting