apache

2008-08-25 Thread mattias
Hope this is right list now How to start apache in cygwin? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

mailman

2008-08-27 Thread mattias
Are it possible to run mailman with cygwin? I meen i can't compile postfix -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

rsync 2.6.6.1 changed ACL behaviour?

2006-09-17 Thread Mattias
permission entries on all child objects with enties shown here that apply child objects" These are the default permissions, so why doesn't rsync use them. Which permissions do rsync use? -- Mattias P.s. Is there a simple way in cygwin setup.exe to just revert to an older version of a s

mgetty

2009-12-09 Thread mattias
Can i use mgetty via cygwin and use my modem? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

boost, boost_unit_test_framework

2005-10-10 Thread Mattias Brändström
iants of the date library installed as libboost_date_time.a. Is there any special reason why it's done like it is today? Another question regarding the cygwin boost package is why the test libraries are missing? I am curious. =) Regards, Mattias -- Unsubscribe info: http://cyg

Re: boost, boost_unit_test_framework

2005-10-13 Thread Mattias Brändström
revious version of boost for Cygwin? If so, is there any way that I can install that version instead? :.:: mattias -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.co

Re: boost, boost_unit_test_framework

2005-10-14 Thread Mattias Brändström
ygwin? :.:: mattias -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

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-16 Thread Mattias Brändström
/usr/src/boost-1.33.0-1/fake-root/usr/lib: No such file or directory :.:: mattias -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: boost, boost_unit_test_framework

2005-10-16 Thread Mattias Brändström
/boost-jam-3.1.11-1-ntx86.zip Perhaps you could try and build with that binary? :.:: mattias -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Compile within cygwin with -mnocygwin

2004-12-01 Thread BARTHEL, MATTIAS
Hello I am trying to compile a perl swig1.3 wrapper for a C++ lib using cygwin but with the compiler define -mno-cygwin. In perl.h there are lots of includes that cannot be found. Should I put some special define in the Makefile to use another Path for includes? Thanks, Mattias Output: c

Compiling a DLL

2004-12-01 Thread BARTHEL, MATTIAS
Hello. What are the procedures for compiling a DLL without using the Cygwin DLL? /Mattias -- Mattias Barthel, Software Engineer CapGemini at Hewlett Packard Tel. 34 93 582 26 02 E-mail: [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

DLL's

2005-01-14 Thread Barthel, Mattias
eage towards the DLL's from cygwin works well But I am afraid that I have achieved nothing but a cygwin dependent program then. Any help greatly appreceiated. /Mattias -- Mattias Barthel, Software Engineer CapGemini at Hewlett Packard Tel. 34 93 582 26 02 E-mail: [EMAIL PROTECTED] -

Why is setup.exe downgrading my packages?

2007-02-01 Thread Mattias Brändström
Whenever I install a new package setup.exe takes the opportunity to also downgrade libpq4 to 8.0.7 which breaks psycopg2. Very annoying. Is there some way that I can prevent this from happening, other than remembering to tell setup.exe to keep version 8.1.4 of libpq4? Regards, Mattias -- Unsubs

zsh, mkzsh, zsh.bat

2003-02-20 Thread Mattias Brändström
run cygwin with zsh instead of bash? Regards, Mattias -- 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

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/

how does cygwin see what user I am in windows?

2002-02-17 Thread Mattias Brändström
start cygwin 'id -un' reports that my username is Administrator and creates a home directory for me named /home/Administrator. That's not what I want. I want /home/userx as my home directory. Does anyone know how to accomplish this? Regards, Mattias -- Unsubscribe info: http:

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

2002-02-18 Thread Mattias Brändström
passwd -d". > > -Alex > > 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 Win200

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) > http://www.cygwin.com/cygwin-ug-net/u