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
19 years ago --- Quote Start --- originally posted by clansdown@May 11 2005, 10:08 AM actually, 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.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=6859)
--- quote end ---
--- Quote End --- If the intended application does not really need dynamic link (native) functionality, one may consider link the native methods statically (like hte JAMVM internal native methods!)