Forum Discussion
Altera_Forum
Honored Contributor
21 years agodlopen()
Is there a way to build libdl? The java interpreter which I'm trying to build (jamvm) wants it. Normally this is a part of libc, but it doesn't seem to get build into microtronix uClibc. Do I...
Altera_Forum
Honored Contributor
21 years agoActually, I discovered that there is a dlopen provided by the standard libraries. At least you can compile with it and when linking, you don't get problems with resolving it. I haven't tried to actually use a program which uses dlopen() yet, though.