X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,MSGID_FROM_MTA_HEADER,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: Date: Sat, 02 Jan 2010 19:34:23 -0500 From: Claude Sylvain User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Cygwin mailing list Subject: Re: GCC, -rdynamic option is unrecognized by GCC. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Cesar Strauss wrote: > > Curiously, when I tried it myself, the build succeeded with gcc 3.4.4, > but failed with undefined references when switching to gcc 4.3.4. They > seem to be related to some inline functions in toporouter.c. I will try > to narrow it down. > > Meanwhile, you could try switching to gcc 3.4.4: > > 1) Install gcc-core from Cygwin Setup > 2) chmod +x /usr/bin/set-gcc-default* > 3) set-gcc-default-3.sh > 4) gcc --version (should be 3.4.4) > 5) Rebuild pcb from scratch. > > Or, alternatively, keep gcc 4.3.4, but remove all "inline" keywords from > toporouter.c. > - Following your advice, I removed all "inline" keywords in "toporouter.c"; and now, I can built PCB. Thanks a lot. Claude. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple