Fwd: [CMake] Generating static and shared libs

2007-11-13 Thread Eric Noulard
I did forgot the list -- Forwarded message -- From: Eric Noulard [EMAIL PROTECTED] Date: 13 nov. 2007 21:34 Subject: Re: [CMake] Generating static and shared libs To: Alexander Camek [EMAIL PROTECTED] 2007/11/13, Alexander Camek [EMAIL PROTECTED]: Hi all, I am using here

Re: Fwd: [CMake] Generating static and shared libs

2007-11-13 Thread Christian Ehrlicher
Alexander Camek schrieb: Hi, I am using here MinGW C and C++ source code to build some libraries. Now what me wonders is that I am getting sometimes static libraries additional to my dynamic libraries. I think you are talking about the import library

Re: Fwd: [CMake] Generating static and shared libs

2007-11-13 Thread Alexander Camek
Hi, No, you *really* should read on www.mingw.org and inform you about import libs. I will do that, thanks. thought that i had understand them :( Greetings Alexander ___ CMake mailing list CMake@cmake.org

Re: Fwd: [CMake] Generating static and shared libs

2007-11-13 Thread Christian Ehrlicher
Alexander Camek schrieb: Hi, No, you *really* should read on www.mingw.org and inform you about import libs. I will do that, thanks. thought that i had understand them :( I already told you all you have to know Windows needs 'static import libs' to link against a shared lib. Nothing