RE: Can't Open Display

2001-04-06 Thread Harold Hunt
Jeremy, Somehow your email went to the wrong mailing list. In the future, please be sure that your replies are directed to [EMAIL PROTECTED] Thanks, Harold -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

RE: Can't Open Display

2001-04-06 Thread Jeremy Greiner
I have had this problem for some time now and was going to reformat (sometime eventually when I had time) but hey for eduacational purposes here is my complete installation and config info: AMD Athlon 700 DFI something or another MOBO Voodoo 3 3500 Realtech 8139 NIC Zoltrix winmodem Ensonique Audi

Re: Changing the SMTP port number in SSMTP

2001-04-06 Thread Enoch Wu
On Fri, Apr 06, 2001 at 08:50:14AM +0200, Corinna Vinschen wrote: > On Thu, Apr 05, 2001 at 08:04:18PM -0700, Enoch Wu wrote: > > Hi all, > > > A patch to allow something like > > mailhub=mail.foo.com:2525 > > shouldn't be too hard. Somebody who want's to step forward here? > > Corinna

readline issues?

2001-04-06 Thread Fairlight
I have the latest readline that is available for cygwin. Readline 4.1-2 according to the CYGWIN-PATCHES directory in the source. I was trying to port tintin++ 1.84 this evening. bzero seemed to get complained about but I simply did a (char *) cast on arg1 in both instances. The critical failur

Re: pilot-link and cygwin

2001-04-06 Thread Christopher Faylor
On Fri, Apr 06, 2001 at 09:25:30PM -0400, [EMAIL PROTECTED] wrote: >Just wanted to let you guys know that there appears to be an alternate >way to build pilot-link for windblows ... if you're forced to use >windblows :( > >cygwin B1? seems to compile it just find, if you do the following: No idea

pilot-link and cygwin

2001-04-06 Thread linguist-pilot
Just wanted to let you guys know that there appears to be an alternate way to build pilot-link for windblows ... if you're forced to use windblows :( cygwin B1? seems to compile it just find, if you do the following: 1) add #include to the files that use getopt 2) change the line in the confi

binutils problem

2001-04-06 Thread Matthew Smith
I recently reinstalled my OS, and cygwin as well in the process. The packages are all the latest versions, as of today. cygcheck shows no duplicate cgywin dlls. I'm running into problems using 'ar' when archiving a particular library, where I never had problems before. Here is the output from

Re: Possible virus

2001-04-06 Thread Tim Prince
McAfee does false positives on many .gz files as well as with many more traditional Windows program installer files; it's of no use in this situation. Of course it can't clean it. Turn it off. - Original Message - From: "Reginald Charney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: Porting a UNIX app to WinNT (2000,XP)

2001-04-06 Thread Earnie Boyd
Werner Kliewer wrote: > > > > > Should be as simple as installing Cygwin with > > http://cygwin.com/setup.exe and then building the program. Yes, it's > > possible that there is some W9x specific coding but not likely. > > > > Earnie. > > > > > > Will that get me an executable I can run without

wget

2001-04-06 Thread Gerrit P. Haase
Why didn't i hear earlier about that? I never used wget, because it failed for me in the first few tries, now i found this: http://bay4.de/FWget/ -- =^..^= [EMAIL PROTECTED] PGP-Key: 0x28A05137 [875C 745E 01CF 8A34 2767 BE39 305E 5261 28A0 5137] -- Want to unsubscribe from this list? Check o

Example of Serial I/O under Cygwin

2001-04-06 Thread Brian . P . Kasper
Folks -- I sent a private email to James Bergstrom with some example POSIX serial code in response to his query. I noticed a few other people posting questions about serial I/O and I thought I'd let the list know that I have a simple, single- file demonstration program that demonstrates opening

Re: Porting a UNIX app to WinNT (2000,XP)

