Re: No libintl.jar in gettext-0.14.1-1

2005-04-20 Thread Charles Wilson
[EMAIL PROTECTED] wrote: The document /usr/share/doc/Cygwin/gettext-0.14.1.README tells me it should be around. Are there any reasons why this jar is not available in 0.14.1? Yep. It barely worked in 0.12.x, by dint of some kludgy wrapper scripts around Sun's jdk javac. In 0.14.1, my kludgy scri

RE: No permissions on files created outside Cygwin

2005-04-20 Thread daniel.steinmann
> Usually not. Looking more closely into the permissions and > perhaps regenerating /etc/passwd and /etc/group might help > more. Or just use Cygwin's vim ;-) Thanks for the permissions tip. I had a closer look via file explorer, select toplevel folder, rightclick, select properties, select s

No libintl.jar in gettext-0.14.1-1

2005-04-20 Thread daniel.steinmann
I wanted to use /usr/share/gettext/libintl.jar, but it is not available in gettext-0.14.1-1. The release 0.12.1-3 did provide libintl.jar. The document /usr/share/doc/Cygwin/gettext-0.14.1.README tells me it should be around. Are there any reasons why this jar is not available in 0.14.1? Daniel

bash was: can not run OPUS MAKE

2005-04-20 Thread Reini Urban
Larry Hall schrieb: At 01:42 PM 4/20/2005, you wrote: It is strange:in cygwin when I am trying to run OPUS MAKE, I always get this error, OPUS MAKE: Don't know how to make '!*'. Stop. I turn on the debug mode and I see the following, *** Read c:\opus6.12/make.ini *** Note: You are using Opus' defa

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1

2005-04-20 Thread Jason FU
Christopher Faylor cygwin.com> writes: > > I've made a new version of the Cygwin DLL and associated utilities > available for download. As usual, a list of what has changed is below. > > To update your installation, click on the "Install Cygwin now" link on > the http://cygwin.com/ web page.

Re: How well supported is csh/tcsh?

2005-04-20 Thread Tim Hubberstey
--- Jason Pearce wrote: > I have been using bash within my Cygwin environment thus > far. But all are other UNIX machines are set up to use > /bin/csh so I am considering making the shift to either > /bin/csh or /bin/tcsh under cygwin. > > Preliminary experiments look good, but I have the feeling

Re: Problem getting started, Windows 98

