[CMake] CMake 2.4.7 -- ld: Can't find library or mismatched ABI for -lgcc

2007-12-09 Thread [EMAIL PROTECTED]
Hi all, I need desperate help with my CMake and was hoping someone could render assistance. I'm running HP-UX 11.31 ia64 and compiled CMake using aCC (HP Native Compiler). When I attempt to compile my code, I receive the following error: Linking C shared library ../../lib/libxvtxmba580.sl ld:

Re: [CMake] CMake 2.4.7 -- ld: Can't find library or mismatched ABI for -lgcc

2007-12-09 Thread Bill Hoffman
[EMAIL PROTECTED] wrote: Hi all, I need desperate help with my CMake and was hoping someone could render assistance. I'm running HP-UX 11.31 ia64 and compiled CMake using aCC (HP Native Compiler). When I attempt to compile my code, I receive the following error: Linking C shared library

Re: [CMake] Linking boost python with mingw

2007-12-09 Thread Christiaan Putter
just a quick update about this in case someone else wandered about it. I gave up trying to get boost.python to work with Python. I'm sure it would if I could get mingw to build Python, but the only project I could find that was supporting this (the Python source needs to be modified apparently)

Re: [CMake] Linking boost python with mingw

2007-12-09 Thread Andreas Pakulat
On 09.12.07 20:33:19, Christiaan Putter wrote: Of course some people might say that one should stick with msvc for compiling stuff on windows because everything (is forced to) support it, and it's free like beer. Though when using free Qt you have to use mingw, no way around that. That last

Re: [CMake] Linking boost python with mingw

2007-12-09 Thread Hendrik Sattler
Am Sonntag 09 Dezember 2007 schrieb Christiaan Putter: Swig works great, the cmake support could be better but there're no problems with linking to the Python libs. I have the problem that the swig module is recompiled on every make run :-( Additionally, the .i file has to be in

Re: [CMake] Linking boost python with mingw

2007-12-09 Thread Christiaan Putter
On 10/12/2007, Hendrik Sattler [EMAIL PROTECTED] wrote: Am Sonntag 09 Dezember 2007 schrieb Christiaan Putter: Swig works great, the cmake support could be better but there're no problems with linking to the Python libs. I have the problem that the swig module is recompiled on every make

[CMake] Swig dependencies not being tested?

2007-12-09 Thread Christiaan Putter
Hi all, I know swig support isn't all that great at the moment but was wondering if someone happens to have a working Swig module for cmake that doesn't rebuild every time even without the dependencies having changed. Someone else also pointed out a problem with .i files having to be in the

Re: [CMake] Swig dependencies not being tested?

2007-12-09 Thread Alan W. Irwin
On 2007-12-10 05:33+0100 Christiaan Putter wrote: Hi all, I know swig support isn't all that great at the moment but was wondering if someone happens to have a working Swig module for cmake that doesn't rebuild every time even without the dependencies having changed. I do confirm that is a