X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4A3A730D.6050501@gmail.com> Date: Thu, 18 Jun 2009 18:02:05 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [1.7] compile error after updating 1.7 References: <1de9d39c0906180939p35cecaeekfade8a3608726b10 AT mail DOT gmail DOT com> In-Reply-To: <1de9d39c0906180939p35cecaeekfade8a3608726b10@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 jean-luc malet wrote: > hi! > I just decided to update my 1.7 cygwin to the latest release > it seems to run more smoothly now than in previous release :) > > however I'm getting strange errors when try to compile a project I'm working on > I didn't get this on previous release > I tryed to clean and rebuild everything and same result > cc -shared -o GENERATED/libglui-0.0.1.dll ^^^^ What is this? > -Wl,--out-implib=GENERATED/libglui-0.0.1.dll.a > -Wl,--export-all-symbols -Wl,--enable-auto-import > -Wl,--no-whole-archive -lGLU -lGL -L/usr/X11R6/lib -lglut -L/bin > GENERATED/algebra3.o GENERATED/button.o GENERATED/callback.o > GENERATED/collapsible.o GENERATED/container.o GENERATED/control.o > GENERATED/debug.o GENERATED/DefaultTheme.o GENERATED/event_handler.o > GENERATED/Exception.o GENERATED/imKStoUCS.o GENERATED/LightningTheme.o > GENERATED/MasterObject.o GENERATED/node.o GENERATED/separator.o > GENERATED/statictext.o GENERATED/text.o GENERATED/themes.o > GENERATED/todo.o GENERATED/VertexObject.o GENERATED/window.o > GENERATED/GLUT/window.o It looks like you've maybe got a mix of gcc-3 objects (using sjlj exceptions) and are trying to link them against gcc-4's shared libgcc (uses Dwarf-2 exceptions). cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/