Jay K <jay.krell@xxxxxxxxxxx> writes: > What I would like is..basically the NT model, but without __declspec(dllimport) > which is "just" an optimization for functions, but, granted, > more than that for data. > I promise not to import/export data. > I want all symbols, for codegen purposes, to be default assumed to be > neither exported nor imported. I want to reference functions directly. > No GOT or PLT references in the "main" code. > No "interposition". See the -fvisibility-ms-compat option. Ian