From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12877 invoked by alias); 20 Feb 2010 16:58:41 -0000 Received: (qmail 12812 invoked by uid 48); 20 Feb 2010 16:58:29 -0000 Date: Sat, 20 Feb 2010 16:58:00 -0000 Message-ID: <20100220165829.12811.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/43130] GCC is not recognizing command line option "-mdynamic-no-pic" on Mac OS X 10.6 (x86_64) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hresquiveloa at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg02060.txt.bz2 ------- Comment #3 from hresquiveloa at gmail dot com 2010-02-20 16:58 ------- Thanks Andrew and Richard for your quick reply. If this is a powerpc-only option, why I can successfully compile the program on x86_64 by using the default gcc? Ok... the program I am trying to compile is Tcl-8.5.8 via unix folder (because I do not like the way how tcl is installed in my computer via macosx folder... it creates a framework and I do not want that). It seems that according what you are telling me I just cannot use "-mdynamic-no-pic" option with the gcc source code. I have to modify it, but how? is this a complex task? if so, I will try to modify the tcl makefile.inc. Any suggestion/help will be greatly appreciated for both gcc and tcl. Thank you! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43130