[LLVMdev] LLVM ERROR: Program used external function 'printd' which could not be resolved!

Anton Korobeynikov anton at korobeynikov.info
Mon Oct 4 02:22:56 PDT 2010


>>> Any help will be much appreciated. Thanks!
>> Windows does not support dynamic linking. You will need to resolve
>> externals by hand.
>
> Why would it not support dynamic linking?  What about loadlibrary and
> its kin are not sufficient to handle this?
Well, you cannot easily export stuff from an executable and this is
the main issue here.
(And you cannot e.g. import stuff from executable into dynamic library
as you can on linux/darwin)

> Perhaps a work-around can be developed.
Maybe. Patches are welcome!

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list