1
1
openmpi/opal/mca/dl
Jeff Squyres 65a0e041ac dl: need to use LIBADD, not LIBS
When we use LIBADD for static libraries, the dependent libraries get
propagated properly.  For example, the dl/dlopen component will almost
certainly require the -ldl library; when using LIBS, that doesn't get
propagated elsewhere in the tree, but when using LIBADD, it does
(e.g., when linking opal_wrapper_compiler).
2015-03-12 15:01:14 -07:00
..
base dl framework: new dynamic loader framework 2015-03-09 08:16:55 -07:00
dlopen dl: need to use LIBADD, not LIBS 2015-03-12 15:01:14 -07:00
libltdl dl: need to use LIBADD, not LIBS 2015-03-12 15:01:14 -07:00
configure.m4 dl framework: new dynamic loader framework 2015-03-09 08:16:55 -07:00
dl.h dl framework: new dynamic loader framework 2015-03-09 08:16:55 -07:00
Makefile.am dl framework: new dynamic loader framework 2015-03-09 08:16:55 -07:00