2010/2/3 Danila <e...@mgn.chel.su>:
> I am trying running cmake as this:
>
> LDFLAGS=-Wl,-export-dynamic cmake
>
> but after then building it is not started

Is the build log you attched from building after running cmake with
LDFLAGS set? If so, then it looks like the flag didn't take effect.

Can you try running cmake as this instead:
cmake -DCMAKE_CXX_FLAGS=-Wl,--export-dynamic ..

Thanks,
// Erik

-- 
Erik Johansson
Home Page: http://ejohansson.se/
PGP Key: http://ejohansson.se/erik.asc

Reply via email to