Hi I have problem in compiling libtool, this is the patch that I have applied
Regards Michael Trimarchi
diff --git a/utils/sb2-build-libtool b/utils/sb2-build-libtool index cc1596c..2bfb677 100755 --- a/utils/sb2-build-libtool +++ b/utils/sb2-build-libtool @@ -44,7 +44,7 @@ fi tar zxf $LOCAL_SOURCEFILE --strip-components=1 -./configure --prefix=$HOME/.scratchbox2/$TARGET --build=$(uname -m)-unknown-linux-gnu +./configure --prefix=$HOME/.scratchbox2/$TARGET --build=$(uname -m)-unknown-linux-gnu --host=$(uname -m) # The system libtool script in Debian must be able to support # invoking gcc as cc (Debian specific)
_______________________________________________ Scratchbox-devel mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel
