Hi, 2012/3/25 Axel Beckert <[email protected]>:
> As the error message recommends, using -fPIC helps. But interestingly > not in CFLAGS but in CPPFLAGS. For now I've added it for all > architecutres, but I'm not 100% sure if it's a good idea > to solve this issue, especially if the issue could be located in some > other package. IMHO I think that should be fine, if you expect to link object code with -pie/-fPIE, the objects need to be compiled with, at least, -fPIC, or you could even use -fPIE. Cheers, -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

