[yocto] Forcing link order for autotools recipe

Burton, Ross ross.burton at intel.com
Sun Sep 16 13:42:23 PDT 2012


On 16 September 2012 00:59, Chris Tapp <opensource at keylevel.com> wrote:
> but if I try to build it on my host (e.g. when developing) then it fails to build with lots of 'symbol not found' link errors related to libs that are on the system and which are in the gcc lib search path.

That sort of thing is normally caused by distributions that use
-Wl,--as-needed -Wl,-O1 or something similar as a default linker
flags, so the ordering is important.

Ross



More information about the yocto mailing list