2001-04-06 Thread Werner Kliewer
In article <[EMAIL PROTECTED]>, Earnie Boyd wrote: > > Werner Kliewer wrote: > > > > Hi, > > > > Several years ago someone in our shop used the cygwin environment > > and related tools to port a UNIX TCP/IP Port Level communications client > > to the DOS world. This is a small simple executabl

Re: re :help glib under cygwin

2001-04-06 Thread Charles Wilson
There's been a lot of work recently 'cygwinizing' glib & gtk. See this mailing list for more info http://groups.yahoo.com/group/gimpwin-dev/ but you'll probably need to get the latest CVS version of glib/gtk. I don't know if 1.3.x contain the required changes. Also, you'll probably need to inst

Re: Possible virus

2001-04-06 Thread DJ Delorie
> C:\My Download > Files\contrib\postgresql\postgresql-7.1RC2-1.src.tar.gz\postgresql-7.1RC2-1. > src.tar > > was infected with a virus that it could not clean or fix. It's lying. That tar.gz file has nothing but source files in it, not a binary in sight. Of course, that explains why it could

Re: Possible virus

2001-04-06 Thread Christopher Faylor
On Fri, Apr 06, 2001 at 02:34:06PM -0700, Reginald Charney wrote: >FYI, > >In downloading cygwin today, by virus detection software (McAfee VirusScan >w/SP v4.5.0.534) claimed that the file: > > >C:\My Download >Files\contrib\postgresql\postgresql-7.1RC2-1.src.tar.gz\postgresql-7.1RC2-1. >src.tar

Re: Changing the SMTP port number in SSMTP

2001-04-06 Thread Enoch Wu
On Fri, Apr 06, 2001 at 08:50:14AM +0200, Corinna Vinschen wrote: > On Thu, Apr 05, 2001 at 08:04:18PM -0700, Enoch Wu wrote: > > Hi all, > > > > How can I change the port number from 25 to another number? > > Currently it's impossible. The portnumber 25 is a define > in the sources and not chan

Possible virus

2001-04-06 Thread Reginald Charney
FYI, In downloading cygwin today, by virus detection software (McAfee VirusScan w/SP v4.5.0.534) claimed that the file: C:\My Download Files\contrib\postgresql\postgresql-7.1RC2-1.src.tar.gz\postgresql-7.1RC2-1. src.tar was infected with a virus that it could not clean or fix. Reg. Charney 6

Re: using tcsh as login shell

2001-04-06 Thread Bob McGowan
I did the same as you and it works fine for me. Since I don't use tcsh, I only put a single line in the /etc/csh.login file: 'echo Running csh.login' and the shell printed this, as expected. "Kirschner, Paul E. UTRC" wrote: > > How can I convert to tcsh from bash as my cygwin login shell? >

Re: serial communications

2001-04-06 Thread Enoch Wu
Hi,, On Fri, Apr 06, 2001 at 12:22:36PM -0600, James Bergstrom wrote: > I am very new at using cygwin. I just need to know how to do IO through a > serial port. I have a driver written in C for Unix to control a device > through the serial port, and now we are going to use it on a win98 machine

winuser.h missing macro

2001-04-06 Thread Harold Hunt
In winuser.h, around line 1264, directly below #define WHEEL_DELTA 120 should be the macro #define GET_WHEEL_DELTA_WPARAM(wparam) ((short)HIWORD (wparam)) Harold -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: Porting a UNIX app to WinNT (2000,XP)

2001-04-06 Thread Earnie Boyd
Werner Kliewer wrote: > > Hi, > > Several years ago someone in our shop used the cygwin environment > and related tools to port a UNIX TCP/IP Port Level communications client > to the DOS world. This is a small simple executable that still works in > Win9x. It was never ported to the NT world. >

Re: troubles with postgresql-7.1RC2-1

2001-04-06 Thread Jason Tishler
Pascal, On Fri, Apr 06, 2001 at 07:10:18PM +0200, Pascal Molli wrote: > I'am *not* running 1.1.8-2 but the last cygwin1.dll available in the > developper snapshot. Please try "uname -a" to verify. I have already helped someone else who attempted to replace their 1.1.8-2 DLL with one from a snap

