On Tue, Jun 17, 2003 at 06:38:29AM -0700, Joe Kelsey wrote: > > Basically, what I want to do is remove several entries from the *front* > of the dynamic section. Actually, I would settle for just removing all > of a certain tag (such as DT_NEEDED) from the dynamic section.
It's more constructive to fix the linker than it is to patch the ELF files created by it. The linker knows which libraries are really needed and should be able to create the minimal list of (true) dependencies. -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
