> > Hrrm.. it looks like for some reason the top level makefile didn't > > rebuild libibcommon. > > Not sure why that would be. > > In my top level generated Makefile, > LIBS:=libibcommon libibumad libibmad > > @for i in $(LIBS); do\ > if [ -x $$i/autogen.sh ]; then\ > if !(cd $$i; ./autogen.sh && ./configure && make > && make install); then exit 1; fi\ > fi\ > done > > What does yours look like ?
It looks like the same thing, so I'm going to assume for the moment this was some error that scrolled by that didn't occur when I did it manually. > > > Also, is there a clean way we could use a common autocong/automake setup > > for the diags? The build spends more time running configure than > > compiling ;) > > I've had it on my list for a while to combine all the diags > subdirectories into 1 and just have one diags build to simplify this but > I haven't gotten to this yet. > > -- Hal _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
