RE: found problem in cygwin 1.3.14-1...

2002-10-28 Thread Pavel Rozenboim
You may need to fix your /etc/passwd file to fix permissions. Backup /etc/passwd, and run mkpasswd -d -u >> /etc/passwd. > -Original Message- > From: Randall R Schulz [mailto:rrschulz@;cris.com] > Sent: Tue, October 29, 2002 6:02 AM > To: cygwin > Subject: Re: found problem in cygwin 1.3.

RE: ls takes a long time.

2002-10-28 Thread Pavel Rozenboim
> -Original Message- > From: Harig, Mark A. [mailto:maharig@;idirect.net] > Sent: Mon, October 28, 2002 7:54 PM > To: Pavel Rozenboim; [EMAIL PROTECTED] > Subject: RE: ls takes a long time. > > > try including the path to 'ls' so that you are > certain that you are not running an unusua

Re: Apache doesn't run anymore with 1.3.14

2002-10-28 Thread Gerrit P. Haase
Hallo Javier, Am Dienstag, 29. Oktober 2002 um 01:09 schriebst du: >> > -Original Message- >> > Isn't rebasing included in the mod_php dist anymore? >> > >> >> It is in the distribution, so if someone have problems with > rebasing, he should >> use it. >> > ... >> usr/lib/apache/new/lib

RE: Apache doesn't run anymore with 1.3.14

2002-10-28 Thread Ralf Habacker
> So there is a PHP version for cygwin > does it work ? > 99%, only phpinfo() hangs reproducable while printing a specific module info. > How do you install it ? > 1. See /usr/doc/Cygwin/php-4.2.0-1.README after you have installed mod_php4 for installing. 2. If you encounter rebasing problems, t

RE: Apache doesn't run anymore with 1.3.14

2002-10-28 Thread Ralf Habacker
> > > -Original Message- > > > Isn't rebasing included in the mod_php dist anymore? > > > > > > > It is in the distribution, so if someone have problems with > rebasing, he should > > use it. > > > > ... > > > usr/lib/apache/new/libphp4.dll > > usr/lib/apache/new/rebase.exe > > > > Ralf > >

export CYGWIN=tty

2002-10-28 Thread Daniel Jeffery
I do the above to run emacs, (so I can type C-c and C-t while in emacs), and when I'm done (C-x C-c), it looks like I need to type `reset'. (I can't see what I'm typing.) But it doesn't work! I have to do `unset CYGWIN' and then `reset' (without looking too close, mind you) and then I get my

Re: Problem compiling cpp programs with gcc-3.2-1

2002-10-28 Thread Mark Schoenberg
Dear Danny, From your analysis of the problem I presented, I concluded that including the libstdc++.a library when compiling cpp programs with gcc-3.2-1, might solve the problem. I tried this and can now report the following. The command gcc -O2 -mno-cygwin -mwindows short.cpp \ -lkernel3

RE: Cygwin, GNU make and VC++ ?

2002-10-28 Thread Ross Smith II
> From: Of Igor Pechtchanski > > > > Anyway, we're making progress in being able to compile with CL.EXE, but > > we're having trouble with include files. We use the flag > > '-I/home/user/dg/include' to point to the include directory, but it > > can't find it. /home/user/dg/include makes no sense

Re: Problem compiling cpp programs with gcc-3.2-1

2002-10-28 Thread Mark Schoenberg
Dear Danny, Thank you for your rapid and thorough reply. Here is the slighly more sophisticated program which just pops up a window and exits upon IDCANCEL. The compilation output to the command gcc -O2 -mno-cygwin -mwindows short.cpp \ -lkernel32 -luser32 -lgdi32 -lwinspool \ -lcomdlg32 -l

Re: Cygwin, GNU make and VC++ ?

2002-10-28 Thread Igor Pechtchanski
On Mon, 28 Oct 2002, Christophe Dupre wrote: > Hello everyone, > I'm trying to recompile a homegrown program that was originaly > developped for Unix under Windows. We were successful in compiling this > program with the cygwin-supplied gcc using our current Makefile. > > Now we'd like to recompil

Re: found problem in cygwin 1.3.14-1...

2002-10-28 Thread Randall R Schulz
Jason, In the command position command completion only includes files with execute permission. Since Cygwin 1.3.13, "ntsec" is on by default, when in the past it was off by default. No doubt your files don't have explicit execute permissions. You'll need to add explicit execute permissions to

Cygwin, GNU make and VC++ ?

2002-10-28 Thread Christophe Dupre
Hello everyone, I'm trying to recompile a homegrown program that was originaly developped for Unix under Windows. We were successful in compiling this program with the cygwin-supplied gcc using our current Makefile. Now we'd like to recompile with the 'native' compiler, cl.exe provided with Visual

perl/tk

2002-10-28 Thread Mark Brehob
Hello, I just spent the last 30 minutes looking for a version of perl/tk for cygwin. Given that both perl and Tk have been ported to cygwin, I can't imagine it would be too hard to do, but no one seems to have done so. Is perl/tk for cygwin available and

found problem in cygwin 1.3.14-1...

2002-10-28 Thread Jason Fu
No more tab in bash shell available. I can't use tab to search programs like shutdown.exe by simply type the 'tab" key after typing "shu" as before: $ ls /bin/sh{TAB] sh.exeshar.exe shred.exe sha1sum.exe showfigfonts shutdown.exe

Re: Problem compiling cpp programs with gcc-3.2-1

2002-10-28 Thread Danny Smith
From: Mark Schoenberg To: cygwin at cygwin dot com Date: Mon, 28 Oct 2002 20:51:59 +1900 > The problems described below appeared after I upgraded to the latest > versions of the cygwin release. It disappeared w

Problem compiling cpp programs with gcc-3.2-1

2002-10-28 Thread Mark Schoenberg
The problems described below appeared after I upgraded to the latest versions of the cygwin release. It disappeared when I went back to gcc-2.95.3, leaving all the other utilities at the latest version. This suggests to me the problem lies in gcc-3.2.1, or in how I have it configured. Why w

RE: Cannot export etext or undefined reference to `WinMain@16'

