[ANNOUNCEMENT] New packages: suite3270, c3270, pr3287, s3270, tcl3270, x3270

2003-12-04 Thread Peter A. Castro
suite3270 is a collection of 3270 emulators created by Paul Mattes. The initial release is version 3.2.20. 3270 is a type of terminal protocol, somewhat like telnet protocol. If you work with IBM mainframes then you will be familiar with 3270's in general. This suite of emulators will come in v

RE: How to execute bash file under /usr/bin despite setting PATH= "/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-04 Thread Nguyen, Huu-Dung
Thank for the answers Can any gurus tell me what is the real use of /usr/bin as a mount point and /usr/bin as a physically existing directory in the Cygwin directory ? Sometime i am too much curious !? Nguyen -Original Message- From: Ronald Landheer-Cieslak [mailto:[EMAIL PROTECTED] Sent

Re: Home key doesn't work with TERM=screen

2003-12-04 Thread Baurjan Ismagulov
Hello, Mark! On Wed, Dec 03, 2003 at 12:20:05PM -0500, Harig, Mark wrote: > > If I ssh to cygwin with TERM=screen, pressing Home in bash results in > > beep and a tilde printed. I've checked infocmp screen output, khome is > > set to \E[1~, as in linux and cygwin terminfo entries. > You can take c

Re: cygwin windows to linux cross compiler issues !!

2003-12-04 Thread Corinna Vinschen
On Thu, Dec 04, 2003 at 09:47:34AM +0530, mohanlal jangir wrote: > I remember, during cygwin installation I clicked dos. But I don't know how > to change this now. I hope there should be some way to do this without > reinstalling cygwin. I have installed cygwin in my E: drive and mount gives > foll

Query regarding Cygwin make/Gnu Make

2003-12-04 Thread Rajagopalan, Karthik
Hi, I found today a weird working difference between Cygwin Make against Gnu Make. Let me explain the situation I faced. I have following piece of code as "test" target. Here $(EXE) takes .exe for Windows and blank for Linux. test: cat test.dat | test$(EXE) 1> test.res 2>& dif

Re: bug in statfs

2003-12-04 Thread Corinna Vinschen
On Wed, Dec 03, 2003 at 12:03:41PM -0500, Sam Steingold wrote: > Hi, > POSIX specifies struct statfs to contain slots f_frsize, f_flag, > f_favail, and f_namemax and to be declared in : > > > Cygwin defines struct statfs w

Re: Query regarding Cygwin make/Gnu Make

2003-12-04 Thread Baurjan Ismagulov
Hello, Karthik. On Thu, Dec 04, 2003 at 03:04:28PM +0530, Rajagopalan, Karthik wrote: > test$(EXE) return -1 back because of encountering a error in code test.c. I'm not sure what values are meaningful for make and how -1 is interpreted: the argument of exit(3) seems to be (signed int), but bash

Re: Home key doesn't work with TERM=screen

2003-12-04 Thread Baurjan Ismagulov
On Thu, Dec 04, 2003 at 10:13:50AM +0200, Baurjan Ismagulov wrote: > Cygwin and linux work without .inputrc entry, and I believe screen > also should. Interestingly enough, when I removed all hardcoded keys from .inputrc, gray Delete key ceased to work both with TERM=cygwin and TERM=screen. kdch1

postgresql /usr/include/sqltypes.h conflicts with /usr/include/w32api/sqltypes.h (was RE: broken?)

2003-12-04 Thread Rafael Kitover
Looks like /usr/include/w32api/sql.h does an #include , which if you have postgresql installed, will read postgres's version when building under cygwin. Any chance the postgres /usr/include/sqltypes.h could be moved to /usr/include/postgresql/sqltypes.h or something along those lines? In any case

RE: broken?

2003-12-04 Thread Rafael Kitover
I just tried compiling: #include #include int main() { return 0; } with: gcc -mno-cygwin and it worked fine. So it's a conflict with the cygwin headers sqltypes.h somewhere, I'll try to figure it out. -- Rafael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: bug in gcc3.3.1

2003-12-04 Thread kumarchi
what was the reason for dropping the support? ( I have to now fix few lines of code!!) thanx for the quick response > [EMAIL PROTECTED] wrote: > > hello: > > > > I found conssitent bug in gcc3.3.1 > > > > gcc2xx will compile the fiollwowing with no problem > > > > printf (" .. > >

Re: bug in gcc3.3.1

2003-12-04 Thread Max Bowsher
[EMAIL PROTECTED] wrote: > what was the reason for dropping the support? > ( I have to now fix few lines of code!!) I don't know. The answer is probably somewhere in the gcc mail archives. Anyway, this is no longer a Cygwin question, so somewhat off-topic here. Max. > > thanx for the quick respo

Re: EOF error

2003-12-04 Thread Fred_Smith
"Kooser, Ara S" <[EMAIL PROTECTED]> said: >PROGRAM TEMP > * > *This program converts Celsius to Farenheit * > ** > *The variable used is: * > * DEGC : degress celsius

Re: 1.5.5: sshd problem

2003-12-04 Thread John Pye
Hi Igor I completely removed my cygwin installation and reinstalled. That fixed the problem. I don't know how things managed to get so broken; I think it was to do with running ssh-host-config as a second user perhaps, but I'm not sure of that. So, problem solved, although not elegantly. Thank

Re: bug in statfs

2003-12-04 Thread Sam Steingold
> * Corinna Vinschen <[EMAIL PROTECTED]> [2003-12-04 10:41:37 +0100]: > > On Wed, Dec 03, 2003 at 12:03:41PM -0500, Sam Steingold wrote: >> POSIX specifies struct statvfs to contain slots f_frsize, f_flag, >> f_favail, and f_namemax and to be declared in : >>

Re: bug in statfs

2003-12-04 Thread Corinna Vinschen
On Thu, Dec 04, 2003 at 09:27:14AM -0500, Sam Steingold wrote: > PS. Is there a POSIX way to get the list of mount points, lime mount(1) > and df(1) do? It appears that linux has /proc/mounts and most > unixes have /etc/mtab, but is there a system call? man 3 getmntent Corinna -- Co

RE: Cygwin on windows2003 Server

2003-12-04 Thread Amit RATHEE
HI I am still waiting for my answer.I saw people using Cygwin on Windows 2003 server.Can they help me.Thnaks lary for your help but when I tried to install and run cygwin on win2003 server it gave me an error "Access denied" on doin Remsh. With Warm Regards, Amit -Original Message- From:

Re: mount points

2003-12-04 Thread Sam Steingold
> * Corinna Vinschen <[EMAIL PROTECTED]> [2003-12-04 15:37:54 +0100]: > > On Thu, Dec 04, 2003 at 09:27:14AM -0500, Sam Steingold wrote: >> PS. Is there a POSIX way to get the list of mount points, lime mount(1) >> and df(1) do? It appears that linux has /proc/mounts and most >> unixes

Re: EOF error

2003-12-04 Thread Don Koch
As we move into the realm of "OT". "Kooser, Ara S" said: >PROGRAM TEMP > * > *This program converts Celsius to Farenheit * > ** > *The variable used is: * > * DEGC : degress

RE: bug in gcc3.3.1

2003-12-04 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Thursday, December 04, 2003 2:38 PM: > what was the reason for dropping the support? > ( I have to now fix few lines of code!!) It is not ANSI compatible and therefore not portable. Regards, Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl

Re: Problem VnC + SSh + Putty + Port Forwarding

2003-12-04 Thread [EMAIL PROTECTED]
> From the little information you've provided, what you're doing sounds fine. > Like you, I know this works. I use Cygwin's ssh/sshd and it's port- > forwarding with VNC (Tight and "normal") all the time and it works fine > (I'm using it now to type this on my machine at home while I'm at work).

Re: mount points

2003-12-04 Thread Corinna Vinschen
On Thu, Dec 04, 2003 at 10:21:28AM -0500, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2003-12-04 15:37:54 +0100]: > > > > On Thu, Dec 04, 2003 at 09:27:14AM -0500, Sam Steingold wrote: > >> PS. Is there a POSIX way to get the list of mount points, lime mount(1) > >> and d

Re: mount points

2003-12-04 Thread Christopher Faylor
On Thu, Dec 04, 2003 at 04:42:15PM +0100, Corinna Vinschen wrote: >On Thu, Dec 04, 2003 at 10:21:28AM -0500, Sam Steingold wrote: >> > * Corinna Vinschen <[EMAIL PROTECTED]> [2003-12-04 15:37:54 +0100]: >> > >> > On Thu, Dec 04, 2003 at 09:27:14AM -0500, Sam Steingold wrote: >> >> PS. Is there a P

Re: about xfig and ghoscript

2003-12-04 Thread Igor Pechtchanski
On Thu, 4 Dec 2003, Nathalie Henrich wrote: > Dear Igor, > > I followed your discussion with Nevine on the cygwin mailing list, > about "ghostscript on Windows and cygwin path > style" . I had exactly the same problem as Nevine, and your answers were > very helpful. First of all, I wanted to than

Cygwin crashed by emacs???

2003-12-04 Thread Sergey Barabash
My entire cygwin session CRASHES CONSISTENTLY ("XWin.exe has generated errors... log is being created") when I try using "ediff-buffers" in emacs. Details: I am running cygwin 1.3-4 under Windows 2000 (v.5.00.2195, s.p.4) I could reproduce the error by running the emacs supplied with cygwin as wel

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-04 Thread Jon A. Lambert
"Nguyen, Huu-Dung" wrote: > Thank for the answers > > Can any gurus tell me what is the real use of /usr/bin as a mount point and > /usr/bin as a physically existing directory in the Cygwin directory ? > Sometime i am too much curious !? > > Nguyen I'm stumped as I can't think of any use. Why d

Re: Problem VnC + SSh + Putty + Port Forwarding

2003-12-04 Thread Larry Hall
At 10:56 AM 12/4/2003, [EMAIL PROTECTED] you wrote: >> From the little information you've provided, what you're doing sounds fine. >> Like you, I know this works. I use Cygwin's ssh/sshd and it's port- >> forwarding with VNC (Tight and "normal") all the time and it works fine >> (I'm using it no

Re: about xfig and ghoscript

2003-12-04 Thread Nathalie Henrich
Dear Igor, Thank you for your reply and explanations. Igor Pechtchanski wrote: Well, the first thing to check is: does the file exist? Is it readable? yes, the file exist and can even be opened in xfig when it is the first image to be opened. Also, are there filenames embedded in the xfig ou

memory problems in Cygwin 'make'

2003-12-04 Thread paul cannon
Hello- GNU Make 3.80 has a bug which causes it to try to allocate negative amounts of memory (which ends up something like 4 gigabytes) under certain conditions. This leads to the message: make: *** virtual memory exhausted. Stop. The problem is reproducible with this shell script [1]: ===

RE: How to execute bash file under /usr/bin despite setting PATH= "/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-04 Thread Larry Hall
You're not curious enough. This is UNIX semantics and functionality. However, with UNIX, there is no way to access the contents of the actual "/usr/bin" directory once it's mounted. On Windows, there are ways (i.e. through Windows, etc). If you always access "/usr/bin" with Cygwin tools, then

Re: Cygwin crashed by emacs???

2003-12-04 Thread Steven J. Zeil
Since you say it occurs after modifying an ediff buffer, I suspect it's related to a problem that has annoyed me for some time. ediff is one of several emacs packages that produces buffers that 1) aren't associated with an existing file, and 2) are given names containing characters that cann

Cygrunsrv and spawned processes

2003-12-04 Thread Frank Seesink
QUESTION: If you have a Cygwin application binary which spawns a child process using spawnlp() in P_NOWAIT mode, is there a way to install that application as an NT service using cygrunsrv such that both the parent and child process die cleanly? DETAILS: I have Googled and searched the Cygwin

Re: Cygwin port of Perl broken on Win32? Or does Cygwin not run on win32?

2003-12-04 Thread linda w
I'd like to use 1 Perl to write them in, 1 Perl to test them in, and ONE PERL to RUN THEM ALL!!! (sorry, just got finished watching the extended LOTR:TT DVD) Seriously -- I can handle a different distro/platform, but I only have 1 home directory on Win32 and only 1 set of env/login.

RE: Cygwin on windows2003 Server

2003-12-04 Thread Larry Hall
If you have a specific question or problem, please details it for us. Look at, read, and digest if you need help figuring out what kind of information you should provide to the list. Larry At 10:05 AM 12/4/2003, Amit RATHEE you wrote: >HI I am still waiting for m

GLUT programming in CygWin

2003-12-04 Thread Steve Mowbray
Hi Am starting out with the GLUT library and I am having trouble compiling my first program under CygWin. I get the following compile/linker errors: ... ... /cygdrive/c/DOCUME~1/steve/LOCALS~1/Temp/ccO1yqTt.o(.text+0xd0):simple.c: undefi ned reference to [EMAIL PROTECTED]' /cygdrive/c/DOCUME~1/st

Re: GLUT programming in CygWin

2003-12-04 Thread Brian Ford
Please read /usr/share/doc/opengl-1.1.0/README.txt. And, search the archives first next time since this issue comes up a lot. Thanks. On Thu, 4 Dec 2003, Steve Mowbray wrote: > Am starting out with the GLUT library and I am having trouble compiling my > first program under CygWin. I get the fol

Re: How to execute bash file under /usr/bin despite setting PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-04 Thread Igor Pechtchanski
On Thu, 4 Dec 2003, Jon A. Lambert wrote: > "Nguyen, Huu-Dung" wrote: > > Thank for the answers > > > > Can any gurus tell me what is the real use of /usr/bin as a mount point and > > /usr/bin as a physically existing directory in the Cygwin directory ? > > Sometime i am too much curious !? > > >

Re: Cygrunsrv and spawned processes

2003-12-04 Thread Igor Pechtchanski
On Thu, 4 Dec 2003, Frank Seesink wrote: > QUESTION: > > If you have a Cygwin application binary which spawns a child process > using spawnlp() in P_NOWAIT mode, is there a way to install that > application as an NT service using cygrunsrv such that both the parent > and child process die cleanly?

InitDB with Postgresql after logging in as different user with ssh

2003-12-04 Thread Sheela Rayala
Installed Cygwin on a Win2k machine. After pouring thru the existing archives about logging in as a seperate database user before initializing postgresql, created a user called postgres, ran the sshd configuration script (selected no when asked "should privilege seperation be used"). then gave th

[ANNOUNCEMENT] Updated: keychain-2.0.3-2

2003-12-04 Thread Hack Kampbjorn
DESCRIPTION: Keychain is an OpenSSH key manager, typically run from ~/.bash_profile. When run, it will make sure ssh-agent is running; if not, it will start ssh-agent. It will redirect ssh-agent's output to ~/.ssh-agent, so that cron jobs that need to use ssh-agent keys can simply source this file

Re: Cygrunsrv and spawned processes

2003-12-04 Thread Frank Seesink
Igor Pechtchanski wrote: On Thu, 4 Dec 2003, Frank Seesink wrote: QUESTION: If you have a Cygwin application binary which spawns a child process using spawnlp() in P_NOWAIT mode, is there a way to install that application as an NT service using cygrunsrv such that both the parent and child proc

Re: Query regarding Cygwin make/Gnu Make

2003-12-04 Thread Brian Ford
On Thu, 4 Dec 2003, Rajagopalan, Karthik wrote: > I found today a weird working difference between Cygwin Make against Gnu > Make. Let me explain the situation I faced. > Cygwin make *is* GNU make. > I have following piece of code as "test" target. Here $(EXE) takes .exe for > Windows and blank

RE: bug in gcc3.3.1

2003-12-04 Thread Brian Ford
On Thu, 4 Dec 2003, Jörg Schaible wrote: > [EMAIL PROTECTED] wrote on Thursday, December 04, 2003 2:38 PM: > > what was the reason for dropping the support? > > ( I have to now fix few lines of code!!) > > It is not ANSI compatible and therefore not portable. > In case you didn't know, ANSI defined

Re: Rookie question about cygwin, stdout and windowsXP

2003-12-04 Thread Roberto Bernetti
Alle 10:36, giovedì 4 dicembre 2003, hai scritto: > KaMake sure the cygwin DLL is in the windows path > The cygwin1.dll is in the same directory where is the excutable and where it is started. Have I to add in the Path enviroment variable the path where is the cygwin1.dll? The strange thing it

RE: Cygwin on windows2003 Server

2003-12-04 Thread Brian Ford
On Thu, 4 Dec 2003, Amit RATHEE wrote: > HI I am still waiting for my answer.I saw people using Cygwin on Windows > 2003 server.Can they help me.Thnaks lary for your help but when I tried to > install and run cygwin on win2003 server it gave me an error "Access denied" > on doin Remsh. > 1.) http:

