[LLVMbugs] [Bug 451] NEW: Libtool does not create libNAME.$(SHLIBEXT) files when building dynamic libs
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Oct 10 20:41:30 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=451
Summary: Libtool does not create libNAME.$(SHLIBEXT) files when
building dynamic libs
Product: Build scripts
Version: cvs
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: autoconf
AssignedTo: unassignedbugs at nondot.org
ReportedBy: brukman+bugs at uiuc.edu
When setting SHARED_LIBRARY=1 and LIBRARYNAME = NAME, one expects to find a file
(or symlink) by the name of libNAME.so (on Linux, for example), at least when
one runs 'make install-dynamic-library'.
That is not the case today. A change from revision 1.196 -> 1.197 of
Makefile.rules let libtool do the hard work, but now it is not clear whether the
bug lies in autoconf, libtool, or Makefile.rules .
------- 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