2005-04-20 Thread Larry Hall
At 03:44 PM 4/20/2005, you wrote: >Hello, > I have installed Cygwin recently on my Windows 98 SE machine. >Following the instructions, I then installed a "binutils" package for >AVR cross-compiler (this one: >http://www.bladox.com/pub/turbo-win32-040129.zip). >cd / >tar xvfpz usr.tar.gz > >Stu

Re: Problem getting started, Windows 98

2005-04-20 Thread Brian Dessent
Evan Tuer wrote: > Following the instructions, I then installed a "binutils" package for > AVR cross-compiler (this one: > http://www.bladox.com/pub/turbo-win32-040129.zip). > cd / > tar xvfpz usr.tar.gz This list only supports Cygwin packages that you get from the cygwin.com site and its mirrors

Problem getting started, Windows 98

2005-04-20 Thread Evan Tuer
Hello, I have installed Cygwin recently on my Windows 98 SE machine. Following the instructions, I then installed a "binutils" package for AVR cross-compiler (this one: http://www.bladox.com/pub/turbo-win32-040129.zip). cd / tar xvfpz usr.tar.gz Stuff un-packed and installed, without reporti

Re: can not run OPUS MAKE

2005-04-20 Thread Larry Hall
At 01:42 PM 4/20/2005, you wrote: >Hi, > It is strange:in cygwin when I am trying to run OPUS MAKE, I always get this > error, > >OPUS MAKE: Don't know how to make '!*'. Stop. > > I turn on the debug mode and I see the following, > > >*** Read c:\opus6.12/make.ini *** > >Note: You are using Opus'

can not run OPUS MAKE

2005-04-20 Thread lin q
Hi, It is strange:in cygwin when I am trying to run OPUS MAKE, I always get this error, OPUS MAKE: Don't know how to make '!*'. Stop. I turn on the debug mode and I see the following, *** Read c:\opus6.12/make.ini *** Note: You are using Opus' default initialization file 'c:\opus6.12/make.ini'

RE: EXEC /bin/command.exe

2005-04-20 Thread Dave Korn
Original Message >From: Emile >Sent: 31 March 2005 18:07 > Hi! > > I've a problem during cygwin use. > > CommandS "ls","d" or "dir"(oTherS .exe file) and "exec ls","exec d" > (oTherS .exe files in /bin)are not understanding. > > And when I try to run some command using: > "exec /bin/ls

EXEC /bin/command.exe

2005-04-20 Thread Emile
Hi! I've a problem during cygwin use. CommandS "ls","d" or "dir"(oTherS .exe file) and "exec ls","exec d" (oTherS .exe files in /bin)are not understanding. And when I try to run some command using: "exec /bin/ls" (For example) command prompt exiting! Why does it exit??? How can I fix it? And ho

EXEC /bin/command.exe

2005-04-20 Thread Emile
Hi! I've a problem during cygwin use. CommandS "ls","d" or "dir"(oTherS .exe file) and "exec ls","exec d" (oTherS .exe files in /bin)are not understanding. And when I try to run some command using: "exec /bin/ls" (For example) command prompt exiting! Why does it exit??? How can I fix it? And ho

RE: findutils still broken

2005-04-20 Thread Dave Korn
Original Message >From: Chuck >Sent: 19 April 2005 16:09 > Findutils is broken when it comes to using it on the /proc filesystem. > The last version that worked is 4.1.7. Newer versions crash if you run > "find /proc". Anyone care to tackle this? Cannot reproduce: [EMAIL PROTECTED] /p

Re: bash/fork problem on Win server 2003 with terminal serve

2005-04-20 Thread Corinna Vinschen
On Apr 20 17:19, Lionel B wrote: > "Corinna Vinschen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Apr 20 14:09, Lionel B wrote: > > > "Lionel B" wrote... > > > > "Corinna Vinschen" wrote... > > > > > On Apr 14 14:55, Lionel B wrote: > > > > > > Hi, > > > > > > > > > > > > I s

Writing Makefile, need libtool on cygwin info

2005-04-20 Thread SoNotCool
Hello, I am writing a Makefile. Thus libtool commands are going to be executed via the make program based on rules in a Makefile, not manually from a command line. I'd appreciate it if someone in the know could explain what support is in GNU libtool on Cygwin, for the windres RC. I want to incl

Re: cd /proc/garbage

2005-04-20 Thread Christopher Faylor
On Thu, Apr 14, 2005 at 06:18:45AM -0400, Lev S Bishop wrote: >I looked and this doesn't seem to have been mentioned in the archives. >You can cd to any random subdirectory of a directory in the /proc >filesystem, irrespective of whether it exists. Examples: > >$ cd /proc/banana >$ ls >ls: .: Not

Re: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-20 Thread Mikael
"Dave Korn" wrote: > Original Message >>From: Mikael >>Sent: 20 April 2005 16:24 > >> As the topic says, I just tried to build the second release candidate of >> GCC >> 4.0.0 on Cygwin. The process itself was simple, but it took some time to >> perform the make bootstrap part, but that was

Re: How well supported is csh/tcsh?

2005-04-20 Thread Jason Pearce
Vince wrote: o Do most new/upgraded packages work or do you always have to port setup scripts? Sorry, I don't get what you mean Some packages come with install scripts. I guess running them is independant of the shell you choose so they just work. Other than that there are just a few envi

Re: bash/fork problem on Win server 2003 with terminal serve

2005-04-20 Thread Lionel B
"Corinna Vinschen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Apr 20 14:09, Lionel B wrote: > > "Lionel B" wrote... > > > "Corinna Vinschen" wrote... > > > > On Apr 14 14:55, Lionel B wrote: > > > > > Hi, > > > > > > > > > > I seem to have hit the same issue as described in: >

RE: How well supported is csh/tcsh?

2005-04-20 Thread Vince
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jason Pearce > Sent: 20 April 2005 16:30 > To: Cygwin List > Subject: How well supported is csh/tcsh? > > I have been using bash within my Cygwin environment thus far. > But all are other UNIX machines

Re: How is cygwin's minimal setup-data retained in Win32? (Still have an installation problem.)

2005-04-20 Thread Brian Dessent
"Mills, John M." wrote: > I suppose there may be more retained information I don't know about. > > How should I completely "launder" a Win32 box so I can get a "really clean" > Cygwin installation from one mirror server? If you want to remove everything, you basically have to remove the mounts a

Re: How well supported is csh/tcsh?

2005-04-20 Thread Brian Dessent
Jason Pearce wrote: > o Do most new/upgraded packages work or do you always have to port setup > scripts? In this case it shouldn't matter. All postinstall / preremove scripts are intended to be run by (and are in fact run by) /bin/sh, aka ash, regardless of what shell you choose as a user. Now

RE: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-20 Thread Dave Korn
Original Message >From: Mikael >Sent: 20 April 2005 16:24 > As the topic says, I just tried to build the second release candidate of > GCC > 4.0.0 on Cygwin. The process itself was simple, but it took some time to > perform the make bootstrap part, but that was expected. All steps of the

RE: Updated: inetutils-1.3.2-29

2005-04-20 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 20 April 2005 16:37 > On Wed, Apr 20, 2005 at 04:27:00PM +0100, Dave Korn wrote: >> Original Message >>> From: Christopher Faylor >>> Sent: 20 April 2005 15:37 >> >>> On Wed, Apr 20, 2005 at 03:19:32PM +0100, Dave Korn wrote:

Re: How is cygwin's minimal setup-data retained in Win32? (Still have an installation problem.)

2005-04-20 Thread Igor Pechtchanski
On Wed, 20 Apr 2005, Mills, John M. wrote: > [snip] > I want to make a "clean" cygwin installation (using 'setup.exe') on a > Win2K box and find some information from earlier installation attempts > seems to be retained. > [snip] > 2) Started my new 'setup.exe' and found it already held some defa

Re: Updated: inetutils-1.3.2-29

2005-04-20 Thread Brian Dessent
Christopher Faylor wrote: > Well, I'm glad I could clear up your apparent misconception then. I have to admit I'm guilty here of this as well. I've got a couple of patches for setup.exe ready for "thoughtful consideration" but I was waiting on the assignment to be processed before going ahead.

Re: Updated: inetutils-1.3.2-29

2005-04-20 Thread Christopher Faylor
On Wed, Apr 20, 2005 at 04:27:00PM +0100, Dave Korn wrote: >Original Message >>From: Christopher Faylor >>Sent: 20 April 2005 15:37 > >> On Wed, Apr 20, 2005 at 03:19:32PM +0100, Dave Korn wrote: >>> I was planning to look into that for my next patch, as it happens! >> >> So were *you* und

How is cygwin's minimal setup-data retained in Win32? (Still have an installation problem.)

2005-04-20 Thread Mills, John M.
Hello - Context: I need to produce a cygwin fileset on CD that I can install on a system without net access. I don't need a "seamless" installation from the media, but I do need to select any of the packages I have planned; I've had trouble with this (for X11 specifically). I want to make a "clea

How well supported is csh/tcsh?

2005-04-20 Thread Jason Pearce
I have been using bash within my Cygwin environment thus far. But all are other UNIX machines are set up to use /bin/csh so I am considering making the shift to either /bin/csh or /bin/tcsh under cygwin. Preliminary experiments look good, but I have the feeling the majority of Cygwin users are w

I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-20 Thread Mikael
As the topic says, I just tried to build the second release candidate of GCC 4.0.0 on Cygwin. The process itself was simple, but it took some time to perform the make bootstrap part, but that was expected. All steps of the build process completed successfully. I proceeded to try it on some of my

RE: Updated: inetutils-1.3.2-29

2005-04-20 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 20 April 2005 15:37 > On Wed, Apr 20, 2005 at 03:19:32PM +0100, Dave Korn wrote: >> I was planning to look into that for my next patch, as it happens! > > So were *you* under the impression that you needed a cygwin copyright > assignment t

Re: Updated: inetutils-1.3.2-29

2005-04-20 Thread Christopher Faylor
On Wed, Apr 20, 2005 at 03:19:32PM +0100, Dave Korn wrote: >I was planning to look into that for my next patch, as it happens! So were *you* under the impression that you needed a cygwin copyright assignment to modify setup.exe? That's not the case, if so. cgf -- Unsubscribe info: http://c

RE: Updated: inetutils-1.3.2-29

2005-04-20 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 20 April 2005 00:41 > On Wed, Apr 20, 2005 at 09:32:00AM +1000, Luke Kendall wrote: >> On 19 Apr, Corinna Vinschen wrote: >>> - When updating inetutils, take care that syslogd.exe, inetd.exe and >>>subsequent processes don't run anymor

Re: does not work : change /cygdrive to / (Attn: documentation patch)

2005-04-20 Thread Christopher Faylor
On Tue, Apr 19, 2005 at 11:25:26PM -0700, Brian Dessent wrote: >"Patricia J. Hawkins" wrote: >>I gather it was an accidentally introduced bug? My inference that it >>was an intended change, which unexpectedly changed the visible >>filesystem structure (added to the time I spent wading through >>ar

Re: bash/fork problem on Win server 2003 with terminal serve

2005-04-20 Thread Corinna Vinschen
On Apr 20 14:09, Lionel B wrote: > "Lionel B" wrote... > > "Corinna Vinschen" wrote... > > > On Apr 14 14:55, Lionel B wrote: > > > > Hi, > > > > > > > > I seem to have hit the same issue as described in: > > > > > > > > http://sourceware.org/ml/cygwin/2005-03/msg00919.html > > > > > > Please te

Re: Interactive windows programs and cygwin sshd: tab completion

2005-04-20 Thread Jason Tishler
Patricia, On Tue, Apr 19, 2005 at 03:16:14PM -0400, Patricia J. Hawkins wrote: > How about using rxvt with your paths appropriately set? No, Win32 Python in interactive mode does not work (i.e., hangs) under rxvt even when used locally. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey

Re: bash/fork problem on Win server 2003 with terminal serve

2005-04-20 Thread Lionel B
"Lionel B" wrote... > "Corinna Vinschen" wrote... > > On Apr 14 14:55, Lionel B wrote: > > > Hi, > > > > > > I seem to have hit the same issue as described in: > > > > > > http://sourceware.org/ml/cygwin/2005-03/msg00919.html > > > > Please test the latest snapshot from http://cygwin.com/snapsho

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1

2005-04-20 Thread Lionel B
"Buchbinder, Barry (NIH/NIAID)" wrote... > At Wednesday, April 20, 2005 3:37 AM, Lionel B wrote: > > "Christopher Faylor" wrote... > >> I've made a new version of the Cygwin DLL and associated utilities > >> available for download. As usual, a list of what has changed is > >> below. > >> > >> To

apache 1.3.33-1 - rebase problem still existing (3)

2005-04-20 Thread Rainer Kirsch
Brian Dessent wrote: >Okay, the service doesn't start. I'm still not clear though as to why. >In your last email you seemed to imply that the service starts but >cannot fork because of the rebase problem. Are you still getting the >"cannot remap" errors in the log files, or is it something else?

Re: OpenGL problems

2005-04-20 Thread Brian Dessent
Walt K Michlauk wrote: > gcc -o glxsimple glxsimple -I/usr/X11R6/include -Lw32api -lopengl -LX11R6 You need to be more careful with your command line switches. "-L" specifies a directory for the linker to search in, so "-Lw32api" and "-LX11R6" are both meaningless. You use "-L" to specify a pat

Re: OpenGL problems

2005-04-20 Thread rsnatale
I actively do OpenGL work with cygwin and I use: -lopengl32 -lglu32 -lgdi32 From: Walt K Michlauk <[EMAIL PROTECTED]> Date: 2005/04/20 Wed PM 12:17:24 GMT To: cygwin@cygwin.com Subject: OpenGL problems Dear Cygwin I've just downloaded

RE: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1

2005-04-20 Thread Buchbinder, Barry (NIH/NIAID)
At Wednesday, April 20, 2005 3:37 AM, Lionel B wrote: > "Christopher Faylor" wrote... >> I've made a new version of the Cygwin DLL and associated utilities >> available for download. As usual, a list of what has changed is >> below. >> >> To update your installation, click on the "Install Cygwin

OpenGL problems

2005-04-20 Thread Walt K Michlauk
Dear Cygwin I've just downloaded the full complement of CYGWIN and CYGWIN/X files with the intent of doing builds of some standard X Windows / OpenGl (and also Motif) programs . However, I am encountering difficulties. Could you please help me with the following : I'm unable to compile Kilgar

Re: Strange linking

2005-04-20 Thread Corinna Vinschen
On Apr 20 14:04, Bertalan Fodor wrote: > > >While this is a problem which could be "fixed" in some way in Cygwin, I'm > >nevertheless wondering how you want the ambiguity to be solved. If you > >type "etex" on the command line, do you want etex -> pdfetex.exe to be > >started or etex.exe? > > >

Re: Strange linking

2005-04-20 Thread Bertalan Fodor
While this is a problem which could be "fixed" in some way in Cygwin, I'm nevertheless wondering how you want the ambiguity to be solved. If you type "etex" on the command line, do you want etex -> pdfetex.exe to be started or etex.exe? I want etex -> pdfetex.exe (if etex exists, it should be

Re: apache 1.3.33-1 - rebase problem still existing (3)

2005-04-20 Thread Brian Dessent
Rainer Kirsch wrote: > I did a rebaseall (log is attached) and rebooted. It's really annoying when you start a new thread for each reply. Do you think you could just reply to each post instead? It helps the archives as well as those trying to help you. > Now no process is coming up after (inst

apache 1.3.33-1 - rebase problem still existing (3)

2005-04-20 Thread Rainer Kirsch
I did a rebaseall (log is attached) and rebooted. Now no process is coming up after (instead of one): $ net start apache CYGWIN apache wird gestartet CYGWIN apache konnte nicht gestartet werden. Sie erhalten weitere Hilfe, wenn Sie NET HELPMSG 3523 eingeben. $ NET HELPMSG 3523 *** konnte

RE: setup.exe keeps hanging

2005-04-20 Thread Reid Thompson
Alan Ning wrote: > I just tried it now, and I have the same problem. > > My CPU usage was at 100%, and it was running multiple instance of > sh.exe. > > I ran setup.exe again, same thing happened. > > ... Alan > > Reid Thompson wrote: > >> Dave Korn wrote: >> >> >>> Original Message

Re: Strange linking

2005-04-20 Thread Corinna Vinschen
On Apr 20 11:12, Bertalan Fodor wrote: > Problem with: > ln -s > > I remove > /bin/etex > > Create link: > ln -s /bin/pdfetex.exe /bin/etex > > A link is not created but a copy of /bin/etex.exe > > $ ls -al /bin/etex* > -rwxr-x---+ 1 fodorb Felhaszn?l?k 280064 Mar 10 15:21 /bin/etex.exe > > $

Re: does not work : change /cygdrive to / (Attn: documentation patch)

2005-04-20 Thread Corinna Vinschen
On Apr 19 23:25, Brian Dessent wrote: > I have attached a patch to the documentation that clarifies these two > locations. I ask that those that know more about Cygwin than I review > the change to make sure I didn't say anything misleading. > > Brian > > [1] http://cygwin.com/cygwin-ug-net/usin

Re: Reading "raw" disk greater than 1 terabyte

2005-04-20 Thread Corinna Vinschen
Well, "Anonymous" was right, I just didn't read your mail further after I saw the usage of .\\physicaldrive1, I apologize. I never heard of such a 1TB border which would result in problems. However, due to the lack of such a big drive, I can't debug that, obviously. On Apr 13 18:47, Loh, Joe

Re: apache 1.3.33-1 - rebase problem still existing (2)

2005-04-20 Thread Brian Dessent
Rainer Kirsch wrote: > [Wed Apr 20 11:24:32 2005] [error] (10)No child processes: fork: Unable to > fork new process > C:\z_cygwin\usr\sbin\httpd.exe (1664): *** unable to remap > C:\z_cygwin\lib\apache\mod_vhost_alias.dll to same address as > parent(0x3F) != 0x6E Okay, are you sure that

Re: Mirror, Mirroring, Download, Downloading Cygwin Release Using rsync

2005-04-20 Thread Brian Dessent
L Anderson wrote: > I use rsync to maintain a local Cygwin release mirror so I can use Setup > to locally install anything from Cygwin release on a number of PCs on my > network. I do too but without the script part. I just have a line in my crontab: 00 10,22 * * * rsync -rlt --exclude=mail-arc

apache 1.3.33-1 - rebase problem still existing (2)

2005-04-20 Thread Rainer Kirsch
Following Brian Dessert's hints and using net start apache I get only one entry in ps -ef concerning apache SYSTEM38083844 ? 11:24:14 /usr/sbin/httpd looking for error messages I get: bash-2.05b$ tail /var/log/apache/error_log [Wed Apr 20 11:24:32 2005] [error] (10)No child processes:

Mirror, Mirroring, Download, Downloading Cygwin Release Using rsync

2005-04-20 Thread L Anderson
From time to time, as even now, someone asks a question on how to download Cygwin for installing, locally, on any number of machines, burning a CD/DVD, etc. The canonical answer seems to be to use Cygwin's Setup. If "Setup" doesn't run on your system of choice (e.g. FreeBSD, GNU/Linux...), th

Strange linking

2005-04-20 Thread Bertalan Fodor
Problem with: ln -s I remove /bin/etex Create link: ln -s /bin/pdfetex.exe /bin/etex A link is not created but a copy of /bin/etex.exe $ ls -al /bin/etex* -rwxr-x---+ 1 fodorb Felhasználók 280064 Mar 10 15:21 /bin/etex.exe $ ln -s /bin/pdfetex.exe /bin/etex $ ls -al /bin/etex* -rwxr-x---+ 1 fodorb

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1

2005-04-20 Thread Lionel B
"Christopher Faylor" wrote... > I've made a new version of the Cygwin DLL and associated utilities > available for download. As usual, a list of what has changed is below. > > To update your installation, click on the "Install Cygwin now" link on > the http://cygwin.com/ web page. This downloads

Re: apache 1.3.33-1 - rebase problem still existing

2005-04-20 Thread Brian Dessent
Rainer Kirsch wrote: > Which mechanism makes apache so sensitive to rebase(all)? Because it uses dynamic modules that are loaded via dlopen(). Any program in this situation will be sensitive to ImageBase issues. > I also tried to start apache via cygrunsrv, > but also with no success. That is

apache 1.3.33-1 - rebase problem still existing

2005-04-20 Thread Rainer Kirsch
There is still a strong sensitivity of apache to rebase - in other words: rebase still ruins apache First try: $ /usr/sbin/apachectl start C:\z_cygwin\usr\sbin\httpd.exe (2380): *** unable to remap C:\z_cygwin\lib\apache\mod_vhost_alias.dll to same address as parent(0x3F) != 0x96 /usr/sbin