Re: Hello and cygwin quesiton

2003-12-04 Thread Yap on ExactGeom
Dear Igor, I guest there were no improvements on the execute permission problem. But I just realized that "vi" under cygwin is smart enough not to give execute permissions to the files it writes out. It simply keep the original permissions. Why can't gvim do the same? Best, --Chee Igor Pechtchan

cygwin1.dll debug names wanted

2003-12-04 Thread Michael Elizabeth Chastain
Hello, I have an unusual request. I'm testing the new C++ demangler by Ian Lance Taylor, and I'm looking for lists of mangled C++ symbols to feed into it. Could someone who has a debug version of cygwin1.dll built with gcc 3.X do this: nm -f posix cygwin1.dll | sed -e 's/ .*$//' | grep _Z > a

Re: Hello and cygwin quesiton

2003-12-04 Thread Igor Pechtchanski
Chee, '/bin/vi' is a Cygwin program, and uses Cygwin system calls to create and write files. Thus, the permissions it gives to newly-created files are consistent with the other Cygwin apps. 'gvim' is probably a pure Windows program, which uses the Windows API calls directly, so it gives new file

RE: Where are mount points stored?

2003-12-04 Thread Joaquin
No. For one (1) I don't want to be ignorant and want to learn how things work. Secondly (2) this helps me find diagnose and isolate problems. I found weird behavior with Japanese Windows XP Home, where a mount point is being auto-created. This would help me diagnose exactly when this is happeni

