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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

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

iphone - Using nested NSDictionary with Picker -