Thanks Michael -- that worked! John
On Tue, 17 Feb 2004, Michael Logan wrote:
> If you haven't solved it yet...
>
>
> I have the same problem with Performer apps on RH9.
>
> You need to compile your source with the gcc option:
>
> -Wl,--wrap,__ctype_b
>
> then compile an object (.o) from the following source
>
> #include <ctype.h>
>
> extern "C" {
> __const unsigned short int **__wrap___ctype_b (void) {
> return __ctype_b_loc();
> }
> }
>
> and link it in.
>
> good luck.
>
>
> ml
>
>
>
> John Harris wrote:
>
> >Hi, I just tried compiling the latest inventor in Red Hat Fedora and am
> >getting linker errors like: undefined reference to `__ctype_b'. I see
> >that this is a common error for RH 9.0, is there a work around? Thanks.
> >John
> >
> >
> >
>
>
>
--
---------------------------------
John Harris
National Center for Ecological
Analysis and Synthesis (NCEAS)
735 State St. Ste. 303
Santa Barbara, CA 93101
805-892-2531
harris@xxxxxxxxxxxxxx
---------------------------------
|