Re: dmake for cygwin

2002-10-27 Thread Peter A. Castro
On Sun, 27 Oct 2002, George William Smith wrote: > AFAIK, no, but I have used distcc successfully for a while, and it does a > great job, have a look at http://distcc.samba.org/. > G > > "Vijay Sampath" <[EMAIL PROTECTED]> wrote in message > news:D8BB1D1FB113524E95EEF65D595C89BF133E7E@;CORVAIR.va

Re: "cleaning" donwload directories and keeping the current config?

2002-10-27 Thread Randall R Schulz
Javier, At 17:47 2002-10-27, Javier wrote: Hi! Am a happy user of cygwin for quite some now. I love the tool, but I'd like to be able to "clean up" my install a little. Currently on my downloads dir there are a zillion sub-dirs with the names "Like" the different mirrors I used on a certain m

Re: "cleaning" donwload directories and keeping the current config?

2002-10-27 Thread Max Bowsher
Javier wrote: > Hi! > > Am a happy user of cygwin for quite some now. > I love the tool, but I'd like to be able to "clean up" my install a > little. > Currently on my downloads dir there are a zillon sub-dirs with the > names "Like" the different mirrors I used on a certain moment to > download /

"cleaning" donwload directories and keeping the current config?

2002-10-27 Thread Javier
Hi! Am a happy user of cygwin for quite some now. I love the tool, but I'd like to be able to "clean up" my install a little. Currently on my downloads dir there are a zillon sub-dirs with the names "Like" the different mirrors I used on a certain moment to download / install from the net differen

Re: Apache doesn't run anymore with 1.3.14

2002-10-27 Thread Javier
Dunno... I have apache and mod_php installed, not even mod_auth_ntsec or any of the other "Official" apache modules on the cygwin distro.. Javier -- Gather 'round like cattle and ye shall be herd. "Gerrit P. Haase" <[EMAIL PROTECTED]> escribió en el mensaje news:100736752143.2002102

Re: pthread_rwlock*

2002-10-27 Thread Igor Pechtchanski
On Mon, 28 Oct 2002, Václav Haisman wrote: > Hi, > is there a chance that pthread_rwlock* family of functions will be > implemented any time soon? I know it is not required by POSIX (at least > FreeBSD manpages claim that) but it is useful for porting code from FreeBSD > or SunOS that both have th

link troubles with wcslen

2002-10-27 Thread Xavier Pianet
Hi there I noticed one person having same kind of troubles 2 weeks ago but i =3D could'nt find a reply. i'm using the following system : > uname -a CYGWIN_NT-5.0 NAME 1.3.14(0.62/3/2) 2002-10-24 10:48 i686 unknown >g++ --version g++ (GCC) 3.2 20020818 (prerelease) Copyright (C) 2002 Free Software

Re: Setup.exe and accessability

2002-10-27 Thread amores perros
Sorry Igor. One must always submit a patch in order to post to this email list. Please reformulate all your email (retroactively) to be posts in the form of a patch. Chris, is there any way to block posts to this list that aren't patches? Oops! My email isn't a patch either! ;-) ;-) ;-) A

[Fwd: Re: [CYGWIN] SIGSEGV while debugging app when compiled bylatest gcc]

2002-10-27 Thread Rommel Garcia Custodio
sorry about that, i was just impatient. though thanks for the advice i think i found a thread that is similar to the problem im having. "Larry Hall (RFK Partners, Inc)" wrote: -- rommel garcia custodio ci-tech Bluetooth (tm) QA Team Canon Information Technologies Philippines, In

pthread_rwlock*

2002-10-27 Thread Václav Haisman
Hi, is there a chance that pthread_rwlock* family of functions will be implemented any time soon? I know it is not required by POSIX (at least FreeBSD manpages claim that) but it is useful for porting code from FreeBSD or SunOS that both have these function. Thanks for any response. Vaclav Haisman

RE: Is it possible to convert a ".so" file to a ".a" file?

2002-10-27 Thread Scott Prive
This issue is or appears resolved, but "Cygwin" dropped off the Reply. Forwarding to the group.. -Scott -Original Message- From: Paul Strugnell [mailto:strugnp1@;cs.man.ac.uk] Sent: Sunday, October 27, 2002 1:50 PM To: Scott Prive Subject: Re: Is it possible to convert a ".so" file to a

RE: Is it possible to convert a ".so" file to a ".a" file?

2002-10-27 Thread Scott Prive
> -Original Message- > From: Sven Köhler [mailto:skoehler@;upb.de] > Sent: Sunday, October 27, 2002 3:14 PM > To: [EMAIL PROTECTED] > Subject: Re: Is it possible to convert a ".so" file to a ".a" file? > > > > But if I understand you correctly, you were given ".so" > binary files. > >

Re: dmake for cygwin

2002-10-27 Thread Randall R Schulz
Eric, At 11:44 2002-10-27, Eric M. Monsler wrote: Vijay Sampath wrote: Hi, Has anybody had any luck compiling dmake for cygwin. Any help is appreciated. ... Have you tried the windows dmake from the cygwin shell? When I did so, I could not figure out how to properly mangle path names such

