1
1
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
..
2015-03-12 15:01:14 -07:00
2015-02-27 19:48:01 +09:00
2012-09-11 20:47:24 +00:00