Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
So I'm trying to compile git to run a git server and it appears git doesn't like busybox. Anyone have any tips?
Thanks
-Mike
p.s. here's what configure spits out
configure: CHECKS for programs checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for gar... no checking for ar... ar checking for gtar... no checking for tar... tar checking for asciidoc... no configure: CHECKS for libraries checking for SHA1_Init in -lcrypto... yes checking for curl_global_init in -lcurl... yes checking for XML_ParserCreate in -lexpat... yes checking for iconv in -lc... no checking for iconv in -liconv... yes checking for deflateBound in -lz... yes checking for socket in -lc... yes configure: CHECKS for header files checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... configure: error: no acceptable grep could be found in /opt/bin:/opt/sbin:/ffp/sbin:/ffp/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/xpg4/bin
Offline
To compile stuff, it's generally a good idea to use the GNU versions of most programs. I suggest you install coreutils, grep, sed, gawk, etc.
Offline
http://dns323.kood.org/howto:optware
http://ipkg.nslu2-linux.org/feeds/optwa … -1_arm.ipk
git-manpages and gitosis too
Offline
Pages: 1