X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Wed, 17 Mar 2010 16:53:11 +0100 From: Vincent Richomme To: Subject: Re: Linker error with GNustep In-Reply-To: References: <7c9a06bd4a9de2e0dda29af7ff2aa63f AT mail DOT smartmobili DOT com> Message-ID: <097de3560c6a042de5a4ca12debf47a0@mail.smartmobili.com> X-Sender: forumer AT smartmobili DOT com User-Agent: RoundCube Webmail/0.2 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 >> I understand that GNustep is using a missing reference but I find the >> error message >> about dwarf a bit weird. >> >> >> >> Is it normal ? > > I have finally added -lXmu to the command line and it solved my problem, > so maybe this dwarf error was not important. > However now I have another error but I think it has nothing to do with > cygwin : > > Creating libgnustep-back-017.bundle/Resources/Info-gnustep.plist... > plmerge: Uncaught exception NSRangeException, reason: in > substringFromRange:, range { 0, 2 } extends beyond size (1) > make[3]: *** [libgnustep-back-017.bundle/Resources/Info-gnustep.plist] > Error 1 > make[3]: *** Deleting file > `libgnustep-back-017.bundle/Resources/Info-gnustep.plist' > make[2]: *** [libgnustep-back-017.all.bundle.variables] Error 2 Actually I cannot even debug what is going on : $> gdb plmerge Breakpoint 1 at 0x401167: file plmerge.m, line 37. (gdb) r Starting program: /usr/GNUstep/Local/Tools/plmerge [New thread 3412.0xb30] Error while reading shared library symbols: Dwarf Error: wrong version in compilation unit header (is 0, should be 2) [in module /usr/GNUstep/Local/Tools/cyggnustep-base-1_19.dll] [New thread 3412.0x8b0] Error while reading shared library symbols: Dwarf Error: wrong version in compilation unit header (is 0, should be 2) [in module /usr/GNUstep/Local/Tools/cyggnustep-base-1_19.dll] Breakpoint 1, main (argc=1, argv=0x100aa280, env=0x100980e0) at plmerge.m:37 -- 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