> >It builds its dylib with -undefined dynamic_lookup. With the "new  
> >behavior" of dyld on Tiger, dylibs shouldn't be built using this  
> >flag ever, or else one gets the kind of error you are seeing.
> >
> >The missing symbol is from libgettextlib.dylib, and instead of the - 
> >undefined dynamic_lookup flag there should be a -lgettextlib flag  
> >on the linker line of recode (plus the corresponding BuildDepends  
> >entry in the info file). Once the -lgettextlib flag is there, the - 
> >undefined dynamic_lookup is actually inoffensive, because there is  
> >no more undefined symbol to lookup.
> 
> Thanks Martin. Adding a -lgettextlib flag fixed the problem.  
> Frédéric, would you mind if I commit the changes in the recode package ?

No problem for me (I didn't buy Tiger so far anyway, so I can't check
your fix :-))

Frédéric

Attachment: signature.asc
Description: Digital signature

Reply via email to