On Mon, 18 Feb 2002, Tim Liljendahl wrote:

> > > Tried different approaches and no matter what, it still end up with an
> > > error (but the strange stuff is that i had it working, maybe with
> > > v1.5.1)
> > 
> > Hmm.  If you change the function to:
> > 
> > 
> > XS(_wrap_new_MemBufInputSource) {
> >     XMLByte *arg1 ;
> > 
> > -    unsigned int arg2 ;
> > +    STRLEN arg2 ;
> > 
> >     char *arg3 ;
> >     bool arg4 = false ;
> >     int argvi = 0;
> >     MemBufInputSource *result ;
> >     dXSARGS;
> > 
> > it still complains??
> 
> Not at that stage, but the linker gives me this:
> 
> /usr/bin/ld: Xerces.o: .got subsegment exceeds 64K (size 81856)
> /usr/bin/ld: failed to set dynamic section sizes: File format not recognized
> collect2: ld returned 1 exit status

Well, you're making progress.  I'm not familiar with the ins and outs of 
DigiPaq compilers, but on AIX there are various linker switches to allow 
for this type of glitch.  Hopefully, you can get more specific help from 
someone that works with the environment.

Steve

-- 
----------------------------------------------------------------
Steven N. Hirsch       tie-line: 446-6557     ext: 802-769-6557

Staff Engineer                     Methodology Integration Team
ASIC Product Development           IBM Microelectronics
----------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to