|
Hi, I am compiling a program on microblaze linux. The program
makes use of dlopen, dlsym, and dlclose functions. To my surprise, when I compile
the program with –ldl switch, the libdl.a cannot be found. I search
through the petalinux directory, there is no libdl.a as well. Does it mean microblaze linux is incapable of supporting dynamic
linking functions (dlopen, dlsym, dlclose)? Regards, Victor Yeo |