Re: [Xen-devel] [PATCH for-4.11] tools/xenstore: fix linking libxenstore with ldl

2018-03-23 Thread Wei Liu
On Fri, Mar 23, 2018 at 08:42:53AM +0100, Juergen Gross wrote: > Commit 448c03b3cbe1487 ("tools/xenstore: try to get minimum thread > stack size for watch thread") added a dependency to libdl to > libxenstore. Unfortunately the way it was added requires now all > users of libxenstore to specify

Re: [Xen-devel] [PATCH for-4.11] tools/xenstore: fix linking libxenstore with ldl

2018-03-23 Thread Doug Goldstein
On 3/23/18 2:42 AM, Juergen Gross wrote: > Commit 448c03b3cbe1487 ("tools/xenstore: try to get minimum thread > stack size for watch thread") added a dependency to libdl to > libxenstore. Unfortunately the way it was added requires now all > users of libxenstore to specify "-ldl" when linking.

[Xen-devel] [PATCH for-4.11] tools/xenstore: fix linking libxenstore with ldl

2018-03-23 Thread Juergen Gross
Commit 448c03b3cbe1487 ("tools/xenstore: try to get minimum thread stack size for watch thread") added a dependency to libdl to libxenstore. Unfortunately the way it was added requires now all users of libxenstore to specify "-ldl" when linking. This can be avoided by linking libxenstore.so