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
Post a Comment