From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25091 invoked by alias); 10 Jan 2006 11:21:14 -0000 Received: (qmail 25082 invoked by uid 22791); 10 Jan 2006 11:21:12 -0000 X-Spam-Check-By: sourceware.org Received: from mail2.eseo.fr (HELO mail2.eseo.fr) (193.49.148.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Jan 2006 11:21:11 +0000 Received: from harley.eseo.fr (harley.eseo.fr [192.168.11.1]) by mail2.eseo.fr (Postfix) with ESMTP id DF2837DBC for ; Tue, 10 Jan 2006 12:16:03 +0100 (CET) Received: from [192.168.10.219] (firewall.eseo.fr [192.168.11.49]) by harley.eseo.fr (Postfix) with ESMTP id 000261196 for ; Tue, 10 Jan 2006 12:21:06 +0100 (CET) Message-ID: <43C398A2.7010803@eseo.fr> Date: Tue, 10 Jan 2006 11:21:00 -0000 From: Guillaume Savaton User-Agent: Mozilla Thunderbird 1.0.2 (X11/20051002) MIME-Version: 1.0 To: insight@sources.redhat.com Subject: Build problem for insight 6.4 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00010.txt.bz2 Hi, I am trying to build Insight 6.4 on a PC with Debian Etch (testing). I did : ./configure --target=arm-elf --prefix=/usr/local/arm-elf make I got : checking system version (for dynamic loading)... ./tcl/unix/configure: line 7062: syntax error near unexpected token `)' ./tcl/unix/configure: line 7062: ` OSF*)' I found what seems to be a syntax error at line 7048 of tcl/unix/configure I changed : system=MP-RAS-`awk '{print }' /etc/.relid'` into system=MP-RAS-`awk '{print }' /etc/.relid` (removed last quote) I retried both configure and make steps, and got : checking system version (for dynamic loading)... ../../tcl/unix/configure: line 7282: syntax error near unexpected token `(' ../../tcl/unix/configure: line 7282: ` case `(ac_space=' '; set | grep ac_space) 2>&1` in' This does not seem to be a syntax error : When I try the following command on the bash command line, I get no error message : test=`(ac_space=' '; set | grep ac_space) 2>&1` I suppose someone already succeeded building insight 6.4 with the provided configure scripts and makefiles. Does anybody see why I am having these error messages ? Thanks for your help. G. Savaton