On Tue, 20 Feb 2001, Guenter Millahn wrote:
> Hello developers,
>
> I found a bug in devel branch libtool-20010219/libltdl/ltdl.c
>
> line 2526 must be changed from:
>
> static unsigned last_caller_id = -1;
>
> to:
>
> static int last_caller_id = -1;
Yow!
Hello developers,
I found a bug in devel branch libtool-20010219/libltdl/ltdl.c
line 2526 must be changed from:
static unsigned last_caller_id = -1;
to:
static int last_caller_id = -1;
(tried on Sun E450, Solaris8, Sun Forte 6.0 C Compiler with
Maximum optimization and 64 bit mode
Hi Tor,
On Thu, 15 Feb 2001, Tor Lillqvist wrote:
> Gary V. Vaughan writes:
> > About four months ago is when it *was* working! Unfortunately it has
> > bitrotted a little since then. I will work on fixing win32 DLL
> > building in libtool as soon as I have my glib patch for wrapping
> > li