[ofa-general] Re: ibutils/ibdm building

Hal Rosenstock hal.rosenstock at gmail.com
Sun Jul 29 04:09:43 PDT 2007


On 7/28/07, Eitan Zahavi <eitan at mellanox.co.il> wrote:
> Hi Hal
>
> This does not reproduce on my fresh clone.
> So I am not sure what is going on.

Your latest change fixed this:

commit a39dcb1db6f0559ca95df2948675fda0222f1532
Author: Eitan Zahavi <eitan at sw097.lab.mtl.com>
Date:   Sat Jul 28 23:44:28 2007 +0300

   The target i sno ibis.o but ibis.lo

diff --git a/ibis/src/Makefile.am b/ibis/src/Makefile.am
index 27f0652..2018c66 100644
--- a/ibis/src/Makefile.am
+++ b/ibis/src/Makefile.am
@@ -89,7 +89,7 @@ SWIG_IFC_FILES= $(srcdir)/ibbbm.i \
       $(srcdir)/ibsm.i \
       $(srcdir)/ibvs.i

-ibis.o: $(srcdir)/git_version.h
+ibis.lo: $(srcdir)/git_version.h

 # track latest GIT version for this tree:
 $(srcdir)/git_version.h:  @MAINTAINER_MODE_TRUE@ FORCE



> Eitan Zahavi
> Senior Engineering Director, Software Architect
> Mellanox Technologies LTD
> Tel:+972-4-9097208
> Fax:+972-4-9593245
> P.O. Box 586 Yokneam 20692 ISRAEL
>
>
>
> > -----Original Message-----
> > From: Hal Rosenstock [mailto:hal.rosenstock at gmail.com]
> > Sent: Friday, July 27, 2007 10:33 PM
> > To: Eitan Zahavi
> > Cc: OpenFabrics General
> > Subject: ibutils/ibdm building
> >
> > Hi again Eitan,
> >
> > When building ibutils/ibdm (master), I get the following error:
> >
> > if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../datamodel   -g -O2 -MT
> > osm_check.o -MD -MP -MF ".deps/osm_check.Tpo" -c -o
> > osm_check.o osm_check.cpp; \ then mv -f ".deps/osm_check.Tpo"
> > ".deps/osm_check.Po"; else rm -f ".deps/osm_check.Tpo"; exit 1; fi
> > osm_check.cpp: In function `int main(int, char**)':
> > osm_check.cpp:428: `R_OK' undeclared (first use this function)
> > osm_check.cpp:428: (Each undeclared identifier is reported
> > only once for each
> >   function it appears in.)
> > osm_check.cpp:428: `access' undeclared (first use this function)
> >
> > Thanks.
> >
> > -- Hal
> >
>



More information about the general mailing list