Re: Is it possible to convert a ".so" file to a ".a" file?

2002-10-27 Thread Max Bowsher
Sven Köhler wrote: >> But if I understand you correctly, you were given ".so" binary files. >> You won't be able to just take compiled Linux code and run it in >> Cygwin: Cygwin is not UNIX.. Cygwin is a UNIX-like wrapper around >> Windows. Cygwin is not an emulator for Linux binaries. >> >> Or may

Re: Is it possible to convert a ".so" file to a ".a" file?

2002-10-27 Thread Sven Köhler
But if I understand you correctly, you were given ".so" binary files. You won't be able to just take compiled Linux code and run it in Cygwin: Cygwin is not UNIX.. Cygwin is a UNIX-like wrapper around Windows. Cygwin is not an emulator for Linux binaries. Or maybe I misunderstood. i think you

Re: dmake for cygwin

2002-10-27 Thread Eric M. Monsler
Vijay Sampath wrote: Hi, Has anybody had any luck compiling dmake for cygwin. Any help is appreciated. I attempted this some time ago (close to 2 years?), so my memory of it is not 100% reliable. I believe that I could get it to compile by pretending I was compiling for Linux, but that the r

RE: Running Cron on XP (NT)

2002-10-27 Thread Ross Smith II
C:\cygwin\usr\doc\Cygwin\cron.README states cygrunsrv -I cron -p /usr/sbin/cron -a -D Does that fail for you? > From: [EMAIL PROTECTED] [mailto:cygwin-owner@;cygwin.com]On Behalf > Of Todd Shoenfelt > > I know I've seen documentation on setting up cygwin's cron daemaon, but > I can't seem to f

Running Cron on XP (NT)

2002-10-27 Thread Todd Shoenfelt
Hi, I know I've seen documentation on setting up cygwin's cron daemaon, but I can't seem to find it. I've checked the docs, FAQ, etc... I'm guessing it involves adding cron as a service. Can somebody point me to the docs for this? Thanks in Advance, Todd -- Unsubscribe info: http://c

dll for Windows

2002-10-27 Thread Stefan Hansen
Hi, my last question about compiling a dll for Windows with cygwin stayed without answer. Perhaps i am stiupid. But this is a problem i have to solve. so i try it again. This time i have tried the dllhelpers code from the same site as i postet in my last E-Mail. There is a realy simple makefi

RE: Is it possible to convert a ".so" file to a ".a" file?

2002-10-27 Thread Scott Prive
Paul, I'm not sure if (or how) one might convert a .so to a .a file. You'll get other answers (I'm not one of the list experts that's for sure ;-) But if I understand you correctly, you were given ".so" binary files. You won't be able to just take compiled Linux code and run it in Cygwin: Cygwi

Is it possible to convert a ".so" file to a ".a" file?

2002-10-27 Thread Paul Strugnell
Hi I am trying to work on a University lab exercise from home, and because my computer doesn't have Linux I am using Cygwin. The library files I have been given are of the ".so" format, which I can't use in Windows. Can I convert them to ".a" files? Is there any way at all to do this? I am cur

domain users problem

2002-10-27 Thread Steven Weiss
Cygwin 1.3.10 Ataman 3.1 W2000 Hi I am having a performance problem when executing cygwin commands i.e. ls when running the command through Ataman rexec. Example: Domain user from client PC - rexec SERVER cmd Ataman validates the user as the domain users and presents the user with a c:> prompt

ls takes a long time.

2002-10-27 Thread Pavel Rozenboim
Hi, I have following problem. When I execute 'ls -l ' and file is setuid permission set, it takes about 1.5 minute to execute. If I execute 'ls ' it works ok. This happens with all versions of cygwin I could test: 1.3.12, 1.3.13 and 1.3.14. $ time ls -l test -rwSrwSrw-1 pavelDomain U

missing wcsncmp,wcscpy,wcsncpy and more...

2002-10-27 Thread Zhang Le
Hi all, I'm new to cygwin and have some questions after trying latest release of cygwin: 1.some wcs* family functions are missing in libc namely: wcsncmp,wcscpy,wcsncpy and perhaps others though they have been decalared in wchar.h And it seems there's a wcslen() in newlib.

Re: dmake for cygwin

2002-10-27 Thread George William Smith
AFAIK, no, but I have used distcc successfully for a while, and it does a great job, have a look at http://distcc.samba.org/. G "Vijay Sampath" <[EMAIL PROTECTED]> wrote in message news:D8BB1D1FB113524E95EEF65D595C89BF133E7E@;CORVAIR.valosystems.com... Hi, Has anybody had any luck compiling dmak

ftp put; less search; directory timestamp

2002-10-27 Thread Shing-Fat Fred Ma
Hello, I recently upgraded to cygwin-1.3.12-4 on WinME. Recently I noticed that ftp (Gnu inetutils) 1.3.2 hangs when "put"-ing a file (the entire file seems to be transferred though). Don't recall having this problem before. I'm connecting to my university via sympatico dialup. Also, when I us