On Wed, 4 Jun 2003, Gordon Messmer wrote:
> > Our application builds OK on RH8. But on RH9 I get
> > linking errors:
> > 
> >     undefined reference to __ctype_toupper
> >     undefined reference to __ctype_b
> > 
> > We use third-party .a libraries which reference those
> > __ctype_b and __ctype_toupper.
> 
> IIRC, you need to get your third-party .a provider to recompile his 
> library, and "#include <ctype.h>" this time.  :)

        Out of curiousity are you linking code compiled w/ the intel 
compilers? This is the error message I got when I moved to redhat 9 for 
our code based on intel compiler. If you link w/ -i_dynamic, it removes
this error message.  In fact this might be a plausible work around
if your code compiles/can use intel's compilers as presumably your
3rd party libs can use implicit __ctype_h that intel is incorporating
into the lib.

        best regards,

        -avi


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to