The busybox applets all combine and are delivered as a single binary that is called via symlinks,... using argv[0] to figure out which applet to call.
Therefor,... by that logic I would think that linking busybox as a whole against ncurses will do what you need. Not 100% sure,... just a guess On 13/07/07, Farnik Stefan <[EMAIL PROTECTED]> wrote: > Hi there, > > maybe you can help me. > > How can I link an applet (using busybox-1.4.2) statically against ncurses? > Where do I configure this? There aren't hints for this in Kbuild or something > else. > > Or should I linky complete busybox instead against ncurses? (How to do this?) > > Thank you! > > Stefan > _______________________________________________ > busybox mailing list > [email protected] > http://busybox.net/cgi-bin/mailman/listinfo/busybox > _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
