> Hello, 
>  
> Could you please tell me what compiler/flags/whatever are you using to  
> build Wt? 

The compiler is GCC 4.8 on Ubuntu 10.04.

I build Wt by invoking 'cmake' with the following flags:

  BOOST_ROOT=<boost location> 
  SHARED_LIBS=OFF
  CMAKE_INSTALL_PREFIX=<some path>
  CONFIGDIR=<some path>
  HARU_PREFIX=<libharu location>
  ENABLE_PANGO=OFF

and then invoking 'make' and 'make install'.

> Does 3.2.1 build fine?

When building 3.2.1, the linker command generated by cmake
includes '-ldl' but not '-lrt'. Consequently, I get errors 
about clock_gettime but not about dlerror/dlclose/dlsym/dlopen.

Thanks,
Nate
                                          
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to