> This should certainly go to [EMAIL PROTECTED]

Oops.  I should have done this.  Thanks, Pavel!

FYI, my workaround for this problem is to set shlib_ext to "" if
LTDL_SHLIB_EXT isn't defined.  Probably prettier than crowding the
source with ifdef's.

static const char shlib_ext[] = "";

> Cross-compiling Kaffe for the OSKit I get:
> 
>   libltdl/ltdl.c: In function `load_deplibs':
>   libltdl/ltdl.c:1199: `shlib_ext' undeclared (first use this function)
> 
> The definition of shlib_ext is ifdef LTDL_SHLIB_EXT'd at the top of
> the file.  This code is part of some recent (Feb 15th) changes.
> 
> I couldn't tell you why LTDL_SHLIB_EXT isn't defined on the OSKit
> (though I'll guess its because I never enabled the OSKit's dynamic
> library loading support).

-Pat

----- ----- ---- ---  ---  --   -    -      -         -               -
Pat Tullmann                                       [EMAIL PROTECTED]
          This signature witticism intentionally left blank.

Reply via email to