Submitted by noob men (not verified) on Fri, 04/05/2012 - 00:09.
Hi Axl,
I build latest cling for windows, apparently load module .L doesn't work as expected (in the example)
[cling]$ .L libz
input_line_6:1:10: fatal error: 'libz' file not found
#include "libz"
Load file failed.
I have put zlib.dll zlib.dll.a zlib.a in current folder. Even set LLVM_LIB_SEARCH_PATH doesn't help. More importantly why it treated as #include "libz"?
Thank you Axl, cling is great for learning!
Hi Axl, I build latest cling