Re: Compiling apps to Mingw32 with cygwin

2002-01-13 Thread Robert Collins
- Original Message - From: "Jon Leichter" <[EMAIL PROTECTED]> > Grrr... This makes one start believing that Earnie's method is more correct. > I suppose the right answer to this question is: use whichever method seems > to work best for the project that you're working on. If they both wor

Important news about Love; Your Master Astrologer

2002-01-13 Thread bluemoonxus2
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ *..*..*..*..*..*..*...** V A L E N T I N E A L E R T ! **...*..*..*..*..*..*..* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ * * * * * * * * * * * * * * * * * * *

Important news about Love; Your Master Astrologer

2002-01-13 Thread bluemoonxus2
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ *..*..*..*..*..*..*...** V A L E N T I N E A L E R T ! **...*..*..*..*..*..*..* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ * * * * * * * * * * * * * * * * * * *

Re: telnet cannot see mount drive - another method

2002-01-13 Thread Ryan Winter
I had a problem with "service for Unix 2.0" where if you telnet in, and access the nfs mounted drive, then any symlinks on that drive would play up (disappear and stuff). They nfs was fine when accessed locally both through windows and cygwin. Have you seen/worked around this problem? Ryan On F

Re: progamming with Cygwin GNU Readline Library

2002-01-13 Thread Charles Wilson
Hiroo Hayashi wrote: > Charles, > > Thank you for your prompt reply. I've found my bug by your hint. > > Charles> Yes, that is correct. I am surprised that it isn't working > Charles> for you. I got the correct results -- but I was running in > Charles> an rxvt window. Are you running in a

Re: progamming with Cygwin GNU Readline Library

2002-01-13 Thread Hiroo Hayashi
Charles, Thank you for your prompt reply. I've found my bug by your hint. Charles> Yes, that is correct. I am surprised that it isn't working Charles> for you. I got the correct results -- but I was running in Charles> an rxvt window. Are you running in a command.com window or Charles> somet

Re: gdb crashes my machine

2002-01-13 Thread Timothy J. Wood
I went and got WinXP today, installed the latest Cygwin and this problem is gone. I presume that Win2K doesn't have this problem either, but I'm happier now that I can debug in XP. -tim On Sunday, January 13, 2002, at 12:44 PM, Christopher Faylor wrote: > On Sun, Jan 13, 2002 at 12:41

Re: Proposed Mailing List Page Reorg (was: RE: No stderr output)

2002-01-13 Thread Soren Andersen
On 10 Jan 2002 at 20:55, Gary R. Van Sickle wrote: [cgf wrote:] > > If this doesn't do it, then I think the best plan is to find help from > > another mailing list. Basic shell questions are not really appropriate > > here -- especially given the recent volume we've been experiencing. > I've be

RE: Compiling apps to Mingw32 with cygwin

2002-01-13 Thread Jon Leichter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Robert Collins > Sent: Sunday, January 13, 2002 12:31 PM > To: Jon Leichter; Earnie Boyd > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Compiling apps to Mingw32 with cygwin > > - Origina

Re: Can't find xmkmf

2002-01-13 Thread Charles Wilson
*x*mkmf is part of XFree86. go to the cygwin-xfree mailing and ask for assistance there. Or check the cygwin-xfree webpage. --Chuck [EMAIL PROTECTED] wrote: > I can't find xmkmf in my installation of CygWin or in the Setup routine. What do I >need to install to get this? > > -- Unsub

Can't find xmkmf

2002-01-13 Thread joliver
I can't find xmkmf in my installation of CygWin or in the Setup routine. What do I need to install to get this? -- John Oliverhttp://www.john-oliver.net/ [EMAIL PROTECTED]http://www.mrtg-monitoring.com/ -- Unsubscribe info: http://c

Re: cron - /etc/crontab is not read?

2002-01-13 Thread Ryan T. Sammartino
On Mon, Jan 14, 2002 at 03:16:30AM +0200, Jari Aalto+tpu.misc wrote: > and the file at /var/cron/tabs/root is modified accordingly. > The test I added was: > > 2 * * * * date >> /cygdrive/e/home/jaalto/tmp/cron.log > > But I'm not sure what to think about this output? > > Sun Jan 1

cron - /etc/crontab is not read?

