Hi all,

I resend this e-mail because I didn't get any answer yet (probably people missed my previous email).

I had a problem installing the last version of sbox2 (from git) on
my Ubuntu 8.04.

During "sb2-init", sb2-build-libtool exited with an error.

The problem was solved by adding

--host=i386

to the ./configure command in sb2-build-libtool (thanks to Michael
Trimarchi who solved the problem).

My question is: shouldn't the sb2-init script be updated as in the patch in attachment ?

Thanks,

         Claudio


--
Ing. Claudio Scordino           
Software Engineer, PhD
Tel. +39-050-5492050
http://retis.sssup.it/~scordino/

Evidence Srl
Embedded Real-Time Solutions
http://www.evidence.eu.com

>From 865cd02033bff29fea34e2aeb43a1247260e9833 Mon Sep 17 00:00:00 2001
From: Claudio Scordino <[EMAIL PROTECTED]>
Date: Tue, 2 Sep 2008 16:05:03 +0200
Subject: [PATCH 1/1] --host=i386 added to sb2-build-libtool


Signed-off-by: Claudio Scordino <[EMAIL PROTECTED]>
---
 utils/sb2-build-libtool |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/sb2-build-libtool b/utils/sb2-build-libtool
index 4805778..257c4de 100755
--- a/utils/sb2-build-libtool
+++ b/utils/sb2-build-libtool
@@ -34,7 +34,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 --host=i386 --build=$(uname -m)-unknown-linux-gnu
 
 # The system libtool script in Debian must be able to support
 # invoking gcc as cc (Debian specific)
-- 
1.5.4.3


_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to