[openib-general] Dapl compilation fails (openib branch 1.0)
James Lentini
jlentini at netapp.com
Mon Mar 6 07:11:34 PST 2006
On Sun, 5 Mar 2006, Vladimir Sokolovsky wrote:
> Arlin,
> I tried to compile dapl and it failed while linking libdapl.so
> Please advise:
>
> Command line:
>
> librdmacm:
> make -C src/userspace/librdmacm \
> CPPFLAGS="-I../libibverbs/include" \
> LDFLAGS="-L../libibverbs/src -libverbs"
>
> dat:
> make -C $(SRC)userspace/dapl/dat/udat
>
> udapl:
> make -C src/userspace/dapl/dapl/udapl \
> CPPFLAGS="-I../../../libibverbs/include/infiniband
> -I../../../librdmacm/include \
> -I../../../libibverbs/include" \
> LDFLAGS="-L../../../libibverbs/src/.libs -libverbs \
> -L../../../dapl/dat/udat/Target/i686 -ldat
> -L../../../librdmacm/src/.libs -lrdmacm"
To compile dapl, you should install the userspace OpenIB libraries
(verbs, provider, ib cm, and rdma cm) and then compile the dat
registry (dat/udat) and OpenIB provider (dapl/dapl/udapl).
More information about the general
mailing list