Remounting /cygdrive/c as /c

2003-07-20 Thread Richard Anderson
Hi. I searched the archives, but did not find anything on this. According to the man page for mount and Christopher Faylor original announcement (http://sources.redhat.com/ml/cygwin/2001-09/msg00014.html ), the command: mount -s --change-cygdrive-prefix / should remount the /cygdrive/c filesyst

RE: ImageMagick

2003-07-20 Thread Bill McCormick
Thanks, I've attached the output of the builds in question. There's also this little blurb during make install on both libs ... -- Libraries have been installed in: /usr/local/lib To link against installed libraries

RE: ImageMagick

2003-07-20 Thread Billinghurst, David (CRTS)
I have IM installed. Busy right now but I will have a look at it tonight and report back. -Original Message- From: Bill McCormick [mailto:[EMAIL PROTECTED] Sent: Monday, 21 July 2003 3:39 PM To: Cygwin Subject: ImageMagick Hi all, Anybody have ImageMagick installed? I'm having instal

ImageMagick

2003-07-20 Thread Bill McCormick
Hi all, Anybody have ImageMagick installed? I'm having installation problems with some of the required libs (the ones I want), specifically, the IJG jpeg lib and libexif. When running ./configure --enable-shared for the IJG jpeg lib, shared lib build doesn't appear to happen, however it does make

RE: Using Cron?

2003-07-20 Thread Bill McCormick
Or even try ... $man cron $man crontab $man 5 crontab > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Elfyn McBratney > Sent: Monday, July 21, 2003 12:07 AM > To: [EMAIL PROTECTED] > Cc: Linden Glen > Subject: Re: Using Cron? > > > On Mon, 21 Jul 2003,

Re: Using Cron?

2003-07-20 Thread Elfyn McBratney
On Mon, 21 Jul 2003, Elfyn McBratney wrote: > On Mon, 21 Jul 2003, Elfyn McBratney wrote: > > > On Mon, 21 Jul 2003, [iso-8859-1] Linden Glen wrote: > > > > > Hi all, > > >   > > > Is there anywhere I can get some detailed > > > documentation about using Cron? ie. examples, > > > explanations, etc

Re: gdb passes different argv/argc to mingw & cygwin

2003-07-20 Thread Christopher Faylor
On Sun, Jul 20, 2003 at 08:20:47PM -0400, Sam Steingold wrote: gdb does not make a distinction between arguments cygwin and non-cygwin programs. It just passes the arguments to CreateProcess. http://cygwin.com/problems.html Please use the resources at cygwin.com rather than sending personal email.

Re: Using Cron?

2003-07-20 Thread Elfyn McBratney
On Mon, 21 Jul 2003, Elfyn McBratney wrote: > On Mon, 21 Jul 2003, [iso-8859-1] Linden Glen wrote: > > > Hi all, > >   > > Is there anywhere I can get some detailed > > documentation about using Cron? ie. examples, > > explanations, etc better than crontab --help > >   > > Also, if I setup a C

Re: Using Cron?

2003-07-20 Thread Elfyn McBratney
On Mon, 21 Jul 2003, [iso-8859-1] Linden Glen wrote: > Hi all, >   > Is there anywhere I can get some detailed > documentation about using Cron? ie. examples, > explanations, etc better than crontab --help >   > Also, if I setup a Cron job, does it require that the > server be logged in? or do

Re: Problem with xinetd as a service

2003-07-20 Thread Christopher Faylor
On Sun, Jul 20, 2003 at 07:41:42PM -0700, Martin Gainty wrote: >verify >[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/] > "native"="C:\\local\\cygwin" What's the opposite of a gold star? A raspberry? A piece of coal? I think I have to start giving out something to anyone

Using Cron?

2003-07-20 Thread Linden Glen
Hi all,   Is there anywhere I can get some detailed documentation about using Cron? ie. examples, explanations, etc better than crontab --help   Also, if I setup a Cron job, does it require that the server be logged in? or does it run as a service?   Any help would be greatly appreciated.   Ch

mingw execv() bug bites cygwin gdb

2003-07-20 Thread Sam Steingold
#include #include #include int main (int argc, char *argv[]) { printf(" * argc=%d\n",argc); for (int i=0; i1) { argv[argc-1] = NULL; execv(argv[0],argv); perror(argv[0]); return 1; } else return 0; } -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple P

gdb passes different argv/argc to mingw & cygwin

2003-07-20 Thread Sam Steingold
#include int main (int argc, char *argv[]) { printf(" * argc=%d\n",argc); while (argc--) printf("[%s]\n",*argv++); return 0; } #!/bin/sh args='"4 4" '"'5 5'" echo $args ./argtest-cygwin.exe ${args} ./argtest-mingw.exe ${args} -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

Re: Problem with xinetd as a service

2003-07-20 Thread Jonathan T Wang
Thanks, that fixed it. Jonathan On Sun, 20 Jul 2003, Martin Gainty wrote: > verify > [HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/] > "native"="C:\\local\\cygwin" > > regards, > Martin > > To some extent, sanity is a form of conformity. - John Nash PhD > MIT/Princeton >

Re: Problem with xinetd as a service

2003-07-20 Thread Martin Gainty
verify [HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/] "native"="C:\\local\\cygwin" regards, Martin To some extent, sanity is a form of conformity. - John Nash PhD MIT/Princeton - Original Message - From: "Jonathan T Wang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Problem with xinetd as a service

2003-07-20 Thread Jonathan T Wang
I'm trying to run cvs pserver using xinetd on a Win2k server box with Cygwin. If I run xinetd manually with /usr/sbin/xinetd.exe I don't have any problems. However, if I install it as a service and try to start the service, I get an error: $ cygrunsrv -S xinetd cygrunsrv: Error starting a service:

Re: codepage:none

2003-07-20 Thread Christopher Faylor
On Mon, Jul 21, 2003 at 12:26:14AM +0300, Baurjan Ismagulov wrote: >what is the status of the patch mentioned in > >http://marc.theaimsgroup.com/?l=cygwin&m=103634413114501&w=2 ? > >I've tried setting "CYGWIN=codepage:none" and "CYGWIN=codepage:asis", >and the characters were still transliterated (

Re: bash: cat << EOF

2003-07-20 Thread Samuel Thibault
Le sam 19 jui 2003 23:32:58 GMT, Larry Hall wrote: > You may want to try setting 'nosmbntsec' and see if that helps. it doesn't. Peter A. Castro wrote: > I think it's time you gave us more information about your machine > configuration. Well, I wished we knew ourselves... Christopher Faylor wro

codepage:none

2003-07-20 Thread Baurjan Ismagulov
Hello, what is the status of the patch mentioned in http://marc.theaimsgroup.com/?l=cygwin&m=103634413114501&w=2 ? I've tried setting "CYGWIN=codepage:none" and "CYGWIN=codepage:asis", and the characters were still transliterated (I use 1251/866 as default and want to type in 1254 after chcp).

RE: perl with cygwin 1.5 doesn't fly.

2003-07-20 Thread George Njoku
Check u're perl code again Use strict; # that way you must use 'my' to define all scalars My %module = ( 'cygwin'=>'Cygwin' ); # note 'cygwin' My $var = $module{$^0} || 'Unix' # can't remember what special variable = # $^0 but note that since %module and # $var are in the same scope you should

[ANNOUNCEMENT] Updated: gdbm-1.8.3-3, libgdbm-devel-1.8.3-3,libgdbm3-1.8.3-3

2003-07-20 Thread Charles Wilson
The gdbm package has been updated to version 1.8.3-3. It is based on the official GNU Database Manager distribution from the FSF, gdbm-1.8.3.tar.gz. These packages are compiled against the cygwin-1.3.22 kernel, NOT the cygwin-1.5.0 testing distribution. They were built on a pure, non-test syst

RE: RE: qt3 on cygwin

2003-07-20 Thread Ralf Habacker
Hi, > I tried to compile qt3 from kdesygwin.sf.net but > i've maybe done a mistake while retrieving the files from > cvs > > indeed in my package (retrieved with cvs) there's no > header in include > > in a normal qt x11 there are sym links for ex : > include/qmap.h -> ../src/tools/qma