Sometime on Aug 14, Satya assembled some asciibets to say:
I found this in the configure file:
echo $ac_n "checking for r00taxx in -lr00t""... $ac_c" 1>&6 echo "configure:3429: checking for r00taxx in -lr00t" >&5 ac_lib_var=`echo r00t'_'r00taxx | sed 'y%./+-%__p_%'`
[snip]
What is this program? It seems to be looking for a function named r00taxx in a library named libr00t.
I don't understand this statement:
LIBS="-lr00t LIBBRAIN="-lhaxxor" $LIBS"
Where does LIBBRAIN come in? Also, I don't see any step where the code is compiled. Any idea what it does exactly?
Philip