On Sun, 06 Sep 2009 16:13:36 +0300 Yevgeny Kliteynik <[email protected]> wrote:
> Sebastien, > > sebastien dugue wrote: > > Add libibdmcom linker path to allow build under FC11. > > > > Signed-off-by: Sebastien Dugue <[email protected]> > > --- > > ibdm/src/Makefile.am | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/ibdm/src/Makefile.am b/ibdm/src/Makefile.am > > index 8b2f9ba..b763387 100644 > > --- a/ibdm/src/Makefile.am > > +++ b/ibdm/src/Makefile.am > > @@ -61,7 +61,7 @@ ibnlparse_SOURCES = test_ibnl_parser.cpp > > lib_LTLIBRARIES = libibsysapi.la > > libibsysapi_la_SOURCES = ibsysapi.cpp > > libibsysapi_la_LDFLAGS = -version-info 1:0:0 > > -libibsysapi_la_LIBADD = -libdmcom > > +libibsysapi_la_LIBADD = -L../ibdm -libdmcom > > This problem was already pointed out by Dale Purdy, > and I already fixed it based on his suggestion. > In fact, my fix is the same as yours :) Great! I haven't noticed it. Thanks, Sebastien. > > -- Yevgeny > _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
