Why is setup.exe downgrading my packages?

2007-02-01 Thread Mattias Brändström
Hello! I have a quick question about setup.exe. Why is setup.exe trying to downgrade some packages (e.g. libpq4) when I install other packages. It's annoying. :-) I'm in the situation that I need both libpq-devel-8.1.4 and libpq4-8.1.4 for psycopg2 (python postgresql lib) to work. Whenever I

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

Re: boost, boost_unit_test_framework

2005-10-16 Thread Mattias Brändström
Václav Haisman wrote: @boost!libs!test!buildlibboost_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:

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

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

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

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

zsh, mkzsh, zsh.bat

2003-02-20 Thread Mattias Brändström
Hi! I just tried to set up cygwin with zsh using the mkzsh script provided in the distribution (the latest one as of February 20). After the script has executed I get the expected shortcut on my desktop but when I double-click on the shortcut the only thing I get is a console window with the word

Re: how does cygwin see what user I am in windows?

2002-02-18 Thread Mattias Brändström
On Sun, 2002-02-17 at 06:05, Mattias Brändström wrote: Hi! I have some questions about how cygwin determines what user I am logged in as on my Win2000 machine. I have installed cygwin on my Win2000 machine and I am logged on that one as DOMAIN/userx. DOMAIN/userx is not a local user for my

Re: how does cygwin see what user I am in windows?

2002-02-18 Thread Mattias Brändström
Thanks! Now everything works absolutely spiffing!! Andrew Markebo wrote: Well there is a users guide at http://www.cygwin.com/cygwin-ug-net/, more exaktly (well to be honest I searched for mkpasswd, and assumed that the stuff about -d would be told)

how does cygwin see what user I am in windows?

2002-02-17 Thread Mattias Brändström
Hi! I have some questions about how cygwin determines what user I am logged in as on my Win2000 machine. I have installed cygwin on my Win2000 machine and I am logged on that one as DOMAIN/userx. DOMAIN/userx is not a local user for my machine but a user in the domain DOMAIN. Now when I

Re: home directory problems

2002-02-10 Thread Mattias Brändström
Thanks! Now it works! :.:: brasse -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

home directory problems

2002-02-09 Thread Mattias Brändström
Hi! Today I installed the latest version of cygwin. I have one problem, my home directory ended up in /usr/bin and not /home. As far as I could see from /etc/profile it should be created in /home. Has anyone else encountred this problem? Any help would be appriciated! Regards, Mattias --