Network Linking

2006-02-13 Thread networking 4 u
I have just been checking out your web site and think its fantastic! It has some cool content that really ties in with my new resource site. I liked your site so much, I went ahead and added you here: http://www.networking-4u.com under http://www.networking-4u.com/setup I hope you'll be pleased

portability notes

2006-02-13 Thread skaller
We have done some things in a possibly non-optimal way, someone may wish to comment on a better way to do these things? CVS log entry for our systems says: * added WSAID_CONNECTEX and LPFN_CONNECTEX definitions for ming (nocygwin) target * now conditionally define EAGAIN in posix compat layer b

Fwd: locale setting doesn't work with the default translation encoded in utf-8

2006-02-13 Thread Zhenghui Zhou
I use windows xp(sp2), and the language of none unicode program setting is Simple Chinese. I found that the LC MESSAGES cann't be shown in right way under console when setting the locale to zh_CN. The original softwares mostly I tested under linux, work appreciately. And I knew if change the cha

Re: How Can I Use the FtpCommand Function with Cygwin?

2006-02-13 Thread Brian Dessent
skaller wrote: > > -lopengl32 ? > > Does that work? Won't it look for libopengl32.dll? When you specify -lfoo there are a number of forms of foo that are searched. See the 'ld' manual for details. But w32api includes the import library libopengl32.a which is what will be found on a stock system

Re: Windows 2000 cron errors

2006-02-13 Thread Brian Dessent
Vince LaMonica wrote: > 0,5,10,15,20,25,35,40,45,50,55 * * * * [...] Consider specifying this as "*/5 * * * *" which is more concise and readable. > -- > The description for Event ID ( 0 ) in Source ( /USR/SBIN/CRON ) cannot > be found. The local computer may not

Re: How Can I Use the FtpCommand Function with Cygwin?

2006-02-13 Thread skaller
On Mon, 2006-02-13 at 20:18 -0800, Brian Dessent wrote: > skaller wrote: > > > > Cygwin does not use .lib files, and the naming of libraries is that of > > > unix. So you use -lfoo to link with libfoo.a (or sometimes > > > libfoo.dll.a) which is the import library for the DLL. > > > > Can you te

Windows 2000 cron errors

2006-02-13 Thread Vince LaMonica
Hi there, I'm having a partial issue with using cron on a Win2k Server. I have a cron job run every 5 minutes. crontab -l is: # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.2456 installed on Mon Feb 13 22:33:47 2006) # (Cron version -- $Id: crontab.c,v 1.8 2004/12/21

Re: How Can I Use the FtpCommand Function with Cygwin?

2006-02-13 Thread Brian Dessent
skaller wrote: > > Cygwin does not use .lib files, and the naming of libraries is that of > > unix. So you use -lfoo to link with libfoo.a (or sometimes > > libfoo.dll.a) which is the import library for the DLL. > > Can you tell me how you link to OpenGL32.dll? -lopengl32 ? Brian -- Unsubscri

Re: How Can I Use the FtpCommand Function with Cygwin?

2006-02-13 Thread skaller
On Mon, 2006-02-13 at 20:00 -0800, Brian Dessent wrote: > Cygwin does not use .lib files, and the naming of libraries is that of > unix. So you use -lfoo to link with libfoo.a (or sometimes > libfoo.dll.a) which is the import library for the DLL. Can you tell me how you link to OpenGL32.dll? --

Re: How Can I Use the FtpCommand Function with Cygwin?

2006-02-13 Thread Brian Dessent
"Tischler, Ron" wrote: > I am trying to use Cygwin to write a PC application that calls the > function named FtpCommand. Microsoft documentation that I found online > says that there is a header named wininet.h and a library named > wininet.lib to link in. On my PC, under the Cygwin stuff, I see

RE: _kbhit

2006-02-13 Thread skaller
On Mon, 2006-02-13 at 18:11 +, Dave Korn wrote: > Why would any app (in general, and yours in particular) /need/ to link to > cygwin1.dll? The only reason is for the POSIX/Unix/Linux compatibility it > provides, because that is _all_ that cygwin1.dll does. It is quite possible this need ar

1.5.19: changes have broken Qt3

