This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Linker error with GNustep


>> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]