Quote |
To avoid path errors, it would be good if there were a loader script to move the busybox symlinks to /tmp and then move them back again on unloading (assuming the coreutils apps were linked to /opt/bin) |
Quote |
...using compile-3.3.5.uci + term.h and the ncurses headers from gcc1-with-libs. |
Code Sample |
export LIBS=" -lncurses" |
Code Sample |
$ make SHARED=0 ... pwdx.c: In function `main': pwdx.c:38: error: `PATH_MAX' undeclared (first use in this function) |
Quote |
#include <sys/param.h> |