2006-02-13 Thread Yaakov S (Cygwin Ports)
It would appear that changes to the cygwin1.dll since 1.5.18-1 (and before the 20051207 snapshot) have broken Qt3. The relevant threads until now: http://www.cygwin.com/ml/cygwin-xfree/2005-12/msg00026.html http://www.cygwin.com/ml/cygwin-xfree/2006-02/msg5.html The bottom line is that ap

Re: BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Reid Thompson
Gary R. Van Sickle wrote: [snip] I get the same can't-duplicate as Chris does, on 'uname -a'= CYGWIN_NT-5.1 DFW5RB41 1.5.20s(0.153/4/2) 20060209 14:37:47 i686 Cygwin I don't have any of this stuff in $CYGWIN, might be worth a try to ditch it: " CYGWIN = 'server

RE: BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Gary R. Van Sickle
[snip] > >I get the same can't-duplicate as Chris does, on 'uname -a'= > > > >CYGWIN_NT-5.1 DFW5RB41 1.5.20s(0.153/4/2) 20060209 14:37:47 > i686 Cygwin > > > >I don't have any of this stuff in $CYGWIN, might be worth a > try to ditch it: > > > >" > >CYGWIN = 'server ntsec forkchunk:32768' > >" >

Re: BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Christopher Faylor
On Mon, Feb 13, 2006 at 07:33:26PM -0600, Gary R. Van Sickle wrote: >> On Behalf Of Jerry D. Hedden >> Sent: Monday, February 13, 2006 1:58 PM >> Subject: RE: BUG: ualarm(0,0) not clearing ualarms >> >> > Original Message >> > From: Christopher Faylor >> > >> > Thanks for the tes

RE: BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Gary R. Van Sickle
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jerry D. Hedden > Sent: Monday, February 13, 2006 1:58 PM > To: cygwin@cygwin.com > Subject: RE: BUG: ualarm(0,0) not clearing ualarms > > > Original Message > > From: Christopher Faylor <[EMAIL PROTECTED]> > > >

Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1

