<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW " title="NEW --- - libedit is used during linking with CMake LLDB_DISABLE_LIBEDIT=1" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23703&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=smyZgxUNxg8hSuGhEEVcgTcvY7o1dNQwF7Xmcr2L5Ec&s=17hnPwevVhJH_VCmuju6a1dD-HFtAqecAjxzhvHpRxw&e=">23703</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>libedit is used during linking with CMake LLDB_DISABLE_LIBEDIT=1
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>3.6
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>eugene.zelenko@gmail.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>libedit is not installed by administrators, so I'm tried to set
LLDB_DISABLE_LIBEDIT=1 in CMake parameters. Compilation was OK but libedit was
used during linking because it is specified in LLDBDependencies.cmake
unconditionally.
Probably same issue will be for libncurces when LLDB_DISABLE_CURSES=1.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>