libtool
[Top][All Lists]
Advanced

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

[FIXED] cygwin: duplicate .o's in static libs


From: Charles Wilson
Subject: [FIXED] cygwin: duplicate .o's in static libs
Date: Wed, 16 Oct 2002 15:41:22 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2

Several months ago, I reported a problem with libtool wherein the static libraries contained duplicate .o's when both shared and static libs are built:

ar cru .libs/libcdll.a  cdll.o .libs/cdll.o

e.g. the static lib contains both the .o's built for the static lib, AND the .o's built for the shared lib. I had observed this behavior on both cygwin and linux. [This shared library was built correctly, and included only the .libs/*.o files]

This problem has been fixed, sometime between 20020705 and 20021015:

ar cru .libs/libcdll.a  cdll.o

I don't know who fixed it, or how it got fixed, but thanks.

--
Chuck
libtool on cygwin





reply via email to

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