2006-02-13 Thread Christopher Faylor
On Mon, Feb 13, 2006 at 03:15:16PM -0700, Stewart Midwinter wrote: >From: Michael Brand brand.scso.com> >>I disabled one of the CPUs on my dual-CPU Xeon, and everything started working >well, so I guess this is a dual-cpu problem. > >> I tried running my scripts on several dual-CPU Xeons (differen

How Can I Use the FtpCommand Function with Cygwin?

2006-02-13 Thread Tischler, Ron
I am trying to use Cygwin to write a PC application that calls the function named FtpCommand. Microsoft documentation that I found online says that there is a header named wininet.h and a library named wininet.lib to link in. On my PC, under the Cygwin stuff, I see wininet.h, but not wininet.lib.

Re: Bash Window Geometry

2006-02-13 Thread Chris Taylor
Bubba Jones wrote: ... Alternatively, you could do: rxvt -e /bin/bash --login --rcfile /cygdrive/h/.bashrc -i Thus combining your current configuration with the way you want it to be... Ahhh, most cool. That command with switches works from the cygwin bash prompt, but not from the DOS prom

Re: Bash Window Geometry

2006-02-13 Thread Igor Peshansky
On Mon, 13 Feb 2006, Bubba Jones wrote: > > ... > > Alternatively, you could do: > > rxvt -e /bin/bash --login --rcfile /cygdrive/h/.bashrc -i > > > > Thus combining your current configuration with the way you want it to > > be... > > Ahhh, most cool. That command with switches works from > the c

Re: Bash Window Geometry

2006-02-13 Thread Bubba Jones
> ... > You do know that you can have your own mounts pointing to wherever *you* > want (in effect, having a separate Cygwin installation)? Wow. I never thought about that. Hmmm. Most interesting. > If theirs is > missing /etc/passwd, it's seriously broken anyway. Good point! >

Re: Bash Window Geometry

2006-02-13 Thread Bubba Jones
> ... > Alternatively, you could do: > rxvt -e /bin/bash --login --rcfile /cygdrive/h/.bashrc -i > > Thus combining your current configuration with the way you want it to be... Ahhh, most cool. That command with switches works from the cygwin bash prompt, but not from the DOS prompt,

re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1

2006-02-13 Thread Stewart Midwinter
From: Michael Brand brand.scso.com> >I disabled one of the CPUs on my dual-CPU Xeon, and everything started working well, so I guess this is a dual-cpu problem. > I tried running my scripts on several dual-CPU Xeons (different > computer models, but all of them HPs), ... snip ... > it generally

Re: BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Christopher Faylor
On Mon, Feb 13, 2006 at 12:58:14PM -0700, Jerry D. Hedden wrote: > From: Christopher Faylor >> >>Thanks for the test case but I don't see any difference in operation >>between cygwin and linux when I run it: > >I know that Perl version of the bug occurred on both my work computer >(Win2K) and home

RE: BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Jerry D. Hedden
> Original Message > From: Christopher Faylor <[EMAIL PROTECTED]> > > Thanks for the test case but I don't see any difference in operation > between cygwin and linux when I run it: I know that Perl version of the bug occurred on both my work computer (Win2K) and home computer (Wi

Hey, what's up?

2006-02-13 Thread Gates Called Beautiful
We're a band from Youngstown, Ohio just trying to make new friends/fans... so if you want to http://www.myspace.com/gatescalledbeautiful";>check out our myspace and http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=3122952";>add us to your friends that would be grea

PanhandleGateway.com -- Your Gateway to WV's Eastern Panhandle

2006-02-13 Thread Mark
cygwin@cygwin.com - I saw your e-mail address on a web site and I thought you may want to know about this new site; http://www.PanhandleGatway.com. The site has just started, you may have even seen the press release that went to the Martinsburg Journal, Frederick Post, Hagerstown Herald, or Winches

Re: BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Christopher Faylor
On Mon, Feb 13, 2006 at 12:18:45PM -0700, Jerry D. Hedden wrote: >I have encounted a bug in Cygwin whereby ualarm(0,0) is not clearing >previously set ualarms. This first cropped up while using Perl, but I >was able to reproduce the bug with the following 'C' program. The gist >is that ualarm() i

PanhandleGateway.com -- Your Gateway to WV's Eastern Panhandle

2006-02-13 Thread Mark
cygwin@sources.redhat.com - I saw your e-mail address on a web site and I thought you may want to know about this new site; http://www.PanhandleGatway.com. The site has just started, you may have even seen the press release that went to the Martinsburg Journal, Frederick Post, Hagerstown Herald, o

BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Jerry D. Hedden
I have encounted a bug in Cygwin whereby ualarm(0,0) is not clearing previously set ualarms. This first cropped up while using Perl, but I was able to reproduce the bug with the following 'C' program. The gist is that ualarm() is used several times, and then a final ualarm(0,0) is executed to cle

Console colors and man pages

2006-02-13 Thread Wayne Heiden
Using the properties available for the Cygwin Bash Shell, I've changed the colors to use a light background (204,255,204) and dark foreground (0,0,0) and reversed the colors for the popup choices. When I do a man page, e.g., man man, I get other colors that are hard to read, e.g., white on the

Re: default PATH

2006-02-13 Thread Christopher Faylor
On Sun, Feb 12, 2006 at 12:26:22PM -0800, Yitzchak Scott-Thoennes wrote: >On Sun, Feb 12, 2006 at 11:57:00AM -0500, Christopher Faylor wrote: >>If we don't get a single person indicating that they rely on the >>current behavior then I'm ok with changing it. We have a patch ready >>to be checked in

RE: _kbhit

2006-02-13 Thread Dave Korn
On 13 February 2006 17:10, Michiel De Hoon wrote: > Gary R. Van Sickle wrote: >>> First, some Cygwin programs will need _kbhit to be >>> able to interact with the Windows OS. >> >> That's simply not true. They may *want* it so that they can interact with >> cmd.exe, in which case they're not a "

Re: _kbhit

2006-02-13 Thread Christopher Faylor
On Mon, Feb 13, 2006 at 12:10:25PM -0500, Michiel De Hoon wrote: >Gary R. Van Sickle wrote: >>> First, some Cygwin programs will need _kbhit to be >>> able to interact with the Windows OS. >> >> That's simply not true. They may *want* it so that they can interact with >> cmd.exe, in which case t

Re: _kbhit

2006-02-13 Thread Michiel De Hoon
Gary R. Van Sickle wrote: > > First, some Cygwin programs will need _kbhit to be > > able to interact with the Windows OS. > > That's simply not true. They may *want* it so that they can interact with > cmd.exe, in which case they're not a "Cygwin program". If: 1) A program needs to run a Windo

