From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1062 invoked by alias); 2 Aug 2008 21:24:21 -0000 Received: (qmail 1053 invoked by uid 22791); 2 Aug 2008 21:24:21 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 02 Aug 2008 21:23:38 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m72LNb72013731 for ; Sat, 2 Aug 2008 17:23:37 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m72LNapT004331; Sat, 2 Aug 2008 17:23:36 -0400 Received: from opsy.redhat.com (vpn-10-2.bos.redhat.com [10.16.10.2]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m72LNaR3029475; Sat, 2 Aug 2008 17:23:36 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 67ED2508204; Sat, 2 Aug 2008 15:23:35 -0600 (MDT) To: Keith Seitz Cc: insight Subject: Re: [PATCH/itcl] Fix itkConfig.sh References: <4894C51B.5080007@redhat.com> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Sat, 02 Aug 2008 21:24:00 -0000 In-Reply-To: <4894C51B.5080007@redhat.com> (Keith Seitz's message of "Sat\, 02 Aug 2008 13\:35\:39 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00016.txt.bz2 >>>>> "Keith" == Keith Seitz writes: Keith> Please let me know if there are any further problems with this. Thanks, it builds fine for me. Unfortunately now it won't start: opsy. ./gdb ./gdb: error while loading shared libraries: libitcl3.3.so: cannot open shared object file: No such file or directory The shared libraries are installed in install/lib/itk3.3 and install/lib/itcl3.3. I think just install/lib would be preferable. Also, it seems to me that the test suite ought to set LD_LIBRARY_PATH somewhere. I didn't see anything for this; without it, 'make check' fails a lot. Is there some other way I ought to be doing this? Like, maybe I should just install the system itcl... ? Tom