Porting a UNIX app to WinNT (2000,XP)

2001-04-06 Thread Werner Kliewer
Hi, Several years ago someone in our shop used the cygwin environment and related tools to port a UNIX TCP/IP Port Level communications client to the DOS world. This is a small simple executable that still works in Win9x. It was never ported to the NT world. Both Windows and cygwin have chan

using tcsh as login shell

2001-04-06 Thread Kirschner, Paul E. UTRC
How can I convert to tcsh from bash as my cygwin login shell? I tried changing from "bash --login -i" to "tcsh -l" (in cygwin.bat) and added /etc/csh.login (copied from my Linux box) to no avail. It looks like csh.login is not started. I changed from /bin/bash to /bin/tcsh in /etc/passwd to no av

re :help glib under cygwin

2001-04-06 Thread Chang_Shen
I tried with glib-1.2.8, 1.3.2, and 1.3.3 Please note, glic is not glibc When I changed gchar *g_strsignal(); to const gchar *s_strsignal(); I got those error message from make make all-recursive make[1]: Entering directory `/glib-1.2.8' Making all in . make[2]: Entering directory `/glib-1.2

SSHD Fails with Exception: STATUS_ACCESS_VIOLATION at eip=61001B47

2001-04-06 Thread Jack G. Harris
OS W2K, Service pack 1, RC 1.1. Cygwin 1.1.8 Full Install Open SSH 2.5.2p2 Configured package files, host key, etc. ssh client works great. sshd from various hosts exiphits the same problem. SSH Daemon allows connection and authentication. Some commands like cd and pwd work, other such as ls

Re: Trailing Periods on File Names

2001-04-06 Thread DJ Delorie
Bernard Dautrevaux <[EMAIL PROTECTED]> writes: > In fact Windows not exactly ignores periods at the end of file names: > writing a filename as "foo." asks windows NOT to search for "foo.exe" or > "foo.bat" IF it needs to execute the file... This is allows to execute "foo" > instead of "foo.e

Re: Setup destroys working Cygwin installation completely!

2001-04-06 Thread DJ Delorie
"Schaible, Joerg" <[EMAIL PROTECTED]> writes: > Yeah, I suppose. However, you did mention that you were trying to install a version of gcc that you hadn't downloaded, using a setup.ini that you did download to install files that it didn't correspond to. We don't test situations like tha

Re: serial communications

2001-04-06 Thread Larry Hall (RFK Partners, Inc)
At 02:22 PM 4/6/2001, James Bergstrom wrote: >I am very new at using cygwin. I just need to know how to do IO through a >serial port. I have a driver written in C for Unix to control a device >through the serial port, and now we are going to use it on a win98 machine >using cygwin. Perhaps ther

serial communications

2001-04-06 Thread James Bergstrom
I am very new at using cygwin. I just need to know how to do IO through a serial port. I have a driver written in C for Unix to control a device through the serial port, and now we are going to use it on a win98 machine using cygwin. Perhaps there is an example somewhere of writing bits to a se

Re: GNU Win b18

2001-04-06 Thread Larry Hall (RFK Partners, Inc)
At 01:03 PM 4/6/2001, Ken Phillips wrote: >Hello, > >I am attempting to use the NT ported version of Glimpse and Glimpseindex. >The programs require GNU-win b18 and I am unable to locate them on your >server, or anywhere else for that matter. I recieve error messages of the >wrong dll being used

Re: troubles with postgresql-7.1RC2-1

2001-04-06 Thread Pascal Molli
Jason, I'am *not* running 1.1.8-2 but the last cygwin1.dll available in the developper snapshot. I have made more testing... the postmaster crashs only if ipc-daemon is started as a windows service (net start ipc-daemon) I have stopped the service and just launch ipc-daemon as $ ipc-daemo

