Re: [ql-users] problem with the new C68 pieces for WMAN

2004-03-20 Thread Dave Walker
, March 18, 2004 2:06 PM Subject: Re: [ql-users] problem with the new C68 pieces for WMAN In a message dated 14/03/04 11:39:37 GMT Standard Time, [EMAIL PROTECTED] writes: After compiling, I am getting an undefined symbol 'RELOC_START'. Looking at my original LIBC_A file, I

Re: [ql-users] problem with the new C68 pieces for WMAN

2004-03-18 Thread Geogwilt
In a message dated 14/03/04 11:39:37 GMT Standard Time, [EMAIL PROTECTED] writes: After compiling, I am getting an undefined symbol 'RELOC_START'. Looking at my original LIBC_A file, I see it in there but I don't see it in the new version with George's updates. Any ideas? I'm sorry if

Re: [ql-users] problem with the new C68 pieces for WMAN

2004-03-18 Thread James Hunkins
This weekend I will try rebuilding everything from scratch (with the suitable backup since I can't afford the downtime :) ). I am thinking that the RELOC stuff might have snuck in during one of the interim 'patches' to the library and might not be needed. Will post my success after I do the

[ql-users] problem with the new C68 pieces for WMAN

2004-03-14 Thread Christopher Cave
In-Reply-To: [EMAIL PROTECTED] I have been using this new stuff from George Gwilt with no problem BUT I suspect that in my setup the old version of the library can still be found by the linker. Is it not possible to extract this module from the old library using ar and then stick it in the

Re: [ql-users] problem with the new C68 pieces for WMAN

2004-03-14 Thread James Hunkins
Actually, I believe that if you have both versions of the library available (your make file would have to include both), you would get notices of doubling defined items. I probably could extract this piece and move it over but am concerned that I have a piece that is old which is calling this.