2002-01-13 Thread Jari Aalto+tpu.misc
Thanks to gerrit Haase, I finally got the cron installed properly on W2k Pro. In case anyone is still wondering, Here is the magic - Perhaps someone could document this to FAQ as well: This is W2k Pro without NTFS cygrunsrv --stop "Cygwin cron" && cygrunsrv --remove "Cygwin cron" cygrun

Re: inetd - rsyncd does not get registered?

2002-01-13 Thread Corinna Vinschen
On Mon, Jan 14, 2002 at 12:44:00AM +0200, Jari Aalto+mail.linux wrote: > > Can anyone see why inetd isn't accepting the rsync server > connections? Notice the "FREE" statemetn in listing, which > I assume means that service is not registered in inetd. > > //root@W2KPICASSO /usr/bin $ inetd -

inetd - rsyncd does not get registered?

2002-01-13 Thread Jari Aalto+mail.linux
Can anyone see why inetd isn't accepting the rsync server connections? Notice the "FREE" statemetn in listing, which I assume means that service is not registered in inetd. //root@W2KPICASSO /usr/bin $ inetd -d ... ADD : talk proto=udp, wait=1, user=root builtin=0 server=/usr/sbin/in

Re: gdb crashes my machine

2002-01-13 Thread Timothy J. Wood
On Sunday, January 13, 2002, at 11:34 AM, Randall R Schulz wrote: > If you're debugging a program written in a native language such as C or > C++ (as opposed to a interpreted, protected language such as Java), > then an "OS" without a strong memory protection model is hardly an > advisable en

Re: gdb crashes my machine

2002-01-13 Thread Christopher Faylor
On Sun, Jan 13, 2002 at 12:41:27PM -0800, Timothy J. Wood wrote: > >On Sunday, January 13, 2002, at 11:29 AM, Christopher Faylor wrote: >>It's a known problem in WinME. If gdb crashes for some reason while it >>is debugging a program, then eventually Windows 9x, Windows ME, and, I >>believe, Win

Re: gdb crashes my machine

2002-01-13 Thread Timothy J. Wood
On Sunday, January 13, 2002, at 11:29 AM, Christopher Faylor wrote: > It's a known problem in WinME. If gdb crashes for some reason while it > is debugging a program, then eventually Windows 9x, Windows ME, and, I > believe, Windows NT 4.0, will all hang. So, Win2K should not have this prob

Re: Windows XP and cygwin's heap

2002-01-13 Thread Lapo Luchini
> It's odd that you would suggest this to your friend but not provide this > information yourself. *I* have not that problem... it's not an immediate step from "tell to do" and "receive response"... Anyway, somehow, he told me he has 1.3.2 and he's using the same mirror (sunet.se) from where

Re: Compiling apps to Mingw32 with cygwin

2002-01-13 Thread Robert Collins
- Original Message - From: "Jon Leichter" <[EMAIL PROTECTED]> > First off... thanks again to both Robert and Earnie for taking part in this > discussion. I appreciate it a lot. > > Recapping once again... > > Robert says to use: > > $ ./configure --host=i686-pc-mingw32 --build=i686-pc-

Re: OK to mention if it runs on cygwin

2002-01-13 Thread Robert Collins
=== - Original Message - From: "Tim Prince" <[EMAIL PROTECTED]> > Robert Collins wrote: > > > If it's running on cygwin, I wouldn't object to it being discussed here. > > > > Rob > > > > > I'm sure others will object to my seizing upon your opening. No need to worry about others - I can

Re: gdb crashes my machine

2002-01-13 Thread Randall R Schulz
Tim, If you're debugging a program written in a native language such as C or C++ (as opposed to a interpreted, protected language such as Java), then an "OS" without a strong memory protection model is hardly an advisable environment in which to do so. Your life will be full of pain if you try

Re: gdb crashes my machine

2002-01-13 Thread Christopher Faylor
On Sun, Jan 13, 2002 at 11:21:49AM -0800, Timothy J. Wood wrote: > > > gdb typically runs fairly well for me, but in some cases where my >program crashes, gdb prints out the fact that my program crashed and >prints the name of some random function I've never heard of (I can get >the name if it

gdb crashes my machine

2002-01-13 Thread Timothy J. Wood
gdb typically runs fairly well for me, but in some cases where my program crashes, gdb prints out the fact that my program crashed and prints the name of some random function I've never heard of (I can get the name if it would help). gdb then appears to hang my machine. Killing it via c

Re: catdoc

