[LLVMbugs] [Bug 270] NEW: Makefiles Should Install libtool *.la and *.lo files.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Mar 7 16:40:32 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=270
Summary: Makefiles Should Install libtool *.la and *.lo files.
Product: Build scripts
Version: cvs
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at x10sys.com
Since LLVM uses libtool to generate its libraries and objects, it would be a
courtesy to other libtool users if LLVM would install all the libtool output.
That is, for every xyz.a library there should be an xyz.la file and for every
abc.o object there should be an abc.lo file. These files help libtool portably
link the objects and libraries into other programs.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list