RE: Cygwin port of Perl broken on Win32? Or does Cygwin not run on win32?

2003-12-04 Thread Joaquin
I just always use non-Cygwin tools first before Cygwin ports. Thus, for Perl, I use the ActiveState Perl in my path ahead of the Cygwin perl. I also do the same for other things like Apache. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of linda w >

Re: Hello and cygwin quesiton

2003-12-04 Thread Yap on ExactGeom
Igor, OK, I will just accept the situation! Thanks, Chee Igor Pechtchanski wrote: Chee, '/bin/vi' is a Cygwin program, and uses Cygwin system calls to create and write files. Thus, the permissions it gives to newly-created files are consistent with the other Cygwin apps. 'gvim' is probably a pu

Broken links on page http://cygwin.com/ported.html

2003-12-04 Thread Spirit Traveller
Hello, I am enjoying cygwin quite a good bit. So I decided to spend a little time helping out the website. I apologize in advance if this is the wrong place for this, but I was unable to find an email address of a webmaster for the cygwin.com website. I have checked each of the links on http://c

libtool created import libs broken? was RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault

2003-12-04 Thread Brian Ford
Charles Wilson, Could you look at the problem discovered in the thread below and give us a comment? Thanks. http://www.cygwin.com/ml/cygwin-xfree/2003-12/msg00053.html I'm not an autotool expert, but: On Thu, 4 Dec 2003, Richard Campbell wrote: > bash-2.05b$ autoreconf --install --force Thes

Re: libtool created import libs broken? was RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault

2003-12-04 Thread Charles Wilson
Brian Ford wrote: Charles Wilson, Could you look at the problem discovered in the thread below and give us a comment? Thanks. http://www.cygwin.com/ml/cygwin-xfree/2003-12/msg00053.html There are a couple of problems. 1) OOB, DDD uses libtool-1.4.2 -- which has very minimal support for cygwin