Quoting r. Roland Dreier <[EMAIL PROTECTED]>:
> Subject: Re: [openib-general] Static linking with libibverbs
> 
>  > static linking actually can be made to work even with older library 
> versions.
>  > See this HowTo (written on 02 of November, 2005).
>  > https://openib.org/tiki/tiki-index.php?page=HowToFAQ
> 
> That's not really static linking.

OK, its a difference of terms then :)

> If you try to build a true static
> executable, which contains static libc and in particular static libdl,
> there's no way the old code can work, for multiple reasons.  For one
> thing, dlopen(NULL, RTLD_NOW) doesn't work on static executables so
> libibverbs couldn't find a low-level driver that is statically linked
> in.

Does linking in low level driver work now even with -static?

-- 
MST

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to