linker error - Avoiding linking against static libraries when using libtool -


i trying cross compile imagemagick on linux machine. libstdc++.a comes toolchain not compiled fpic. use file instead. libtool keeps linking libstdc++.a (as whole-archive) , relocation errors. have seen same issue other libraries well. ideas?

deleting la files toolchain folder helped. guess without la files, libtool search , finds dynamic libraries.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -