Bug: cp fails to treat foo as foo.exe (1.5.5-1)

2003-10-08 Thread librik
SUMMARY: In the latest version of Cygwin (1.5.5-1) the cp command has stopped aliasing .exe files (e.g. foo.exe) to their .exe-less counterparts (e.g. foo). An odd error message is printed instead. This is documented to work. (cf. http://cygwin.com/cygwin-ug-net/using-specialnames.html ) This fe

Re: cygwin on 486 running NT3.51!

2003-10-08 Thread robert w hall
Thanks for this reply Sorry for delay in acknowledging (It was in my win4lin-win95 system which got corrupted!). Bob In message <[EMAIL PROTECTED]>, Igor Pechtchanski <[EMAIL PROTECTED]> writes >On Mon, 15 Sep 2003, robert w hall wrote: > >> Does current cygwin work >> on a 486 (Intel DX4-75) runn

RE: Unsubscription doesn't work

2003-10-08 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Wednesday, October 08, 2003 3:09 AM > On Tue, Oct 07, 2003 at 06:05:15PM -0700, Shankar Unni wrote: > >Christopher Faylor wrote: > >>Cast your eyes to the bottom of this message where unsubscribe > >>information is given. > > > >Ah, something seems to be broken i

Is a function actually inlined?

2003-10-08 Thread Alex Vinokur
Windows 2000 Professional CYGWIN_NT-5.0 1.5.4(0.94/3/2) GNU gcc version 3.3.1 (cygming special) GNU nm 2.14.90 20030901 GNU objdump 2.14.90 20030901 === How can one know if a function requested to be inlined is actually

Re: Is a function actually inlined?

2003-10-08 Thread Lapo Luchini
Alex Vinokur wrote: == 2. Compilation : BEGIN == $ g++ -save-temps t.cpp == 2. Compilation : END I think you must use smoe level of optimization to get inlines: from "man gcc": -fno-inline Don't pay attention to the inline keyword. Normally this option

Re: Is a function actually inlined?

2003-10-08 Thread Corinna Vinschen
On Wed, Oct 08, 2003 at 11:19:27AM +0200, Alex Vinokur wrote: > How can one know if a function requested to be inlined is actually inlined? A look into the assembler output generated by gcc/g++ will show you. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cy

Re: 1.5.4-1: Problem with XEmacs, fonts, and subprocesses.

2003-10-08 Thread Henry S. Thompson
Igor Pechtchanski <[EMAIL PROTECTED]> writes: > Hmm. I was going to point you to > , but it > seems the page is temporarily unavailable. You can still take a > look at the Google cache version at >

[ANNOUNCEMENT] Updated: ash-20031007-1

2003-10-08 Thread Corinna Vinschen
I've updated the version of ash to 20031007-1. This version now uses access(2) to find out if a command given with absolute path is executable. That should solve issues with setup.exe, where some of the scripts in /etc/postinstall are not executed. To update your installation, click on the "Ins

RE: Is a function actually inlined?

2003-10-08 Thread Gareth Pearce
I'd consider this off topic for this mailing list ... But in the most recent gcc's -Winline will give warnings whenever an inline request is not followed. This flag exists in a multitude of gcc versions, but only started working correctly recently. (I don't remember which version offhand...) R

How to use a windows COM server dll ?

2003-10-08 Thread Juergen . Meyer
Is it possible to call API methods of a COM server dll that has been created with Visual Studio from Cygwin? If yes, what are the steps to be performed ? Which files are needed or to be created and how ? (header files, libs, etc.) Juergen. -- Unsubscribe info: http://cygwin.com/ml/#unsubs

Re: emacs -nw control-c mapped to control-g

2003-10-08 Thread Joe Buehler
Terrence Brannon wrote: When I open emacs via "emacs -nw" in a cygwin bash shell, it maps control-c to control-g for some reason... You probably don't have "tty" included in your CYGWIN environment variable. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl

Re: How to use a windows COM server dll ?

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003 [EMAIL PROTECTED] wrote: > Is it possible to call API methods of a COM server dll that has been > created with Visual Studio from Cygwin? > If yes, what are the steps to be performed ? > Which files are needed or to be created and how ? (header files, libs, > etc.) > > Juergen.

I miss g++ -z muldefs option

2003-10-08 Thread cls oooooo
Hello, I miss that option. On Solaris it works with CC and g++ well. I'm using gcc version 3.2 20020927 (prerelease) on cygwin. Is this option left off by intention or is this an error? Claudius Get advanced SPAM filtering on Webma

Re: telnet, ftp unknown service

2003-10-08 Thread vdu
Hi, I noticed that cygwin telnet works when I specify the port to use in the command line like this : telnet 23. So I presumed it was a problem with my "services" file, I took the one of a colleague (where cygwin telnet works correctly) but it's still the same. Please, any help is welcome, I am d

Lost and Found: cygpcre-0.dll

2003-10-08 Thread McVitty, Andrew
I just installed cygwin using setup from the website, but when I tried to use 'less', it complained about finding the above dll. Copying cygpcre.dll to cygpcre-0.dll seems to solve the problem. Perhaps there is some problem in the packaging. Andy -- Unsubscribe info: http://cygwin.com/ml/#u

RE: Lost and Found: cygpcre-0.dll

2003-10-08 Thread Habermann, David (DA)
I also noticed a similar error recently when doing a fresh install of only the base items plus OpenSSH. Adding cygpcre to the install list cleared the problem. Dave Habermann -Original Message- From: McVitty, Andrew [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 11:08 AM T

Re: Lost and Found: cygpcre-0.dll

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 04:07:39PM +0100, McVitty, Andrew wrote: >I just installed cygwin using setup from the website, but when I tried to >use 'less', it complained about finding the above dll. Copying cygpcre.dll >to cygpcre-0.dll seems to solve the problem. Perhaps there is some problem >in th

Re: Is a function actually inlined?

2003-10-08 Thread Alex Vinokur
"Corinna Vinschen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, Oct 08, 2003 at 11:19:27AM +0200, Alex Vinokur wrote: > > How can one know if a function requested to be inlined is actually inlined? > > A look into the assembler output generated by gcc/g++ will show you. >

Re: telnet, ftp unknown service

2003-10-08 Thread Corinna Vinschen
On Wed, Oct 08, 2003 at 05:03:43PM +0200, vdu wrote: > Hi, > > I noticed that cygwin telnet works when I specify the port to use in the > command line like this : > telnet 23. > So I presumed it was a problem with my "services" file, I took the one of a > colleague (where cygwin telnet works corr

Re: Is a function actually inlined?

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Alex Vinokur wrote: > "Corinna Vinschen" wrote in message news:[EMAIL PROTECTED] > > On Wed, Oct 08, 2003 at 11:19:27AM +0200, Alex Vinokur wrote: > > > How can one know if a function requested to be inlined is actually > > > inlined? > > > > A look into the assembler output ge

setup hangs during postinstall

2003-10-08 Thread Steve Kelem
I'm trying to update to the latest cygwin (1.5.5-1). Setup install a lot of things, said I had to reboot, and then proceeded with the postinstall step. Setup is stuck, with the window saying: Progress This page displays the progress of the download or installation. RUnning... No package /etc/pos

Re: Is a function actually inlined?

2003-10-08 Thread Alex Vinokur
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 8 Oct 2003, Alex Vinokur wrote: > > > "Corinna Vinschen" wrote in message news:[EMAIL PROTECTED] > > > On Wed, Oct 08, 2003 at 11:19:27AM +0200, Alex Vinokur wrote: > > > > How can one know if a function requ

Re: setup hangs during postinstall

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Steve Kelem wrote: > I'm trying to update to the latest cygwin (1.5.5-1). Setup install a lot > of things, said I had to reboot, and then proceeded with the postinstall > step. > Setup is stuck, with the window saying: > Progress > This page displays the progress of the downl

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: >This is a known bug (as a search of the recent archives would have >shown). People are investigating. As a short term workaround, you can >"mv /etc/postinstal/XFree86-bin-icons.sh{,.done}" and rerun setup. I sure wish I could du

Re: setup hangs during postinstall

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Christopher Faylor wrote: > On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: > >This is a known bug (as a search of the recent archives would have > >shown). People are investigating. As a short term workaround, you can > >"mv /etc/postinstal/XFree86-bin-ico

Re: Is a function actually inlined?

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Alex Vinokur wrote: > "Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Wed, 8 Oct 2003, Alex Vinokur wrote: > > > > > "Corinna Vinschen" wrote in message news:[EMAIL PROTECTED] > > > > On Wed, Oct 08, 2003 at 11:19:27AM +0200, Alex Vinokur

Domain Users

2003-10-08 Thread Boris Mayer-St-Onge
Recently, we have upgraded our version of cygwin from 1.3.12-2 to 1.5.5-1. Since that, we have a problem with domain users. Cygwin is installed locally on each computer by the local administrator and it is used by domain users. If we open a bash shell, we have the following messages: bash: c

Re: setup hangs during postinstall

2003-10-08 Thread Brian Ford
Christopher Faylor wrote: >On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: >>This is a known bug (as a search of the recent archives would have >>shown). People are investigating. As a short term workaround, you can >>"mv /etc/postinstal/XFree86-bin-icons.sh{,.done}" and rerun

Re: Domain Users

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Boris Mayer-St-Onge wrote: > Recently, we have upgraded our version of cygwin from 1.3.12-2 to > 1.5.5-1. Since that, we have a problem with domain users. > > Cygwin is installed locally on each computer by the local administrator > and it is used by domain users. If we open

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 12:57:11PM -0400, Igor Pechtchanski wrote: >On Wed, 8 Oct 2003, Christopher Faylor wrote: >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: >>>This is a known bug (as a search of the recent archives would have >>>shown). People are investigating. As a sh

cygpath hang - using gdb

2003-10-08 Thread Hannu E K Nevalainen
> I will be investigating the problem in every way that anyone can > think of as time permits. No promises though, as usual. > I'll have to learn bits and pieces of cvs and gdb for starters - > I'll do my best. $ MODE=ironic rant "I'll be back" - is this a general salute nowadays? ;-P You're ab

Re: setup hangs during postinstall

2003-10-08 Thread Brian Ford
Christopher Faylor wrote: >Have we ever gotten a 'ps -ef' when setup.exe is hung? It would be nice >to know if it is sh or bash that is having problems or cygpath itself. > >I can't find one of these in the archives but I could easily have missed >it. > I don't understand how that will tell you w

Re: setup hangs during postinstall

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Christopher Faylor wrote: > On Wed, Oct 08, 2003 at 12:57:11PM -0400, Igor Pechtchanski wrote: > >On Wed, 8 Oct 2003, Christopher Faylor wrote: > >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: > >>>This is a known bug (as a search of the recent archives wo

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Wednesday, October 08, 2003 7:57 PM > To: [EMAIL PROTECTED] > Subject: Re: setup hangs during postinstall > > > On Wed, Oct 08, 2003 at 12:57:11PM -0400, Igor Pechtchanski wrote: > >On Wed, 8 Oct 2003, Christopher Faylor wrote: > >>On Wed, Oct 08, 2003 at 12:49:44

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 12:27:22PM -0500, Brian Ford wrote: >Christopher Faylor wrote: >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: >>>This is a known bug (as a search of the recent archives would have >>>shown). People are investigating. As a short term workaround, you ca

Re: Unsubscription doesn't work

2003-10-08 Thread Shankar Unni
Shankar Unni wrote: > Ah, something seems to be broken in that regard - what happened to the > list-generated signature (or postscript) with all that info? Looks like messages posted to the newsgroup gmane.os.cygwin via NNTP don't get the signature added. I suspect that messages _mailed_ to the m

Re: cygpath hang - using gdb

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 08:00:21PM +0200, Hannu E K Nevalainen wrote: >> I will be investigating the problem in every way that anyone can >> think of as time permits. No promises though, as usual. >> I'll have to learn bits and pieces of cvs and gdb for starters - >> I'll do my best. > >$ MODE=iron

Where is rsh and telnet executables

2003-10-08 Thread Ian Botham
I did try searching the archives and the official faq first but didn't find an answer to my question. Where are the rsh and telnet clients for cygwin? In my previous installation I believe they existed but since I have moved to this new machine, I can't find it anywhere on the setup.exe instal

[ANNOUNCEMENT] CMake-1.6.7-1

2003-10-08 Thread William A. Hoffman
CMake 1.8.1-1 is now available on Cygwin mirrors. This is a major release from 1.6.7 to 1.8.1. Changes from 1.8.0 to 1.8.1: Added initial support for MinGW builds on Windows. Fixed a couple bugs in the ctest program. Some fixes to the FindThreads and FindwxWindows modules. A fix to the Custom Co

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> From: Christopher Faylor > On Wed, Oct 08, 2003 at 12:27:22PM -0500, Brian Ford wrote: > >Christopher Faylor wrote: > >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: > >>>This is a known bug (as a search of the recent archives would have > >>>shown). People are investigatin

[ANNOUNCEMENT] CMake-1.8.1-1

2003-10-08 Thread William A. Hoffman
CMake 1.8.1-1 is now available on Cygwin mirrors. This is a major release from 1.6.7 to 1.8.1. Changes from 1.8.0 to 1.8.1: Added initial support for MinGW builds on Windows. Fixed a couple bugs in the ctest program. Some fixes to the FindThreads and FindwxWindows modules. A fix to the Custom Co

RE: setup hangs during postinstall

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Hannu E K Nevalainen wrote: > > From: Christopher Faylor > > > On Wed, Oct 08, 2003 at 12:27:22PM -0500, Brian Ford wrote: > > >Christopher Faylor wrote: > > >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: > > >>>This is a known bug (as a search of the rece

RE: cygpath hang - using gdb

2003-10-08 Thread Hannu E K Nevalainen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > Sent: Wednesday, October 08, 2003 8:37 PM > To: [EMAIL PROTECTED] > Subject: Re: cygpath hang - using gdb > > > On Wed, Oct 08, 2003 at 08:00:21PM +0200, Hannu E K Nevalainen wrote: >

Re: Where is rsh and telnet executables

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Ian Botham wrote: > I did try searching the archives and the official faq first but didn't > find an answer to my question. > > Where are the rsh and telnet clients for cygwin? In my previous > installation I believe they existed but since I have moved to this new > machine, I

Re: Where is rsh and telnet executables

2003-10-08 Thread Andrew DeFaria
Ian Botham wrote: I did try searching the archives and the official faq first but didn't find an answer to my question. Where are the rsh and telnet clients for cygwin? In my previous installation I believe they existed but since I have moved to this new machine, I can't find it anywhere on t

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 08:47:05PM +0200, Hannu E K Nevalainen wrote: >(gdb) l *0x610885a3 >No source file for address 0x610885a3. In other words, you are not running with a debugging version of cygwin1.dll so there are no debugging symbols available. cgf -- Unsubscribe info: http://cygwin.

Re: cygpath hang - using gdb

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 08:53:45PM +0200, Hannu E K Nevalainen wrote: > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >> Of Christopher Faylor >> Sent: Wednesday, October 08, 2003 8:37 PM >> To: [EMAIL PROTECTED] >> Subject: Re: cygpath hang - using gdb >

Re: setup hangs during postinstall

2003-10-08 Thread Brian Ford
Christopher Faylor wrote: >Brian Ford wrote: >>It looks to me like the stack is corrupted, but I'm probably just being >>naive. > >This is unfortunately a standard stack for a frame-pointerless function >(probably *WaitForMultipleWindowsEx). The laborious way to find the >caller is to do something

Re: setup hangs during postinstall

2003-10-08 Thread Don Koch
> > Have we ever gotten a 'ps -ef' when setup.exe is hung? It would be nice > > to know if it is sh or bash that is having problems or cygpath itself. > > > > I can't find one of these in the archives but I could easily have missed > > it. > > > > cgf > > Hmm... what is that supposed to tell? >

Re: Where is rsh and telnet executables

2003-10-08 Thread Ian Botham
Andrew DeFaria wrote: Where are the rsh and telnet clients for cygwin? In my previous installation I believe they existed but since I have moved to this new machine, I can't find it anywhere on the setup.exe installation list. inetutils I had inetutils installed but these utils weren't showi

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Wednesday, October 08, 2003 9:00 PM > On Wed, Oct 08, 2003 at 08:47:05PM +0200, Hannu E K Nevalainen wrote: > >(gdb) l *0x610885a3 > >No source file for address 0x610885a3. > > In other words, you are not running with a debugging version of > cygwin1.dll so ther

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Don Koch > Sent: Wednesday, October 08, 2003 9:16 PM > To: [EMAIL PROTECTED] > Subject: Re: setup hangs during postinstall > > > > > Have we ever gotten a 'ps -ef' when setup.exe is hung? It > would be ni

RE: cygpath hang - using gdb

2003-10-08 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Wednesday, October 08, 2003 9:02 PM > No, you've stepped into the part that is hanging, so gdb is > >> waiting patiently > >> for it to return. > >> > >> cgf > > > >Ok. Got that. > >Now; Any ideas how to work further on this? > >Set breakpoints at "random" places

Logon failure: unknown user name or bad password

2003-10-08 Thread shimsha rao
I am using windows 2000 professional. It has one global account and 2 local accounts. Recently, I changed my global account's password. Since then, I am facing problem in running the following commands in cygwin: $ mkgroup -d NetGroupEnum() failed with 1326 $ mkpasswd -d mkpasswd: [1326] Logon fai

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> From: Igor Pechtchanski > Sent: Wednesday, October 08, 2003 8:51 PM > On Wed, 8 Oct 2003, Hannu E K Nevalainen wrote: > > This is how it looks for me, when I try to follow the > description above... > > HTH (not really expecting it to) :-I > > > > This is W2K adv server, SP4+ as I've told befo

make install does nothing

2003-10-08 Thread Joost Kraaijeveld
I have this makefile with the following target (the maMakefile is from MICO 2.3.10): ... install: for i in $(INSTALLDIRS); do $(MAKE) -C $$i install || exit 1; done if test -f doc/doc.ps; then \ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico; \ $(IMANCMD) doc

Re: Perl, the GMP library, and the Math::BigInt::GMP module

2003-10-08 Thread Gerrit P. Haase
Hallo Peter, Am Mittwoch, 8. Oktober 2003 um 07:50 schriebst du: > I have installed the latest versions of Perl and the GMP library, > and want to install the Math::BigInt::GMP Perl module which makes > use of this GMP library, but I can't make them play together. > There is a complaint "No libr

Perl Tk in Cygwin (using X)

2003-10-08 Thread Charles Plager
Hello, I'm not sure if this is a cygwin problem or a Tk problem. I am trying to build Tk under cygwin. I did this successfully 5 months ago, but it doesn't work anymore. 1) Is there a fix/work around to this problem? 2) Is there a place to just download the Tk X binaries for cygwin? Or, can

RE: setup hangs during postinstall

2003-10-08 Thread Brian Ford
Igor Pechtchanski wrote: > Can you attach to a hanging cygpath process with strace and post the > output? > I would, but: http://www.cygwin.com/ml/cygwin/2003-10/msg00114.html I had limited success debugging this with an older Cygwin CVS built DLL (probably around 1.5.3). It showed an error acce

MC - big pause

2003-10-08 Thread John King
It's version 4.6.0 (sorry about reduncant postings, if any) jk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: setup hangs during postinstall

2003-10-08 Thread Robert Collins
On Thu, 2003-10-09 at 02:57, Igor Pechtchanski wrote: > FWIW, so do I. > Igor Ditto. Rob -- GPG key available at: . signature.asc Description: This is a digitally signed message part

Re: 1.5.5: strace -p broken?

2003-10-08 Thread Igor Pechtchanski
On Thu, 2 Oct 2003, Brian Ford wrote: > I have tried strace -p cygpid on a number of processes with no luck. It > just hangs for a few seconds and exits. Am I doing something wrong? > > [EMAIL PROTECTED] ~ > $ sleep 100& > [4] 374 > > [EMAIL PROTECTED] ~ > $ strace -p 374 > > [EMAIL PROTECTED] ~

Re: make install does nothing

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Joost Kraaijeveld wrote: > I have this makefile with the following target (the maMakefile is from > MICO 2.3.10): > > ... > install: > for i in $(INSTALLDIRS); do $(MAKE) -C $$i install || exit 1; > done > if test -f doc/doc.ps; then \ > $(IDIRCM

Re: 1.5.5: strace -p broken?

2003-10-08 Thread Brian Ford
On Wed, 8 Oct 2003, Igor Pechtchanski wrote: > On Thu, 2 Oct 2003, Brian Ford wrote: > > > I have tried strace -p cygpid on a number of processes with no luck. It > > just hangs for a few seconds and exits. Am I doing something wrong? > > > > [EMAIL PROTECTED] ~ > > $ sleep 100& > > [4] 374 > >

RE: make install does nothing

2003-10-08 Thread Joost Kraaijeveld
> Do you have a directory or a file called "install" or > "INSTALL"? If so, > make thinks that that's the target you need to make, and reports it as > up-to-date. You can do one of two things: change the > Makefile to add a > ".PHONY: install" (a good thing to do in any case), or add > "check_c

Re: Domain Users

2003-10-08 Thread Boris Mayer-St-Onge
bash: cannot create temp file for here document: Permission denied At a guess, this is because you have TEMP set to some directory that domain users cannot access. You could add a "TEMP=/tmp" at the top of /etc/profile, and see if it helps. Oh, and make sure /tmp on every computer is mode 01777,

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 03:26:29PM -0500, Brian Ford wrote: >Igor Pechtchanski wrote: >> Can you attach to a hanging cygpath process with strace and post the >> output? >> >I would, but: > >http://www.cygwin.com/ml/cygwin/2003-10/msg00114.html > >I had limited success debugging this with an older C

Re: Perl Tk in Cygwin (using X)

2003-10-08 Thread Greg Matheson
On Wed, 08 Oct 2003, Charles Plager wrote: > Hello, > I'm not sure if this is a cygwin problem or a Tk problem. I am trying > to build Tk under cygwin. I did this successfully 5 months ago, but it > doesn't work anymore. Was it the same version of Tk? > ---Error Message--- > > gcc -c

Re: Domain Users

2003-10-08 Thread Pierre A. Humblet
On Wed, Oct 08, 2003 at 04:55:18PM -0400, Boris Mayer-St-Onge wrote: > > 1- From what I understand, this problem occur only since version 1.5.x > of cygwin. Is that right? Yes, but see below. > 2- Is it possible to install a older version of cygwin (we have all the > file of version 1.3.22-1

Re: messed up user permissions from w2k terminal session

2003-10-08 Thread Pierre A. Humblet
On Fri, Oct 03, 2003 at 04:48:43PM -0400, James D Below wrote: > HI everyone, > > I'm not sure how I did it but I messed up my user permissions or local > policy settings. Now whenever I run any cygwin app (bash.exe, wc.exe, > rxvt.exe) from a w2k terminal session and logged in as a user, I see

problem with tcsh-6.12.00-7.tar.bz2

2003-10-08 Thread Andrew Grimm
This package includes /etc/csh.login which has the line: set TERM=cygwin This should instead read: set term=cygwin which will set the shell variable term and the environment variable TERM correctly when tcsh is used as the base shell for the Cygwin shell window. -Andy -- Unsu

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 02:12:34PM -0500, Brian Ford wrote: >The hand decoded trace (The same one as before. I still had gdb up.) >is below. Wow, that was a lot of work. Thanks for doing this. >>That's the only way I know of to deal with this. If gcc produced dwarf2 >>output, we could use the

Re: Perl Tk in Cygwin (using X)

2003-10-08 Thread Charles Plager
On Wed, 08 Oct 2003, Charles Plager wrote: Hello, I'm not sure if this is a cygwin problem or a Tk problem. I am trying to build Tk under cygwin. I did this successfully 5 months ago, but it doesn't work anymore. Was it the same version of Tk? Apparently not. The version that worked is 800.0

Opening *.bz2 files

2003-10-08 Thread Alex Vinokur
Opening *.bz2 files Is there any utility in Cygwin which opens *.bz2 files? = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html = -- Unsubscribe info: http://cygwi

RE: Opening *.bz2 files

2003-10-08 Thread Robert McNulty Junior
Bunzip2.exe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Vinokur Sent: Wednesday, October 08, 2003 11:03 PM To: [EMAIL PROTECTED] Subject: Opening *.bz2 files Opening *.bz2 files Is there any utility in Cygwin which opens *.bz2 files? ===

Re: Redistributing cygwin1.dll on a site turns out to be a bad idea

2003-10-08 Thread Frédéric L. W. Meunier
BTW, if you want to see who's distributing cygwin1.dll without the respective sources, doing this search will return a lot of results :-) Anyway, the first link (redistributing cygwin1.dll) is a nice thread about it, which I suggest for all people distributing the DLL. I'm killing my (this) threa

*** CreateFileMapping, Win32 error 5. Terminating.

2003-10-08 Thread Dylan Cuthbert
Hi there, (B (BI updated Cygwin yesterday and now I get this error whenever I try to do (B*anything* with cygwin: (B (Bd:\cygwin\bin\bash.exe: *** CreateFileMapping, Win32 error 5. Terminating. (B (BWhat's odd is this doesn't happen immediately, it happens after a cron task (Bthat uses rsy

Re: setup hangs during postinstall

2003-10-08 Thread Norbert Schulze
Christopher Faylor wrote: > So, if I can believe this trace, it looks like cygwin is hanging waiting for > a lock while exiting. I don't see how it's possible to be waiting for > a lock unless cygpath was a multi-threaded app or if the signal thread > grabbed the lock and didn't give it up, neit