Hi,
2009/4/15 Yevgen Muntyan :
> How do you do it, do you manually add -fPIC or something to compiler
> flags? Could you
> show the CMakeLists.txt?
We only have special values for gcc:
IF(CMAKE_COMPILER_IS_GNUCC)
# PS: cannot remember why we do that?
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "
How do you do it, do you manually add -fPIC or something to compiler
flags? Could you
show the CMakeLists.txt?
Thanks!
Yevgen
On Tue, Apr 14, 2009 at 8:14 AM, Andreas Pokorny
wrote:
> Hello,
>
>
> 2009/4/13 Andreas Pakulat :
>>> [...]
>>> question. Anybody knows how to build
>>> a shared library
Hello,
2009/4/13 Andreas Pakulat :
>> [...]
>> question. Anybody knows how to build
>> a shared library of separate cmake targets?
>
> Then you might be out of luck. Of course you could try creating static
> libs and then link those into your shared lib. But thats not supported
> on all platforms
On 12.04.09 15:54:43, Yevgen Muntyan wrote:
> Andreas Pakulat wrote:
>> On 07.04.09 20:29:49, Yevgen Muntyan wrote:
>>> I want to convert an autotools project to cmake. But, I don't know
>>> how to solve the problem of the
>>> convenience libraries. The issue is: the project builds a shared
>>>
Right now I don't have access to a linux system so I can't check. But my
very reason to use cmake
is to have a bulid system which works on windows in addition to unix (on
which I have autotools),
so it's kind of unimportant whether it works on linux or not :)
Best regards,
Yevgen
Adolfo Rodríg
Have you tried building your project using a different generator to check if
it's a VS-specific problem?. I've set compile flags on a per-source basis
using various generators under Linux and had no problem. Do you have access
to a Linux box, or is your project Windows-specific?
Cheers,
Adolfo
Andreas Pakulat wrote:
On 07.04.09 20:29:49, Yevgen Muntyan wrote:
Hi,
I want to convert an autotools project to cmake. But, I don't know how
to solve the problem of the
convenience libraries. The issue is: the project builds a shared library
of bunch of libtool convenience
libraries. Ea
Andreas Pakulat wrote:
On 07.04.09 20:29:49, Yevgen Muntyan wrote:
Hi,
I want to convert an autotools project to cmake. But, I don't know how
to solve the problem of the
convenience libraries. The issue is: the project builds a shared library
of bunch of libtool convenience
libraries. Ea
On 07.04.09 20:29:49, Yevgen Muntyan wrote:
> Hi,
>
> I want to convert an autotools project to cmake. But, I don't know how
> to solve the problem of the
> convenience libraries. The issue is: the project builds a shared library
> of bunch of libtool convenience
> libraries. Each convenience l
http://www.cmake.org/Wiki/CMake_FAQ#Does_CMake_support_.22convenience.22_libraries.3F
On Wed, Apr 8, 2009 at 5:29 AM, Yevgen Muntyan wrote:
> Hi,
>
> I want to convert an autotools project to cmake. But, I don't know how to
> solve the problem of the
> convenience libraries. The issue is: the pro
Hi,
I want to convert an autotools project to cmake. But, I don't know how
to solve the problem of the
convenience libraries. The issue is: the project builds a shared library
of bunch of libtool convenience
libraries. Each convenience library uses different compilation flags
(which is very im
11 matches
Mail list logo