Re: boost, boost_unit_test_framework

2005-10-16 Thread Mattias Brändström
Václav Haisman wrote: <@boost!libs!test!build>libboost_prg_exec_monitor.dll This is exactly the same error I get. This is strange. When I get the test libraries to build I used a bjam binary that I downloaded from source forge: http://peterhost.dl.sourceforge.net/sourceforge/boost/boost-j

Re: boost, boost_unit_test_framework

2005-10-16 Thread Václav Haisman
Mattias Brändström wrote: > Václav Haisman wrote: > >> Well, it definitely doesn't work for me. I don't think I have in any way >> non-standard Cygwin installation. >> >> It would be helpful if you could download the -src package of Boost >> using setup.exe, extract it and run the build-boost.sh

Re: boost, boost_unit_test_framework

2005-10-16 Thread Mattias Brändström
Václav Haisman wrote: Well, it definitely doesn't work for me. I don't think I have in any way non-standard Cygwin installation. It would be helpful if you could download the -src package of Boost using setup.exe, extract it and run the build-boost.sh script. Don't forget to remove the --without

Re: boost, boost_unit_test_framework

2005-10-15 Thread Václav Haisman
Well, it definitely doesn't work for me. I don't think I have in any way non-standard Cygwin installation. It would be helpful if you could download the -src package of Boost using setup.exe, extract it and run the build-boost.sh script. Don't forget to remove the --without-test line or make it in

Re: boost, boost_unit_test_framework

2005-10-15 Thread Mattias Brändström
Václav Haisman wrote: Mattias Brändström wrote: bjam -sTOOLS=gcc --with-test stage And that command produced the test libraries for me. The only difference from your libraries was that their extension was .lib instead of .a. How did you manage to get .a libraries? Is there any difference betwee

Re: boost, boost_unit_test_framework

2005-10-15 Thread Václav Haisman
Mattias Brändström wrote: > Václav Haisman wrote: > >>> >>> Have the test libraries worked in any previous version of boost for >>> Cygwin? If so, is there any way that I can install that version instead? >> >> >> I don't know. The current Boost package is the only Boost Cygwin package >> so far.

Re: boost, boost_unit_test_framework

2005-10-14 Thread Mattias Brändström
Václav Haisman wrote: Have the test libraries worked in any previous version of boost for Cygwin? If so, is there any way that I can install that version instead? I don't know. The current Boost package is the only Boost Cygwin package so far. You could try to compile some older Boost than 1.3

Re: boost, boost_unit_test_framework

2005-10-14 Thread Václav Haisman
Mattias Brändström wrote: > Václav Haisman wrote: > >>> >>> /usr/lib/libboost_date_time-gcc-mt-s-1_33.a* >>> /usr/lib/libboost_date_time-gcc-mt-s.a* >> >> >> This is called 'versioned' layout. >> >> >>> In my build scripts I would still like to be able to specify >>> -lboost_date_time and not -lbo

Re: boost, boost_unit_test_framework

2005-10-13 Thread Mattias Brändström
Václav Haisman wrote: /usr/lib/libboost_date_time-gcc-mt-s-1_33.a* /usr/lib/libboost_date_time-gcc-mt-s.a* This is called 'versioned' layout. In my build scripts I would still like to be able to specify -lboost_date_time and not -lboost_date_time-gcc-mt-s. Is it the intention of the maintai

Re: boost, boost_unit_test_framework

2005-10-11 Thread Václav Haisman
Mattias Brändström wrote: > Hello! > > I want to write some C++ programs that use boost and compile them using > cygwin. What is the recomended way of doing this? > > Usually when I use the boost libraries (on Fedora Core) I would be able > to link my program using gcc by providing -lboost_date

boost, boost_unit_test_framework

2005-10-10 Thread Mattias Brändström
Hello! I want to write some C++ programs that use boost and compile them using cygwin. What is the recomended way of doing this? Usually when I use the boost libraries (on Fedora Core) I would be able to link my program using gcc by providing -lboost_date_time on the command line. With cygwi