------- Comment #1 from oliver dot kellogg at eads dot com 2009-01-13 20:39 ------- Created an attachment (id=17092) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17092&action=view) source code and makefiles for the test application
Usage: $ tar xvzf gnat-shared_lib.tgz $ cd shared_lib $ make # will produce ./installed_lib/libadasharedlib.so et al. $ export LD_LIBRARY_PATH=$PWD/installed_lib $ cd testuser && make # will produce test program, appl_main $ ./appl_main -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38832