Re: Bug in ltdl.c

2001-02-19 Thread Gary V . Vaughan
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!

Bug in ltdl.c

2001-02-19 Thread Guenter Millahn
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

Re: revised patch for glib compilation on cygwin with POSIX runtime

2001-02-19 Thread Gary V . Vaughan
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