Steve Heaven wrote: >> Yeah, sure.. just execute configure with the "--disable-tls" parameter./ > > We are now getting: > > egrep -e "^[^_].*" ".libs/libcherokee-base.exp" > > ".libs/libcherokee-base.expT" > grep: invalid option -- E > BusyBox v0.60.5 (2003.01.24-22:44+0000) multi-call binary > > Usage: grep [-ihHnqvs] PATTERN [FILEs...]
I bet the problem is here. Why are you using busybox? It is nice to embedded systems, live CDs and things like that, but it isn't the best option for a development system. libtool seems to need a more powerful grep tool. Try with GNU grep, it should work perfectly. :-) -- Greetings, alo. http://www.alobbs.com _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
