Re: [Cppcms-users] web does not display
Brought to you by:
artyom-beilis
From: Eric J. <jan...@gm...> - 2018-05-02 12:24:24
|
Hi Joerg, Thank you it's successful! This is how I did: > clang++ -rdynamic main.cpp -lcppcms -o WebApp -I /usr/local/include -L > /usr/local/lib -std=c++11 -lbooster *ERIC JANSEN* Sr. C/C++ Software Engineer On Wed, May 2, 2018 at 5:49 PM, Joerg Sonnenberger <jo...@be...> wrote: > On Wed, May 02, 2018 at 11:04:12AM +0800, Eric Jansen wrote: > > Is it an additional parameters for compilation? > > Thanks > > It's necessary for linking the main executable. > > Joerg > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |