From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15123 invoked from network); 23 Jun 2001 00:37:18 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Jun 2001 00:37:18 -0000 Received: (qmail 27156 invoked by alias); 23 Jun 2001 00:36:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15049 Received: (qmail 27132 invoked from network); 23 Jun 2001 00:36:35 -0000 Sender: ethersoft@rcn.com To: zsh-workers@sunsite.dk Subject: gcc-3.0 Success! From: Vin Shelton Organization: EtherSoft, Inc Date: 22 Jun 2001 20:37:51 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii My problem with 3.0 and zsh was with dynamic linking, as Bart, Andrej and I had suspected. The problem is that I installed gcc to /usr/local/gcc-3.0 and did not update ldconfig.so because I'm still verifying the 3.0 compiler. Since gcc-3.0 uses a shared libgcc when you link dynamically, the configure tests would fail when dynamic linking was specified because libgcc_s.so couldn't be found. Running my configure/build/test/install script with LD_RUN_PATH=/usr/local/gcc-3.0/lib made everything work hunky dory. - vin