[M3devel] build_standalone errors

Jay K jay.krell at cornell.edu
Thu Sep 3 01:56:06 CEST 2015


import_lib("dl", "/usr/lib")import_lib("ncurses", "/usr/lib")
+ build_standalone()

=>  on Darwin, where is only /usr/lib/libdl.dylib and /usr/lib/libncurses.dylb.

clang: error: no such file or directory: '/usr/lib/libncurses.a'clang: error: no such file or directory: '/usr/lib/libdl.a'

build_standalone should probably be much smarterand at least probe file existance; if found specify it;if not found use -lfoo.

The idea being to be standalone with respect to available static libs,not all libs.

More so, really, stand-aloneness should be specifiable on a libraryby library, or directory basis.

This is while building m3-sys/llvm, making it standalone, whichI expect *might* be desired. I'll go ahead without standalone.

 - Jay

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20150902/a90503e4/attachment-0001.html>


More information about the M3devel mailing list