On Sun, 30 Sep 2001 [EMAIL PROTECTED] wrote:
> On Sat, Sep 29, 2001 at 10:56:13PM -0500, Bob Friesenhahn wrote:
> > The problem with libltdl in the Solaris LP64 64-bit model is due to a
> > mismatch with sizes. argzize_path requires size_t. Under 64-bits
> > size_t is 8 bytes and int is 4 bytes
On Sat, Sep 29, 2001 at 10:56:13PM -0500, Bob Friesenhahn wrote:
> The problem with libltdl in the Solaris LP64 64-bit model is due to a
> mismatch with sizes. argzize_path requires size_t. Under 64-bits
> size_t is 8 bytes and int is 4 bytes. Here is a patch which should
> resolve the problem.
The problem with libltdl in the Solaris LP64 64-bit model is due to a
mismatch with sizes. argzize_path requires size_t. Under 64-bits
size_t is 8 bytes and int is 4 bytes. Here is a patch which should
resolve the problem.
Index: ltdl.c
=