I was experimenting with cross building with buildrump.sh and then running the tests with qemu, to make arm builds faster. The builds are fine, but its a pain to get qemu to run dynamic binaries without making substantial changes to scripts. So I thought I would just build the tests statically linked, as then they would just run under qemu directly.
Unfortunately you can't build statically linked apps, as rumpuser requires the dl* stuff. Even on openbsd, which has no dlopen support it still links against dlsym, so you can't even statically link as that not in static libc. Any willingness to support static linking in standard rumpuser (as opposed to an alternative one)? And thoughts about how to? Justin ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
