Skip to content
Prev 15027 / 63421 Next

modules with libtool and -dlpreopen

Has anyone looked at setting up R to build its modules with libtool's 
dlpreopen?

[libtool -dlpreopen is a facility that allows one to simulate dynamic 
linking on platforms that lack it.  However, it requires collecting all 
of the component `shared' objects into one and linking them (and a 
metadata structure) into a single executable.]

Thanks.