<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>During my project, it was very slow when I linked 
my program with the </FONT></DIV>
<DIV><FONT face=Arial size=2>static libraries vmcore, asmparser, and 
support.a.</FONT></DIV>
<DIV><FONT face=Arial size=2>Then I tried to compile these LLVM modules as 
shared libraries, by set</FONT></DIV>
<DIV><FONT face=Arial size=2>SHARED_LIBRARY = 1 for those makefiles. It did 
generate the *.so libraries.<BR></FONT><FONT face=Arial size=2></FONT></DIV>
<DIV><FONT face=Arial size=2>However, </FONT><FONT face=Arial size=2>when I 
linked with the shared libraries, it always complained that </FONT></DIV>
<DIV><FONT face=Arial size=2>...llvm/lib/Debug/libsupport.so: undefined 
reference to `dlerror'<BR>...llvm/lib/Debug/libsupport.so: undefined reference 
to `dlopen'<BR>...llvm/lib/Debug/libsupport.so: undefined reference to 
`dlsym'<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Do you have any suggestion for this problem? Also, 
do you have any plan</FONT></DIV>
<DIV><FONT face=Arial size=2>to enhance your makefiles to provide developers the 
shared libraries?</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks.</FONT></DIV></BODY></HTML>