From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5853 invoked by alias); 30 Dec 2005 21:48:56 -0000 Received: (qmail 5845 invoked by uid 22791); 30 Dec 2005 21:48:55 -0000 X-Spam-Check-By: sourceware.org Received: from eastrmmtao03.cox.net (HELO eastrmmtao03.cox.net) (68.230.240.36) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Dec 2005 21:48:53 +0000 Received: from white ([68.9.65.164]) by eastrmmtao03.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051230214651.JESW29285.eastrmmtao03.cox.net@white> for ; Fri, 30 Dec 2005 16:46:51 -0500 Received: from bob by white with local (Exim 3.36 #1 (Debian)) id 1EsS73-0001A0-00 for ; Fri, 30 Dec 2005 16:48:37 -0500 Date: Fri, 30 Dec 2005 21:48:00 -0000 From: Bob Rossi To: GDB Subject: CVS broken Message-ID: <20051230214837.GA4388@white> Mail-Followup-To: GDB Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00223.txt.bz2 Hi all, I just did a fresh check out of GDB like this cvs -d ':ext:bobbybrasko@sources.redhat.com:/cvs/src' co gdb+dejagnu and then built out of tree like this CFLAGS=-g ../src/configure make and here is the error I'm getting, and stopping me from building GDB. checking if 64bit support is requested... no checking if 64bit Sparc VIS support is requested... no checking system version (for dynamic loading)... ../../../src/tcl/unix/configure: line 7061: syntax error near unexpected token `)' ../../../src/tcl/unix/configure: line 7061: ` OSF*)' configure: error: ../../../src/tcl/unix/configure failed for unix make[1]: *** [configure-tcl] Error 1 make[1]: Leaving directory `/home/bob/cvs/gdb/original/builddir' make: *** [all] Error 2 Thanks, Bob Rossi