2002-01-13 Thread Gerrit P. Haase
Hallo Jeff, Am 2002-01-13 um 19:50 schriebst du: > I just built catdoc 0.91.4 from > http://www.fsf.org/directory/catdoc.html > (only problem building was the makefile doesn't have .phony target for install) > This seems like something that would be useful as a cygwin package? Yes, I guess

catdoc

2002-01-13 Thread Jeff Mincy
I just built catdoc 0.91.4 from http://www.fsf.org/directory/catdoc.html (only problem building was the makefile doesn't have .phony target for install) This seems like something that would be useful as a cygwin package? -jeff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

Re: default stack size

2002-01-13 Thread Gerrit P. Haase
Hallo Gerrit, Am 2002-01-13 um 17:27 schriebst du: > What is the default stack size for applictions compiled on Cygwin? > And is it safe to increase it? It seems the default is 'just' 2MB. > Background: I have a perl script which doesn't work I guess because > the perl stack size is too small

RE: Compiling apps to Mingw32 with cygwin

2002-01-13 Thread Jon Leichter
First off... thanks again to both Robert and Earnie for taking part in this discussion. I appreciate it a lot. Recapping once again... Robert says to use: $ ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin (no need to set CC if i686-pc-mingw32-gcc exists) Earnie says

Re: For Corinna Vinschen

2002-01-13 Thread Corinna Vinschen
On Sun, Jan 13, 2002 at 07:23:50PM +0100, Corinna Vinschen wrote: > On Sun, Jan 13, 2002 at 01:14:37PM -0500, Pierre Lewis wrote: > > Corinna, > > > > I'm having the corrupted attachment problem with mutt under cygwin. > > I've looked on the Web, found no answers, but did find a couple of > > pos

Re: For Corinna Vinschen

2002-01-13 Thread Corinna Vinschen
On Sun, Jan 13, 2002 at 01:14:37PM -0500, Pierre Lewis wrote: > Corinna, > > I'm having the corrupted attachment problem with mutt under cygwin. > I've looked on the Web, found no answers, but did find a couple of > posts by you that suggest there might be a work-around. Can you > help? Why don'

For Corinna Vinschen

2002-01-13 Thread Pierre Lewis
Corinna, I'm having the corrupted attachment problem with mutt under cygwin. I've looked on the Web, found no answers, but did find a couple of posts by you that suggest there might be a work-around. Can you help? I'm running Cygwin 1.3.2, and Mutt/1.2.5i. All my disks are mounted bin: $ mou

Re: [ANNOUNCEMENT] Updated: readline-4.2a-1

2002-01-13 Thread Christopher Faylor
On Sun, Jan 13, 2002 at 12:47:00PM -0500, Charles Wilson wrote: >Note to python, postgres, and units maintainers: > Binaries within your packages are linked against cygreadline5.dll. I >have taken the following actions: > >python: changed the "readine" dependency to "libreadline5" to reflect >

Re: [ANNOUNCEMENT] Updated: readline-4.2a-1

2002-01-13 Thread Charles Wilson
Note to python, postgres, and units maintainers: Binaries within your packages are linked against cygreadline5.dll. I have taken the following actions: python: changed the "readine" dependency to "libreadline5" to reflect new packaging postgres: this setup hint is absolutely incomplete. I

Re: OK to mention if it runs on cygwin

2002-01-13 Thread Charles Wilson
Christopher Faylor wrote: > On Sun, Jan 13, 2002 at 08:40:22AM -0800, Tim Prince wrote: > >>Robert Collins wrote: >> >>>If it's running on cygwin, I wouldn't object to it being discussed here. >>> >>> >>I'm sure others will object to my seizing upon your opening. I got struct >>running on cygw

Re: Windows XP and cygwin's heap

2002-01-13 Thread Christopher Faylor
On Sun, Jan 13, 2002 at 11:41:26AM -0500, Christopher Faylor wrote: >On Sun, Jan 13, 2002 at 01:25:22PM +0100, Lapo Luchini wrote: >>Anyway I just suggested my friend to do a "cygcheck -s" and to send it >>here... let's see... > >It's odd that you would suggest this to your friend but not provide

Re: OK to mention if it runs on cygwin

2002-01-13 Thread Christopher Faylor
On Sun, Jan 13, 2002 at 08:40:22AM -0800, Tim Prince wrote: >Robert Collins wrote: >>If it's running on cygwin, I wouldn't object to it being discussed here. >> >I'm sure others will object to my seizing upon your opening. I got struct >running on cygwin yesterday, which demonstrates a significa

