On 2013-08-29 08:43, Rainer Schuetze wrote:

How is this done on linux right now? It does not need "export"/"import"
to build against a shared phobos library. Is "import" assumed for any
data access and later removed by some magic in the linker?

"export" is noop on Posix. Every symbol is accessible.

--
/Jacob Carlborg

Reply via email to