Re: [OMPI devel] some Makefile.am questions

2008-06-06 Thread Ralf Wildenhues
* Jeff Squyres wrote on Fri, Jun 06, 2008 at 03:21:03AM CEST: > On Jun 4, 2008, at 5:15 PM, Ralf Wildenhues wrote: > > 1) This is from test/Makefile.am: > > > > --- snip --- > > # This should be libsupport.a, not libsupport.la. Automake doesn't > > # support check_LTLIBRARIES, as technically you h

Re: [OMPI devel] some Makefile.am questions

2008-06-05 Thread Jeff Squyres
On Jun 4, 2008, at 5:15 PM, Ralf Wildenhues wrote: 1) This is from test/Makefile.am: --- snip --- # This should be libsupport.a, not libsupport.la. Automake doesn't # support check_LTLIBRARIES, as technically you have to install a # shared library before you can use it. # check_LIBRARIES = lib