Hi, On 03/22/2017 07:40 AM, niXman wrote: > Alexander писал 2017-03-22 00:03: > >> can you create a minimal self-contained example (if possible without >> hpx) >> which shows this problem, and post it here ? > > Hi, > > There is no need for any example, it's enought to build HPX with 'cmake > -DHPX_WITH_STATIC_LINKING=ON'
I just successfully completed a static build. What you might want to consider is adding: -DHPX_WITH_STATIC_EXE_LINKING=On What I discovered during that build was that a cmake version 2.x was not able to link correctly. cmake 3.3.2 did the job. > > -- Thomas Heller Friedrich-Alexander-Universität Erlangen-Nürnberg Department Informatik - Lehrstuhl Rechnerarchitektur Martensstr. 3 91058 Erlangen Tel.: 09131/85-27018 Fax: 09131/85-27912 Email: [email protected] _______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
