[openib-general] building OFED package from git and svn

Vladimir Sokolovsky vlad at mellanox.co.il
Thu Oct 19 01:01:58 PDT 2006


Hi Yossi,
It should be fixed in OFED-1.1-pre1.
 
Regards,
Vladimir
 

________________________________

From: openib-general-bounces at openib.org
[mailto:openib-general-bounces at openib.org] On Behalf Of yosef etigin
Sent: Monday, October 16, 2006 11:35 AM
To: openib-general at openib.org
Subject: [openib-general] building OFED package from git and svn


Hello,
I have been trying to build OFED source package (1.1 rev 9820) as was
described in the HOWTO.build_ofed wiki. The package was built
successfully, however i had trouble compilng it. The error I get is a
missing library inside OFED's temporary build tree. The error is during
the compilation of DAPL: 


	gcc:
/tmp/OFED-1.1-rev9725/SOURCES/openib-1.1/src/userspace/librdmacm/src/.li
bs/.libs/librdmacm.so: No such file or directory
	

log of the make process is attached.

When I changed the top-level Makefile of open-ib sources, line 306: 
from: 


	AM_LDFLAGS="-L../libibverbs/src -libverbs
-L../librdmacm/src/.libs -lrdmacm -lsysfs" 
	

to:


	AM_LDFLAGS="-L../libibverbs/src -libverbs -L../librdmacm/src/
-lrdmacm -lsysfs" 


It compiled OK.

Is this really a problem in this Makefile or this fix covers up for
something more deep?

Yossi
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20061019/311c750d/attachment.html>


More information about the general mailing list