> On May 4, 2016, 11:33 a.m., James Peach wrote: > > configure.ac, line 591 > > <https://reviews.apache.org/r/46540/diff/1/?file=1355759#file1355759line591> > > > > So in practice, libraries would be installed in either > > ``3rdparty/lib64`` or ``3rdparty/lib``, but not both? > > > > Is there a libtool or autoconf variable to figure that out? > > Kapil Arya wrote: > On 32-bit, they'll be installed in lib. On 64-bit, it could be either > :-(. I believe there might be a way to figure it out but I am not so sure > given that we are talking about 3rdparty software (with their own configure > scripts) here. I'll try to think of a better alternative. > > James Peach wrote: > Another question ... I don't recall whether you actually need the link > flags for modules? all the 3rdparty libraries should already be present in > the mesos process by the time module are loaded, so you wouldn't need them at > link time. Right?
If someone wants to generate a binary file, say as a helper process for the module, they'll need the libraries. - Kapil ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46540/#review131691 ----------------------------------------------------------- On May 10, 2016, 5:50 p.m., Kapil Arya wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46540/ > ----------------------------------------------------------- > > (Updated May 10, 2016, 5:50 p.m.) > > > Review request for mesos, Cody Maloney, Alex Clemmer, James Peach, and > Timothy St. Clair. > > > Bugs: MESOS-5250 > https://issues.apache.org/jira/browse/MESOS-5250 > > > Repository: mesos > > > Description > ------- > > Updated pkg-config file to include module dependency info. > > > Diffs > ----- > > configure.ac 0b9683be6f8d0805f2c04797e839f3578a57efbe > mesos.pc.in a0cc66a77058bf4beaa21d7dd4208654c6185640 > > Diff: https://reviews.apache.org/r/46540/diff/ > > > Testing > ------- > > > Thanks, > > Kapil Arya > >
