libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in ltdl.c


From: Guenter Millahn
Subject: Bug in ltdl.c
Date: Tue, 20 Feb 2001 02:02:57 +0100

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)

Regards, Guenter
-- 
Dipl.-Ing. Guenter Millahn         Brandenburg University of Technology
Systems, Network & DB Admin        CS Dept / DB & IS Research Group
Voice: +49 (355) 69-2272/2700      P.O. Box: 10 13 44
Fax:   +49 (355) 69-2766           D-03013 Cottbus              GERMANY

"The real world is still far away from be led ad absurdum by the virtual
one."    (Hal Faber, newsreel "What happened, what will be", 08/13/2000)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]