libgendep, dlsym undefined symbol
Michael Roitzsch
mroi at os.inf.tu-dresden.de
Fri Jan 23 18:29:30 CET 2009
Hi,
> I'm having problems in executing libgendep 1.0. I don't have
> problems compiling, it's only in the execution time.
> The shell shows me the error:
>
> gcc : symbol lookup error : libgendep.so : undefined symbol :dlsym
Do you get a similar error, when you run this:
LD_PRELOAD=/path/to/your/libgendep.so gcc --version
If so, please post the output of
LD_DEBUG=all LD_PRELOAD=/path/to/your/libgendep.so gcc --version
Michael
More information about the l4-hackers
mailing list