From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9636 invoked by alias); 30 Jul 2005 08:47:15 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 9604 invoked by uid 22791); 30 Jul 2005 08:47:09 -0000 Received: from bromo.msbb.uc.edu (HELO bromo.msbb.uc.edu) (129.137.3.146) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Sat, 30 Jul 2005 08:47:09 +0000 Received: by bromo.msbb.uc.edu (Postfix, from userid 501) id 625CD1DC154; Sat, 30 Jul 2005 04:44:00 -0400 (EDT) To: gcc@gcc.gnu.org Subject: strange error on gcc 4.1.0 Message-Id: <20050730084400.625CD1DC154@bromo.msbb.uc.edu> Date: Sat, 30 Jul 2005 08:47:00 -0000 From: howarth@bromo.msbb.uc.edu (Jack Howarth) X-SW-Source: 2005-07/txt/msg01244.txt.bz2 I am trying to build xplor-nih on MacOS X 10.4 using gcc 4.1.0 branch's gcc and g++ instead of Apple's and am running into a really strange error. I find the following linkage fails... g++-4 -bundle -flat_namespace -undefined suppress _xplorWrap.o libswigpy-xplor.dylib -o _xplorWrap.so -L/Users/howarth/Desktop/xplor-nih-2.11.2.1/bin.Darwin_8/ -lcommon -lnmrPot -lintVar -lvmd -lpy -lswigpy-xplor \ -lcrypto -L/Users/howarth/Desktop/xplor-nih-2.11.2.1/bin.Darwin_8/ g++-4: couldn't run 'undle-gcc-4.1.0': No such file or directory I can't find any evidence of a undle-gcc-4.1.0 file in my build directory for the current gcc main trunk cvs from which I built the installed gcc 4.1.0 compiler. Shouldn't the stock gcc 4.1.0 support the -bundle flag? Any idea why this flag isn't working? Jack