2002-10-28 Thread [EMAIL PROTECTED]
See the FAQ entry: Why the undefined reference to `WinMain@16'? http://cygwin.com/faq/faq_4.html#SEC92 Larry Original Message: - From: Yingping Zhang [EMAIL PROTECTED] Date: Mon, 28 Oct 2002 19:18:41 -0500 (EST) To: [EMAIL PROTECTED] Subject: "Cannot export etext" or undefined re

Re: dlopen runtime problems

2002-10-28 Thread Randall R Schulz
Jason, I think perhaps you misinterpreted the output from "net helpmsg 5" to be some sort of error in the operation of that invocation of the NET command. In fact, "Access is denied." is the interpretation of "error 5." To wit: % net helpmsg 3 The system cannot find the path specified. % net

"Cannot export etext" or undefined reference to `WinMain@16'

2002-10-28 Thread Yingping Zhang
Hello all, When I tried to port a compiler, which is ported from Pro64, from Linux to Cygwin, I encountered some stinking problems. Please help me to beat them. At first, when I got all *.o files and tried to build be.so, I got a error report: Cannot export etext: symbol not found collect2: ld

dlopen runtime problems

2002-10-28 Thread Jason Doege
All/Any, I am a user of Icarus Verilog. I compile it under Cygwin and for over a year it has worked fine. With recent changes to Cygwin, I began having problems, first with a domain issue ( I don't fully understand this, but tried the advice on the list to mkpasswd...) and then (now) with another

Re: Apache doesn't run anymore with 1.3.14

2002-10-28 Thread Javier
> > -Original Message- > > Isn't rebasing included in the mod_php dist anymore? > > > > It is in the distribution, so if someone have problems with rebasing, he should > use it. > ... > usr/lib/apache/new/libphp4.dll > usr/lib/apache/new/rebase.exe > > Ralf > And the question is, even if

RFU: bison 1.75

2002-10-28 Thread Jason Tishler
bison 1.35 has the following problem: $ bison -y -d preproc.y preproc.y:5560: fatal error: maximum table size (32767) exceeded I have tested that bison 1.75 (i.e., the latest public release) has corrected the above problem. Is the Cygwin bison maintainer willing to upgrade to this versi

RE: Quick Question

2002-10-28 Thread Harig, Mark A.
www.cygwin.com www.cygwin.com/packages http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html > -Original Message- > From: Dr. Wong [mailto:medrecord2001@;yahoo.com] > Sent: Monday, October 28, 2002 3:00 PM > To: [EMAIL PROTECTED] > Subject: Quick Question > > > > How can I get the detailin

RE: ls -l after chmod

2002-10-28 Thread Harig, Mark A.
1. Start the 'System' applet: Select 'Start', then 'Settings', then 'Control Panel', then double click on the 'System' icon. 2. The 'System Properties' dialog should be displayed. Click on the 'Advanced' tab. Click on the 'Environment Variables' button on that tab. 3. Inspect the list of variab

RE: ls -l after chmod

2002-10-28 Thread Harig, Mark A.
1. Double-click on your 'My Computer' icon on your desktop to open it. 2. Right-click on your drive(s) icon and select 'Properties' from the menu. The Local Disk Properties dialog should be displayed. 3. Click on the 'General' tab (the default) if it is not already selected. The file system

Quick Question

2002-10-28 Thread Dr. Wong
How can I get the detailing about your products ... ? Dr. Wong -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: ls -l after chmod

2002-10-28 Thread Alex Vinokur
"Harig, Mark A." <[EMAIL PROTECTED]> wrote in message news:BADF3C947A1BD54FBA75C70C241B0B9E762FDF@;ex02.idirect.net... >Correction to #2, below. It should have read: > >2. What value(s) did you set the 'CYGWIN' environment > variable to in the Control Panel's System applet? How can I know th

Re: ls -l after chmod

2002-10-28 Thread Alex Vinokur
"Harig, Mark A." <[EMAIL PROTECTED]> wrote in message news:BADF3C947A1BD54FBA75C70C241B0B9E762FDD@;ex02.idirect.net... >1. What filesystem are you running on your disk: NTFS or FAT32? How can I know that? Why do I have to know that if I am using Cygwin ? > >2. What value(s) did you set the 'Cy

Re: link troubles with wcslen

2002-10-28 Thread Shankar Unni
On 10/27/2002 5:07 PM, Xavier Pianet wrote: I can only manage to get errors : /c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccDaW1wr.o(.text+0x38):Blah.cc: undefined reference to `wcslen(wchar_t const*)' This looks like the "wcslen" declaration isn't being protected by an 'extern "C"' block. I notice tha

RE: ls takes a long time.

2002-10-28 Thread Harig, Mark A.
try including the path to 'ls' so that you are certain that you are not running an unusual version in /usr/local/bin, that is, $ /usr/bin/ls $ /usr/bin/ls -l > -Original Message- > From: Pavel Rozenboim [mailto:pavelr@;coresma.com] > Sent: Monday, October 28, 2002 12:37 PM > To: Har

RE: ls takes a long time.

2002-10-28 Thread Harig, Mark A.
1. What is the value of your 'PATH' environment variable? $ echo $PATH 2. What version of 'ls' are you running? $ ls --version > -Original Message- > From: Pavel Rozenboim [mailto:pavelr@;coresma.com] > Sent: Monday, October 28, 2002 12:25 PM > To: Cygwin (E-mail) > Subject: ls

RE: ls -l after chmod

2002-10-28 Thread Harig, Mark A.
Correction to #2, below. It should have read: 2. What value(s) did you set the 'CYGWIN' environment variable to in the Control Panel's System applet? > -Original Message- > From: Harig, Mark A. > Sent: Monday, October 28, 2002 12:31 PM > To: Alex Vinokur; [EMAIL PROTECTED] > Subject:

ls takes a long time.

2002-10-28 Thread Pavel Rozenboim
Hi, I have following problem. When I execute 'ls -l ' and file has setuid bit set, it takes about 1.5 minute to execute. If I execute 'ls ' it works ok. This happens with all versions of cygwin I could test: 1.3.12, 1.3.13 and 1.3.14. I'm running cygwin on Win2k. $ time ls -l test -rwSrwSrw-

RE: domain users problem

2002-10-28 Thread Scott Prive
No one here will know about your non-Cygwin tools. I'm sure you can get this all to work, but you'll need to solve the problem yourself. Here are some suggestions for your debugging; they MAY or MAY NOT work but could provide you with clues. Also, these are generalizations and I may not be 100%

RE: ls -l after chmod

2002-10-28 Thread Harig, Mark A.
1. What filesystem are you running on your disk: NTFS or FAT32? 2. What value(s) did you set the 'Cygwin' to in the Control Panel's System applet? > -Original Message- > From: Alex Vinokur [mailto:alexvn@;come.to] > Sent: Monday, October 28, 2002 11:11 AM > To: [EMAIL PROTECTED] > Sub

Re: REQUEST FOR AN ASSISTANCE (can we get an ALL CAPS spam filter?)

2002-10-28 Thread Max Bowsher
> On Mon, Oct 28, 2002 at 10:07:12AM -0500, Scott Prive wrote: >> Any chance the list maintainer could add a filter for all-caps >> emails? Christopher Faylor <[EMAIL PROTECTED]> wrote: > I'd be more likely to add a filter for people who ask for filters. Sorry, but has anyone actually ever seen a

ls -l after chmod

2002-10-28 Thread Alex Vinokur
= Windows 2000 CYGWIN_NT-5.0 SHELL : /bin/tcsh whoami : Administrator = - Administrator@5AT8S8CQEEX4QHI /tmp1 $ ls -l total 1 -rw-r--r--1 Administ None5 Oct 28 16:05 zzz1 Administrator@5AT8S8CQEEX4

Re: REQUEST FOR AN ASSISTANCE (can we get an ALL CAPS spam filter?)

2002-10-28 Thread Christopher Faylor
On Mon, Oct 28, 2002 at 10:07:12AM -0500, Scott Prive wrote: >Any chance the list maintainer could add a filter for all-caps emails? I'd be more likely to add a filter for people who ask for filters. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: ht

RE: REQUEST FOR AN ASSISTANCE (can we get an ALL CAPS spam filter?)

2002-10-28 Thread Igor Pechtchanski
On Mon, 28 Oct 2002, Scott Prive wrote: > Any chance the list maintainer could add a filter for all-caps emails? I thought all-caps subjects already were in the filter. Apparently, I was wrong... Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,

RE: problems setting permissions for sshd

2002-10-28 Thread Harig, Mark A.
1. What filesystem are you running on your disk(s): NTFS or FAT32? 2. What value do you have the environment variable CYGWIN set to in your Control Panel's System applet? 3. What version of Cygwin are you running? $ uname -r 4. What version of ssh are you running? $ ssh -V >

RE: REQUEST FOR AN ASSISTANCE (can we get an ALL CAPS spam filter?)

2002-10-28 Thread Scott Prive
Any chance the list maintainer could add a filter for all-caps emails? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

REQUEST FOR AN ASSISTANCE

2002-10-28 Thread SANDRA SAVIMBI
DEAR SIR/MADAM, THIS LETTER MAY COME TO YOU AS A SURPRISE DUE TO THE FACT THAT WE HAVE NOT YET MET. THE MESSAGE COULD BE STRANGE BUT REAL IF YOU PAY SOME ATTENTION TO IT. I COULD HAVE NOTIFIED YOU ABOUT IT AT LEAST FOR THE SAKE OF YOUR INTEGRITY. PLEASE ACCEPT MY SINCERE APOLOGIES. IN BRINGING THI

problems setting permissions for sshd

2002-10-28 Thread Marcos Lorenzo
I can't set permissions on folders (I'm administrator) and I also have a strange problem: My /etc/passwd (I modified it): all:*:0:0:,S-1-1-0:: SYSTEM:*:18:18:,S-1-5-18:: admin:*:544:544:,S-1-5-32-544:: domadmin:unused_by_nt/2000/xp:500:513:U-DIT\Administrador,S-1-5-21-462973936-1154566708-996637

cygwin, LaTeX & Japanese..... :(

2002-10-28 Thread diboru
Is there enybody who was able to process japanese Texts (if possible in vertical writing direction) with LaTeX using cygwin - and who knows what to use, how to install, ?!? My last try was with "The CJK package for LaTeX" (http://cjk.ffii.org/) but I wasn't able to install it I

Re: dll for Windows

2002-10-28 Thread George William Smith
Get the libtool packages from setup, then read http://www.gnu.org/software/libtool/libtool.html and http://sources.redhat.com/autobook/ G "Stefan Hansen" <[EMAIL PROTECTED]> wrote in message news:02102720005100.02282@;Poldi... > Hi, > > my last question about compiling a dll for Windows with cygw

Re: cygwin service

2002-10-28 Thread Gerrit P. Haase
Uwe schrieb: > Use: "/bin/cygrunsrv -I apache -p /usr/sbin/httpd -a '-k' " instead. Why isn't this information in /usr/doc/apche-xxx.README included? Can you please add it for the next release? When will be the next release (apache-1.3.27 or httpd-2.0.43)? Gerrit -- =^..^= -- Unsubscribe inf

RE: domain users problem

2002-10-28 Thread Vince Hoffman
since you're using a non cygwin program to interact with cygwin, there not much chance anyone will be able to help. i can only suggest you try cygwin's rsh or ssh. > -Original Message- > From: Steven Weiss [mailto:sweiss@;iafrica.com] > Sent: 27 October 2002 14:35 > To: [EMAIL PROTECTED] >

RE: Apache doesn't run anymore with 1.3.14

2002-10-28 Thread Ralf Habacker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:cygwin-owner@;cygwin.com]On Behalf > Of Gerrit P. Haase > Sent: Saturday, October 26, 2002 10:55 AM > To: Ralf Habacker > Cc: [EMAIL PROTECTED] > Subject: Re: Apache doesn't run anymore with 1.3.14 > > > Hallo Ralf, > > Am Samstag, 26

Re: 1.3.11: accept ist not interrupted by a signal

2002-10-28 Thread Thomas Pfaff
Franck Leray wrote: Hi all, A process waiting for clients on a 'accept' statement becomes mad (eating cpu) when it receives a signal. Not on UNIX platform. See the message of Christopher Faylor (28 jun 2002) '1.3.11: accept ist not interrupted by a signal' for an example. This has been fixed