pdksh, set -o vi strange new behavior

2006-02-13 Thread Reid Thompson
After recent update && rebaseall began having the following strange behavior. the command line sequence escape slash ( to search through history ( pdsh with set -o vi )) causes what appears to be two returns to be input... I.E, with cursor sitting after '$' as shown below ( my prompt is two li

Re: default PATH

2006-02-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 2/12/2006 9:57 AM: > > I don't mind protecting people against the evil 3PP which corrupt the > PATH but, as I said, since we don't get that many complaints about the > current behavior (which may actually have been i

Re: wrong macro definition in pthread.h

2006-02-13 Thread HASHI Hiroaki
> > In cvs head. > > > > winsup/cygwin/include/pthread.h > > > > #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler > > __cleanup_handler = \ > >{ _fn, _arg, NULL }; \ > >_pthread_cleanup_p

Re: libUSB

2006-02-13 Thread Samuel Thibault
Hi, Eric Blake, le Mon 13 Feb 2006 07:18:36 -0700, a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Redirected to list: http://cygwin.com/acronyms/#PPIOSPE > > According to Mary Cuper on 2/8/2006 10:18 AM: > >> A quick "cygcheck -p libUSB" gets no hits, so libUSB has not been > >>

Re: libUSB

2006-02-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Redirected to list: http://cygwin.com/acronyms/#PPIOSPE According to Mary Cuper on 2/8/2006 10:18 AM: >> A quick "cygcheck -p libUSB" gets no hits, so libUSB has not been >> officially ported to cygwin yet. Care to contribute it? What sort of >> com

Re: Cygwin Changed

2006-02-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to j g on 2/13/2006 6:57 AM: > Greetings, > > I have been using cygwin just fine, but I just > installed openssh (and it's dependencies) and now when > i open a cygwin shell, i get the bash prompt > (bash-3.00$). Before, the prompt was just

Re: Cygwin Changed

2006-02-13 Thread Igor Peshansky
On Mon, 13 Feb 2006, j g wrote: > Greetings, > > I have been using cygwin just fine, but I just > installed openssh (and it's dependencies) and now when > i open a cygwin shell, i get the bash prompt > (bash-3.00$). Before, the prompt was just $. Now, > none of the commands like ls and cd work a

Cygwin Changed

2006-02-13 Thread j g
Greetings, I have been using cygwin just fine, but I just installed openssh (and it's dependencies) and now when i open a cygwin shell, i get the bash prompt (bash-3.00$). Before, the prompt was just $. Now, none of the commands like ls and cd work and my home directory has changed. How can I r

Fwd: octave does not recurse LOADPATH directories located on the network in cygwin

2006-02-13 Thread James R. Phillips
--- Larrie Carr wrote: > Subject: octave does not recurse LOADPATH directories located on the network > in cygwin > From: "Larrie Carr" > To: <[EMAIL PROTECTED]> > Date: Sun, 12 Feb 2006 17:38:40 -0600 > > In a cygwin environment, octave does not recursively search through LOADPATH > directories

Fwd: octave does not recurse LOADPATH directories located on the network in cygwin

2006-02-13 Thread James R. Phillips
--- Larrie Carr wrote: > Subject: octave does not recurse LOADPATH directories located on the network > in cygwin > From: "Larrie Carr" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Date: Sun, 12 Feb 2006 17:38:40 -0600 > > In a cygwin environment, octave does not recursively search through LO

Re: wrong macro definition in pthread.h

2006-02-13 Thread skaller
On Mon, 2006-02-13 at 21:27 +0900, 橋 宏彰 wrote: > In cvs head. > > winsup/cygwin/include/pthread.h > > #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler > __cleanup_handler = \ >{ _fn, _arg, NULL }; \ >

wrong macro definition in pthread.h

2006-02-13 Thread 橋 宏彰
In cvs head. winsup/cygwin/include/pthread.h #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler __cleanup_handler = \ { _fn, _arg, NULL }; \ _pthread_cleanup_push( &__cleanup_handler ); #d