[LLVMbugs] [Bug 16471] New: configure does not allow customising paths
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jun 27 09:26:33 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16471
Bug ID: 16471
Summary: configure does not allow customising paths
Product: Build scripts
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: autoconf
Assignee: unassignedbugs at nondot.org
Reporter: zilla at kayari.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I tried to use --libdir=/usr/lib64 to change the libdir from /usr/lib to
/usr/lib64 but it was ignored. Looking at the configure script, using --libdir
doesn't seem to affect anything, the libraries always go in EPREFIX/lib
I also tried using --docdir but that doesn't seem to do anything either. The
configure script says the default value is PREFIX/share/doc/llvm but the docs
seem to go in PREFIX/docs/llvm instead.
(Aside: shouldn't there be a 3.3 version in Bugzilla, now that 3.3 is out and
trunk is 3.4?)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130627/6e81339b/attachment.html>
More information about the llvm-bugs
mailing list