GNU Win b18

2001-04-06 Thread Ken Phillips
Hello, I am attempting to use the NT ported version of Glimpse and Glimpseindex. The programs require GNU-win b18 and I am unable to locate them on your server, or anywhere else for that matter. I recieve error messages of the wrong dll being used when using other versions. Is it possible to sti

RE: Trailing Periods on File Names

2001-04-06 Thread Bernard Dautrevaux
> -Original Message- > From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 8:50 PM > To: Randall R Schulz; [EMAIL PROTECTED] > Subject: Re: Trailing Periods on File Names > > > At 02:38 PM 4/5/2001, Randall R Schulz wrote: > >Hi, > > > >I just

Re: troubles with postgresql-7.1RC2-1

2001-04-06 Thread Jason Tishler
Pacal, On Fri, Apr 06, 2001 at 06:25:11PM +0200, Pascal Molli wrote: > I have installed postgres-7.1RC2-1 on windows2000, with cygipc-1.09-2, > and cygwin1.dll of 19 March. > > [snip] > > Terminating any active server processes... > Server processes were terminated at Fri Apr 6 16:21:55 2001 > R

troubles with postgresql-7.1RC2-1

2001-04-06 Thread Pascal Molli
Hi, I have installed postgres-7.1RC2-1 on windows2000, with cygipc-1.09-2, and cygwin1.dll of 19 March. I have followed all steps of /usr/doc/Cygwin/postgres-7.1RC2.README and finally when a client tries to connect the postmaster, i get this on server $ postmaster DEBUG: database system was i

RE: SSHD and logins

