Re: [Cppcms-users] Some build questions
Brought to you by:
artyom-beilis
From: Stanimir M. <sta...@zo...> - 2009-02-06 18:18:09
|
On Fri, Feb 6, 2009 at 7:23 PM, Artyom <art...@ya...> wrote: > > Meanwhile, this should solve problem > > ./configure --disable-tcpcache --disable-sqlite --prefix=/usr > > Thank you very much! That helped this time and only one error left. libtool: link: g++ -Wall -I./transtext -g -O2 -o .libs/hello_world.fcgi hello_world_fcgi-hello_world.o hello_world_fcgi-hello_world_view1.o hello_world_fcgi-hello_world_view2.o ./.libs/libcppcms.so -lboost_signals -lboost_iostreams -lboost_regex -ldl /usr/lib/libcgicc.so /lib/libgcrypt.so /usr/lib/libfcgi++.so /usr/lib/libfcgi.so -lnsl /usr/lib/libmm.so /work/cppcms/transtext/.libs/libcppcmstranstext.so transtext/.libs/libcppcmstranstext.so ./.libs/libcppcms.so: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[2]: *** [hello_world.fcgi] Error 1 make[2]: Leaving directory `/work/cppcms' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/work/cppcms' make: *** [all] Error 2 You should know that the documentation, the Rationale and everything behind cppcms is very well done. This is not my newbie Linux opinion but a more than intermediate programmer opinion :) By the way, in the Rationale - your last paragraph contains a question : "It would not run as native Win32API application or can be build and debugged using Microsoft tools. But, who cares?" My answer is that I care, because I have used to work with visual studio and very Micro$oft tools. But cppcms is one of the reasons to make me cross the line and give a try to Linux. I find it really good until now. Nothing worse then Windows and much better at many places. The problem will rise when i have to convince my colleagues to switch too. If i fail doing that then I better start searching for Visual Studio replacement, which will match for cppcms development well under Cygwin. Regards, Stanimir > > > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |