X-Recipient: archive-cygwin@delorie.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 <forumer@smartmobili.com>
To: <cygwin@cygwin.com>
Subject: Re: Linker error with GNustep
In-Reply-To: <e6d04ce1834d6de472ae6548f4a194da@mail.smartmobili.com>
References: <7c9a06bd4a9de2e0dda29af7ff2aa63f@mail.smartmobili.com> <e6d04ce1834d6de472ae6548f4a194da@mail.smartmobili.com>
Message-ID: <097de3560c6a042de5a4ca12debf47a0@mail.smartmobili.com>
X-Sender: forumer@smartmobili.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@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

