#pragma comment (lib, ...)

Jacob Carlborg doob at me.com
Thu Oct 11 04:58:41 PDT 2012


On 2012-10-11 13:47, Manu wrote:

> Well Microsoft's linker is obviously capable of finding lib details in
> the object files.
> Iain almost sounded like he had a working theory for ld.
> I know nothing of OSX. LLVM?

I think that Mac OS X is still using ld, but I'm not sure. LLVM do have 
a linker but I don't remember if it's the standard system linker. The 
LLVM linker most likely has a better chance of handling these kind of 
things if ld doesn't already do that.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list