Re: Windows XP and cygwin's heap

2002-01-13 Thread Christopher Faylor
On Sun, Jan 13, 2002 at 05:52:15AM -0500, Laurence F. Wood wrote: >What approach is being used in 1.3.7 or what module is responsible for this >in the cygwin1.dll? We use DLLs quite a bit and have experimented with a >variety of mechanisms to detect similar forms of DLL conflict. A small >amount

Re: Windows XP and cygwin's heap

2002-01-13 Thread Christopher Faylor
On Sun, Jan 13, 2002 at 01:25:22PM +0100, Lapo Luchini wrote: >> > I doubt he has a older version of the DLL. >> > But maybe the is some program that installed an older version without >> him >> > ever knowing it was used, I'll tell him to search his hard-disk for >> > cygwin1.dll's >> Thats actua

Re: OK to mention if it runs on cygwin

2002-01-13 Thread Tim Prince
Robert Collins wrote: > If it's running on cygwin, I wouldn't object to it being discussed here. > > Rob > > I'm sure others will object to my seizing upon your opening. I got struct running on cygwin yesterday, which demonstrates a significant improvement in Unix compatibility on cygwin.

default stack size

2002-01-13 Thread Gerrit P. Haase
Hallo Cygwinners, What is the default stack size for applictions compiled on Cygwin? And is it safe to increase it? Background: I have a perl script which doesn't work I guess because the perl stack size is too small. Now I want to try to build perl with a greater stack. Could cause this probl

Re: progamming with Cygwin GNU Readline Library

2002-01-13 Thread Charles Wilson
Yes, that is correct. I am surprised that it isn't working for you. I got the correct results -- but I was running in an rxvt window. Are you running in a command.com window or something? (BTW, rl_set_screen_size doesn't seem to actually CHANGE the physical size of my rxvt window -- should i

Re: progamming with Cygwin GNU Readline Library

2002-01-13 Thread Hiroo Hayashi
Charles, Charles> Try the readline-4.2a-1 package (along with libreadline5) which were Charles> just announced. With that package, your bug.c program returns the Charles> correct results... I've tried, but still have same wrong result. I installed on the next step; 1st setup

Re: Report #5 "How to send out one million emails for free!"

2002-01-13 Thread Kenny jai
Hey, My name is Kenneth from Australia, I've sent money to purchase the Report #5 "How to send out one million emails for free!" from you. I've waited for 3 weeks and I still havne't received an email from them yet... could it have been because I sent Australian money instead of US?! Well if

Re: cron - Error starting a service: QueryServiceStatus: Win32 error 1062:

2002-01-13 Thread Gerrit P. Haase
Hallo Jari, Am 2002-01-13 um 01:36 schriebst du: > $ cygrunsrv -I "Cygwin cron" -p /usr/sbin/cron -a D -e "CYGWIN=ntsec" ^^ A typo? Try: -a -D or: -a '-D' or: -a "-D" instead^^^? > $ cygrunsrv --start "Cygwin cron" > cy

Re: Windows XP and cygwin's heap

2002-01-13 Thread Lapo Luchini
> > I doubt he has a older version of the DLL. > > But maybe the is some program that installed an older version without > him > > ever knowing it was used, I'll tell him to search his hard-disk for > > cygwin1.dll's > Thats actually quite likely. There are quite a few programs out there > that ha

Re: RPM installer needed for my PHP project

2002-01-13 Thread Robert Collins
If it's running on cygwin, I wouldn't object to it being discussed here. Rob - Original Message - From: "Jean-Michel POURE" <[EMAIL PROTECTED]> I will contact you off-the-list to explain this Php project. It is big and interesting... -- Unsubscribe info: http://cygwin.com/ml/#u

RE: Windows XP and cygwin's heap

2002-01-13 Thread Laurence F. Wood
What approach is being used in 1.3.7 or what module is responsible for this in the cygwin1.dll? We use DLLs quite a bit and have experimented with a variety of mechanisms to detect similar forms of DLL conflict. A small amount of shared memory DLL intercommunication might work very nicely, altho

Re: Windows XP and cygwin's heap

2002-01-13 Thread Robert Collins
- Original Message - From: "Lapo Luchini" <[EMAIL PROTECTED]> > He never heard of cygwin as of 2 days ago and he used the same mirror > (snuet.se) where I usually update (and indeed it contains 1.3.6-6)... I > doubt he has a older version of the DLL. > But maybe the is some program that in