<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>import_lib("dl", "/usr/lib")</div><div>import_lib("ncurses", "/usr/lib")</div><div><br></div><div>+ build_standalone()</div><div><br></div><div><br></div><div>=>  on Darwin, where is only /usr/lib/libdl.dylib and /usr/lib/libncurses.dylb.</div><div><br></div><div><br></div><div>clang: error: no such file or directory: '/usr/lib/libncurses.a'</div><div>clang: error: no such file or directory: '/usr/lib/libdl.a'</div><div><br></div><div><br></div><div>build_standalone should probably be much smarter</div><div>and at least probe file existance; if found specify it;</div><div>if not found use -lfoo.</div><div><br></div><div><br></div><div>The idea being to be standalone with respect to available static libs,</div><div>not all libs.</div><div><br></div><div><br></div><div>More so, really, stand-aloneness should be specifiable on a library</div><div>by library, or directory basis.</div><div><br></div><div><br></div><div>This is while building m3-sys/llvm, making it standalone, which</div><div>I expect *might* be desired. I'll go ahead without standalone.</div><div><br></div><div><br></div><div> - Jay</div><br><br>                                      </div></body>
</html>