[Click] undefined reference to `dlopen'

Eddie Kohler kohler at cs.ucla.edu
Fri Sep 30 11:33:44 EDT 2005


Hi YenJung,

Two questions.  First, can you report the result of g++ --v?  We'll  
use that to improve our "deprecated" attribute fixes.  Second, if you  
look further in your config.log, you'll see that it *did* find dlopen  
eventually, in -ldl.  I wonder why your build can't find it in -ldl.   
Can you please try this link line instead?

mipsel-linux-g++ -W -Wall -fno-exceptions -fno-rtti  -static  -o  
click-align -rdynamic alignment.o alignclass.o click-align.o ../lib/ 
libclicktool.a -ldl

Moved -ldl to the end.

Thanks
E



On Sep 22, 2005, at 11:52 PM, YenJung Chang wrote:

> What should I do to fix this?
>
> Thank for your help in advance.
>
> ps. Please refer to the attched files for more information; config.log
> is the log when executed configure, and make.log is the log when
> executed make.
>
> YJ.
>
> <config.log>
> <make.log>
> _______________________________________________
> click mailing list
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>



More information about the click mailing list