On Tuesday, July 05, 2011 17:14:34 Zachary Kotlarek wrote: > I'm building busybox against glibc-2.14, which no longer includes RPC > headers or symbols. To compensate for that loss of functionality I've > installed libtirpc and I've got busybox compiling against its headers > without a problem. > > But I need to link with "-ltirpc" so it can find the related symbols, and I > can't figure out how to make that happen -- I couldn't find an LD_FLAGS > configuration option, and the CFLAGS option doesn't seem to affect > linking. > > How can I tell busybox to include libtirpc when linking?
since this is going to hit many people, we probably want to add some helper code to the build system. when i looked at the builds, busybox only needed the headers. what symbols did you find busybox needed and were provided by -ltirpc ? also, please properly wrap your long lines in your e-mails. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
