[Ur] -static not linking in some libraries

Karn Kallio tierpluspluslists at gmail.com
Mon Mar 18 13:51:56 EDT 2013


> Is there a way to _really_ link things statically? ie, include
> everything that it needs, so I can just drop the binary on hosts and
> have it work as long as they are the same platform/architecture?
> 

You can have the Ur/Web compiler stop after producing the C code and then
compile that against any wanted linker options.

 



More information about the Ur mailing list