Re: libltdl crashes under Solaris LP64 64-bit model

2001-10-01 Thread Bob Friesenhahn
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

Re: libltdl crashes under Solaris LP64 64-bit model

2001-09-30 Thread libtool
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.

Re: libltdl crashes under Solaris LP64 64-bit model

2001-09-29 Thread Bob Friesenhahn
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 =

libltdl crashes under Solaris LP64 64-bit model

2001-09-29 Thread Bob Friesenhahn
Under SPARC Solaris, libltdl crashes when compiled for the 64-bit addressing model. I received these words from the ImageMagick developer who is flushing out 64-bit related bugs: The bug is in ltdl and may be related to 64-bit or perhaps not. I added (void) lt_dlopen("tiff.la") as the very firs