2001-04-06 Thread Michael Erdely
Rav, Look at your /etc/sshd_config file. You must have "PasswordAuthentication yes" and "RSAAuthentication no". Good luck, -ME -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 6:25 PM To: [EMAIL PROTECT

Re: help: Glib under Cygwin

2001-04-06 Thread Christian Leber
On Fri, Apr 06, 2001 at 09:31:40AM -0500, Glen Coakley wrote: > What version are you trying to compile? When I attempt to 'configure' glibc > 2.2.2 I get the follow message: glib != glibc The glib contains Stuff for linked, double linked lists etc. pp. and it's needed by gtk+. (both on: http://

RE: help: Glib under Cygwin

2001-04-06 Thread Glen Coakley
What version are you trying to compile? When I attempt to 'configure' glibc 2.2.2 I get the follow message: $ configure loading cache ./config.cache checking host system type... i686-pc-cygwin *** The GNU C library is currently not available for this platform. *** So far nobody cared to port it

help: Glib under Cygwin

2001-04-06 Thread chang_shen
Hi, all: I am not sure Cygwin supports glib or not. I try to compile glib under cygwin (glib is needed for many many gnu tools). Below is what I got from configure and make log file. I also tried to change g_strsignal() as follows, but failed to compile. Any help is appreciated. const gchar*

Re: sftp

2001-04-06 Thread Christopher Faylor
On Fri, Apr 06, 2001 at 11:05:00AM +0200, Ronald Hecht wrote: >I tracked down the problem to the "(dp = readdir(dirp)) != NULL)" >command in process_readdir of sftp-server.c. The readdir function seems >to crash when it's called the second time. The main difference between >the first time it's cal

Re: Proposed Changes to mount

2001-04-06 Thread Christopher Faylor
On Thu, Apr 05, 2001 at 04:09:48PM -0700, Michael A. Chase wrote: >- Original Message - >From: "DJ Delorie" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, April 05, 2001 11:13 AM >Subject: Re: Proposed Changes to mount > > >> >> > I still don't get it. ash should open shell

RE: Setup destroys working Cygwin installation completely!

2001-04-06 Thread Schaible, Joerg
Hi DJ, > >You sent this to a lot of people, not just me. > I thought, you would not like to have private mail and may be some others are also infected. I addressed you, since you've been setup maintainer for the last times. > >> Normally I use setup to download all files to a local >> director

Re: Setup destroys working Cygwin installation completely!

2001-04-06 Thread DJ Delorie
> Hello DJ, You sent this to a lot of people, not just me. > Normally I use setup to download all files to a local > directory. Next step is to start setup again and install the new > versions from disk. If you don't follow our recommendations, you're on your own. Use "install from Internet"

Re: Not enough environment space

2001-04-06 Thread Dmitrii Pasechnik
On Thu, 5 Apr 2001, Mark Paulus wrote: > >Whew. Concise and to the point. And highly unuseful (I like creating >new words). Since Cygwin is purported to run in a Win9x environment, >then it should concern itself with that environment (How else can it >make sure it's operating correctly otherwis

Re: Proposed Changes to mount

2001-04-06 Thread Michael A. Chase
- Original Message - From: "DJ Delorie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 11:13 AM Subject: Re: Proposed Changes to mount > > > I still don't get it. ash should open shell scripts in text mode so the > > existence of the CR in the CRLF should be

Re: Proposed Changes to mount

2001-04-06 Thread Michael A. Chase
- Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 10:40 AM Subject: Re: Proposed Changes to mount > On Thu, Apr 05, 2001 at 10:11:26AM -0700, Michael A. Chase wrote: > >Proposed changes: > > > >1. TODO: Add an opti

Setup destroys working Cygwin installation completely!

2001-04-06 Thread Schaible, Joerg
Hello DJ, yeterday (one week ago - mail bounced) setup destroyed my Cygwin installation completely! Normally I use setup to download all files to a local directory. Next step is to start setup again and install the new versions from disk. Fine. On Staurday I had a bad connection and I sjipped th

RE: Re: Compiling with Borland C but not with Cygwin !!!

2001-04-06 Thread Schaible, Joerg
May be you missed, that in Unix environments the sequence of the linked objects and libraries is meaningful while Windows linkers normally do not care. With Cygwin libm.a is a reference to libcygwin.a that has its own main function. Since the linker "sees" this function first coming from the libra

Re: Numerical Python on cygwin

2001-04-06 Thread Dr. Volker Zell
> "VSBXR" == VSBXR writes: VSBXR> Has anyone successfully gotten Numerical Python (numpy) built under cygwin? VSBXR> I was able to get python (2.1b2 using gcc 2.95.3-2) built with a minor VSBXR> change usr/include/sys/signal.h and specifying '--without-threads' in the VSBXR>

Re: Who ported Mutt? I have re-compiled 1.2.5 and now I have double spaced lines in the pager.

2001-04-06 Thread malcolm.boekhoff
On 2001-04-05 18:45:43, Corinna Vinschen wrote: > On Thu, Apr 05, 2001 at 05:32:23PM +0100, malcolm.boekhoff wrote: > > On 2001-04-05 17:07:27, Corinna Vinschen wrote: > > > On Thu, Apr 05, 2001 at 02:55:09PM +0100, malcolm.boekhoff wrote: > > > > > > > > Can the Mutt porter(s) please describe wh

Re: sftp

2001-04-06 Thread Ronald Hecht
Corinna Vinschen schrieb: > > On Thu, Apr 05, 2001 at 07:03:24PM +0200, Ronald Hecht wrote: > > I'm debugging ..., but wondering why the process_readdir is called > > twice. Do you have the same thing? Do you get a second SSH2_FXP_READDIR > > like me? (using -v -v -v Option) > > Yes: > > sftp

raw sockets (Re: Bug in Cygwin - networking api ??)

2001-04-06 Thread John Paul Morrison
OK, I tried the April 4 snapshot of cygwin1.dll now. I compiled the traceroute code to call socket() like: socket(AF_INET, SOCK_RAW, IPPROTO_ICMP) this seems to work for sending as long as you call sendto() with the icmp packet and data. I'm not sure how standard this is, as the only other #if