I'm putting together the logs and will ship them as soon as possible. In
the meantime, will try an upgraded version of cmake based on Biddiscombe's
follow-on suggestions.

--
ct

On Tue, Apr 26, 2016 at 4:10 PM, Hartmut Kaiser <[email protected]>
wrote:

>
> > Really appreciate the assistance!
> >
> > - compiling with cmake 2.8.11 on a CentOS7 system
> >
> > - build steps
> >
> > 1) created a subdirectory in the hpx source directory called 'build'
> > 2) cd build
> > 3) cmake -DCMAKE_INSTALL_PREFIX=~/opt ..
> > 4) make -j4
> > When grepping in the 'build' subdirectory for the word PUBLIC, there are
> > multiple references to -lPUBLIC. The library is usually listed between -
> > lhwloc and -ldl in all the 'link.txt' files generated by cmake.
> >
> > The cmake log is output generated when running `make -VERBOSE=1 -j4`?
>
> The cmake logs is the output generated when you run cmake (step 3). The
> build logs are those generated when you run make (step 4).
>
> > Thanks!
>
> From what I can see from the cmake docs for version 2.8.11 (
> https://cmake.org/cmake/help/v2.8.11/cmake.html), the
> PUBLIC/PRIVATE/INTERFACE keywords are supported by that version. So I'm
> still unsure what's going on. Would you mind running cmake again (after
> deleting the CMakeCache.txt) with -DHPX_CMAKE_LOGLEVEL=Debug, and sending
> the log as well?
>
> Regards Hartmut
> ---------------
> http://boost-spirit.com
> http://stellar.cct.lsu.edu
>
>
> > ct
> >
> >
> > On Tue, Apr 26, 2016 at 2:23 PM, Hartmut Kaiser <
> [email protected]>
> > wrote:
> > Resending...
> >
> > > I'm trying to compile HPX 0.9.11 and have been having issues when the
> > > cmake scripts attempt to link libhpx.so. ld complains that it can't
> find
> > -
> > > lPUBLIC.
> > >
> > > Is -lPUBLIC an internal library or an external dependency? (if it's
> > > external, what package would be required to satisfy the requirment, if
> > > it's internal, should I just go ahead and try building 0.9.12)
> > > thanks in advance for the assistance!
> >
> > We don't refer to a library call named 'PUBLIC'. No idea where this is
> > coming from.
> > Could you please provide us with full logs of your cmake and build steps
> > (including command line options for those)?
> >
> > Also, as Lars mentioned, it could be caused by a cmake incompatibility
> > we're not aware of. What version of cmake do you use?
> >
> > Thanks!
> > Regards Hartmut
> > ---------------
> > http://boost-spirit.com
> > http://stellar.cct.lsu.edu
> >
> >
>
>
>
_______________________________________________
hpx-users mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to