libtool
[Top][All Lists]
Advanced

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

One line fix for MacOS X.


From: David Thompson
Subject: One line fix for MacOS X.
Date: Tue, 10 Sep 2002 11:12:09 -0600

I never got any response to this and its still broke in CVS. Is anybody listening?

Creating static libraries for MacOS X, there is a problem introduced in ltmain.in on line 4296, the line reads:

oldobjs="$oldobjs$old_deplibs $non_pic_objects"

Now, oldobjs holds the .libs/*.o files and the non_pic_objects holds the *.o files. Why are both being archived? Shouldn't it just be one or the other? With both, everything is duplicated. Can somebody with cvs access and understanding of this piece of code fix it so it does the right thing.

When is libtool 1.5 going to be released? With the above fixed, I'm using cvs libtool on a massive project and it seems to be working pretty well with Autoconf 2.52 and Automake 1.6.

David
--
.............................................................................
David L. Thompson                          The University of Montana
mailto:address@hidden                 Computer Science Department
http://www.cs.umt.edu/u/dthompsn           Missoula, MT  59812
                                           Work Phone : (406)257-8530




reply via email to

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