On Thu, 2006-06-22 at 17:05 +0200, pHilipp Zabel wrote: > I'm confused. This should link in liblinux.a, which does contain the > symbols it complains about, before libXext.a:
That would be the problem. liblinux.a will need to come after libXext.a for the symbol resolution to work. > > # nm ../../../hw/kdrive/linux/liblinux.a | grep tslib_ > 00000004 C tslib_raw_event_closure > 00000004 C tslib_raw_event_hook > > # nm ../../../Xext/.libs/libXext.a | grep tslib_ > U tslib_raw_event_closure > U tslib_raw_event_hook > p. _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
