Re: Is cygwin newlib reentrant??

2002-10-16 Thread Anurag Sharma
Hi I haven't had any response to this question. Can someone please tell me who the maintainer of the cygwin/newlib package is? I will address the question straight to him/her. Thanks. Anurag On Fri, 11 Oct 2002 11:22:56 +1000 Anurag Sharma [EMAIL PROTECTED] wrote: Hi All, Does anyone

Re: paths like //usr/local

2002-10-16 Thread egor duda
Hi! Wednesday, 16 October, 2002 Sven Köhler [EMAIL PROTECTED] wrote: SK the sollution that paths like //comp/share are interpreted like an SK UNC-path is just not compatible with an application might expect from a SK unix-environment. Then those applications are making false assumptions.

SOLVED: problem with more under cygwin-1.3.13-1

2002-10-16 Thread Ton van Overbeek
Christopher Faylor wrote: I think I figured out the problem. It was Windows 98 specific. I was trying to fix the perl/dll problem but it only manifests, AFAICT, on Windows NT, so I've turned off all of that for Windows 98. The next snapshot may work better. It sure did. I tried the 20021016

Problem with the file permission

2002-10-16 Thread GarulfO:
Hey, i reinstalled some packages and all my file permissions are now set to 777 mode. Can i undo this ? Why did it do this ? I never had this kind of problem before. -- GarulfO: -- There is much pleasure to be gained from useless knowledge. Bertrand Russell (1872-1970) British philosopher,

Warning Message _WinMainCRTStartup

2002-10-16 Thread Frank Wagner
Hello, I compiled FLTK under cygwin and got the following warning multiple times. /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld C:\usr\i686-pc-cygwin\bin\ld [Warning] cannot find entry symbol _WinMainCRTStartup; defaulting to 00401000 FLTK is a GUI library for

RE: Remap problems with Perl 5.8 and 1.3.13-2

2002-10-16 Thread Gary R. Van Sickle
Also, Gary, you might want to try the most recent snapshot. I kludged around some similar problems with rxvt and X. Maybe I got lucky and fixed some problems with perl. No such luck with 20021016 00:57:28. Sorry. -- Gary R. Van Sickle Brewer. Patriot. -- Unsubscribe info: http

cannot exec `cc1': No such file or directory

2002-10-16 Thread skyper
Hi, after updating to the latest 3.2 (from 8h ago) i get the above error message. Should gcc find in /usr/lib/gcc-lib/arch whateverversion/cc1 on his own? sample line: gcc -mno-cygwin -o hello.exe hello.c Also does not find his crt2.o and crtbegin.o etc. (gcc invokes: ld -Bdynamic -o

RE: Problem with the file permission

2002-10-16 Thread Vince Hoffman
This is because ntsec is now on by default. If you dont like having the control this gives then add nontsec to your CYGWIN environment variable. (this has been discussed very recently so a quick search of the archives will give more detail) -Original Message- From: GarulfO:

RE: cygwin/emacs display problems, was: terminal-mode cygwin/emacs problem

2002-10-16 Thread Kris Thielemans
Hi Tom, No, even after un/reinstalling, I still see * When emacs starts up, the display is usually shifted either down a line or to the right a column from where it should be, with extraneous characters showing in either the minibuffer, or the top of the display (first line

1.3.12-2: nanosleep unavailable

2002-10-16 Thread Pierre Habraken
Hello, I have built gcc 3.2 with support for Ada. However, every Ada program using the 'delay' statement can't be linked: the 'delay' statement involves the 'nanosleep' system call the emulation of which is not provided by the Cygwin dll. Has anyone encountered the same kind of problem ? Is

Re: chmod

2002-10-16 Thread David T-G
Andrei -- ...and then Andrei Cernea said... % % Hi! % % I am using Cygwin 2.05. I am emailing you because of this: % % % chmod --help ... % % Report bugs to [EMAIL PROTECTED]. % % % I noticed that in

ntsec question

2002-10-16 Thread Kris Thielemans
Hi all, now that ntsec is default, I guess we need to read up on what it does. So, I went to the User's guide on the web and (tried to) read the doc. It sounds great, thanks Corinna, but I'm afraid it's a bit too technical for me. I would appreciate it if there could be a list of do's and don'ts

RE: chmod

2002-10-16 Thread Kris Thielemans
Hi Andrei, we see only part of your problem here. However, if you're asking on how to make cygwin recognise that a shell script is executable, you should put #! /bin/sh as first line in the script. No chmod necessary (This is a FAQ actually). (I don't know if chmod would work/is necessary with

Re: Remap problems with Perl 5.8 and 1.3.13-2

2002-10-16 Thread Jason Tishler
Gary, On Mon, Oct 14, 2002 at 10:24:57AM -0500, Gary R Van Sickle wrote: I've never manually done anything with rebasing etc. Nevertheless, rebasing should solve this problem. I encourage you to try it and report your findings to the list. Thanks, Jason -- Unsubscribe info:

RE: chmod

2002-10-16 Thread Vince Hoffman
just tried with ntsec enabled. if run as ./foo.sh the script foo.sh will run whether or not the executable bit is set. the only difference was that bash wouldn't auto complete it for me when not marked as executable ;) -Original Message- From: Kris Thielemans [mailto:[EMAIL

Building GDA on Cygwin

2002-10-16 Thread Daniel Morgan
Hello I am interested in building and running GDA ( GNOME Data Access at http://www.gnome-db.org/ ) on Cygwin. It is built for Linux, but it is suppose to be portable to other platforms. It does not require GNOME nor gtk+. It only requires libxml2 (included in Cygwin) and glib-2.0 (already a

2.125.2.10: No more processes problem !

2002-10-16 Thread Alexandre April
I doing the make command and at the first file it try to compile I'm getting that error ccppc.exe: installation problem, cannot exec `C:/Torn21_PPC_00/host/x86-win32/lib/gcc-lib/powerpc-wrs-vxworks/gcc-2.96/cp p.exe': No more processes. My problem seem to be comming from a

problem running vi in win2k pro

2002-10-16 Thread How Tam
I cannot run vi in cygwin. It complains cygintl.dll cannot be found. It may be due to the fact that I installed multiple language support. Where can I find this dll ? Is it all I need to fix it? How Man __ Do you Yahoo!? Faith Hill - Exclusive

ioctl(SIOCGIFFLAGS) uses the interface address instead of name?

2002-10-16 Thread Gilles Courcoux
Hello, ioctl(SIOCGIFFLAGS) doesn't work the way I expected it to : it apparently uses as an input the ifr_addr field of the output union present in struct ifreq, instead of the ifr_name (first union in that struct) which is used by the 2 Unices I have access to (Linux and Solaris). The code I'm

gcc created exe: permission problems

2002-10-16 Thread Gerrit P. Haase
Hallo, I have *not* updated Cygwin recently: $ cygcheck -c cygwin Cygwin Package Information Package Version cygwin 1.3.12-4 and everything works fine some days back when compiling C files, now I'm having these problems: $ mount [...]

RE: GDB always receives sigsegv with cygwin 1.3.13-2

2002-10-16 Thread Rolf Campbell
I tried continuing, it hangs for about 5 minutes, then displays Can't read instruction at and some address starting with 7. -Rolf -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 7:41 PM To: [EMAIL PROTECTED] Subject: Re: GDB

RE: gcc created exe: permission problems

2002-10-16 Thread David Kilroy
I get the same symptoms (without the -ldb and -lutils which I don't have) Removing the -shared option from the gcc compile line fixes it for me. Dave NT SP6 cygwin 1.3.12-4 gcc 2.95.3-4 -Original Message- From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]] Sent: 16

Re: Is cygwin newlib reentrant??

2002-10-16 Thread Joshua Daniel Franklin
http://sources.redhat.com/newlib/ IIRC there is some information about reentrancy in libc.info and libm.info -- have you read over that? __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More http://faith.yahoo.com -- Unsubscribe

Re: window problem with cygwin-3-13?

2002-10-16 Thread Pierre A. Humblet
Christopher Faylor wrote: I'm generating a new snapshot which should fix this. I've downloaded ispell from franken.de and verified that it was previously broken but seems to work now. I should probably incorporate this test into the cygwin test suite. PLEASE TRY THE SNAPSHOT and verify

Re: cannot build Exim-4.10-2 with embedded perl-5.8.0-1

2002-10-16 Thread Pierre A. Humblet
[EMAIL PROTECTED] wrote: snip EXIM_PERL=/usr/src/perl-5.8.0-1/buildperl/perl.o Try EXIM_PERL=perl.o It's complaining about not finding exim defined functions defined in perl.c /usr/src/exim-4.10-2/build-CYGWIN-i386/exim.c:2375: undefined reference to `_init_perl' expand.o: In function

Re: UW imapd and cygwin1.dll 1.3.13-2

2002-10-16 Thread Joshua Daniel Franklin
The multiple cygwin1.dll version is generally a good idea, but for old apps with only binaries available, it was nice to use multiple copies sparingly. It would be nice to have a CYGWIN variable to disable the strict multiple cygwin1.dll version checking feature. I don't know if this would

Re: Errors during setup post-install scripts

2002-10-16 Thread David A. Cobb
Igor Pechtchanski wrote: On 16 Oct 2002, Robert Collins wrote: On Wed, 2002-10-16 at 09:11, Max Bowsher wrote: David A. Cobb wrote: Would it be a big deal to have the various setup scripts send their output to, say, /var/log/setup/SCRIPTNAME.log? Probably not, but

Re: Errors during setup post-install scripts

2002-10-16 Thread Igor Pechtchanski
On Wed, 16 Oct 2002, David A. Cobb wrote: Igor Pechtchanski wrote: On 16 Oct 2002, Robert Collins wrote: On Wed, 2002-10-16 at 09:11, Max Bowsher wrote: David A. Cobb wrote: Would it be a big deal to have the various setup scripts send their output to, say,

Re: New cygwin .dir_colors

2002-10-16 Thread [EMAIL PROTECTED]
Original Message: - From: Soren A [EMAIL PROTECTED] Date: Wed, 16 Oct 2002 04:15:29 + (UTC) To: [EMAIL PROTECTED] Subject: Re: New cygwin .dir_colors Jelks Cabaniss [EMAIL PROTECTED] wrote around 14 Oct 2002

Re: gcc created exe: permission problems

2002-10-16 Thread Gerrit P. Haase
David schrieb: I get the same symptoms (without the -ldb and -lutils which I don't have) Removing the -shared option from the gcc compile line fixes it for me. Strange ... how does Perl's Configure script got the idea to use -shared to try this compile? Looks like a bug in the Configure...

bug report: broken w32api header file

2002-10-16 Thread Ulf Moeller
oaidl.h uses a symbol CURRENCY that is not defined anywhere in the Cygwin system headers. Also, it would need to include wtypes.h and unknwn.h in order to compile. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: Is cygwin newlib reentrant??

2002-10-16 Thread [EMAIL PROTECTED]
I'm going to go out on a limb here and guess that the reason you haven't heard a response on this is because the answer is not something that folks on this list know off the top of their head. You'll probably find it more expedient and useful to check the Cygwin configure to determine this

RE: 1.3.12-2: nanosleep unavailable

2002-10-16 Thread [EMAIL PROTECTED]
I think the answer to the question below hinges on the appearance of a patch to implement 'nanosleep' from some interested party. Larry Original Message: - From: Pierre Habraken [EMAIL PROTECTED] Date: Wed, 16 Oct 2002 11:55:15 +0200 To: [EMAIL PROTECTED] Subject: 1.3.12-2:

RE: 2.125.2.10: No more processes problem !

2002-10-16 Thread [EMAIL PROTECTED]
Not really. You might want to try querying the original source of this cross-compiler though. This list can't really answer questions about software that isn't part of the Cygwin net release. Larry Original Message: - From: Alexandre April [EMAIL PROTECTED] Date: Wed, 16 Oct

RE: problem running vi in win2k pro

2002-10-16 Thread [EMAIL PROTECTED]
vent Why don't people who post these kinds of questions think to look at the available resources (web site, FAQ, email archives, etc) before posting??? /vent OK, I guess that helped me! ;-) Try www.cygwin.com/packages If it's not obvious to you how this helps you solve your problem, check

Re: ispell cygwin

2002-10-16 Thread Pierre A. Humblet
Yes Victor, ispell is broken with the 1.3.13-2 cygwin1.dll but there is already a fix available: http://cygwin.com/ml/cygwin/2002-10/msg00862.html http://cygwin.com/snapshots/ Pierre Victor Stepanov wrote: Pierre, Did you tried to use your ispell binarys with latest cygwin dll and libs?

Re: SOLVED: problem with more under cygwin-1.3.13-1

2002-10-16 Thread Christopher Faylor
. The next snapshot may work better. It sure did. I tried the 20021016 snapshot and it does not crash on W89SE like the 20021015 snapshot. Also more now works properly in a cygwin/DOS box. The snapshot info from cygcheck is: [snip] Phew! Thanks for checking this. cgf -- Unsubscribe info: http

Re: GDB always receives sigsegv with cygwin 1.3.13-2

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 09:20:18AM -0400, Rolf Campbell wrote: I tried continuing, it hangs for about 5 minutes, then displays Can't read instruction at and some address starting with 7. Hmm. Is this with the experimental version of gdb or the crufty version? cgf -- Unsubscribe info:

Re: Remap problems with Perl 5.8 and 1.3.13-2

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 03:18:52AM -0500, Gary R. Van Sickle wrote: Also, Gary, you might want to try the most recent snapshot. I kludged around some similar problems with rxvt and X. Maybe I got lucky and fixed some problems with perl. No such luck with 20021016 00:57:28. Sorry. Can

Re: Remap problems with Perl 5.8 and 1.3.13-2

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 07:19:10AM -0400, Jason Tishler wrote: Gary, On Mon, Oct 14, 2002 at 10:24:57AM -0500, Gary R Van Sickle wrote: I've never manually done anything with rebasing etc. Nevertheless, rebasing should solve this problem. I encourage you to try it and report your findings to

Re: cannot exec `cc1': No such file or directory

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 09:00:59AM +, skyper wrote: Hi, after updating to the latest 3.2 (from 8h ago) i get the above error message. Should gcc find in /usr/lib/gcc-lib/arch whateverversion/cc1 on his own? sample line: gcc -mno-cygwin -o hello.exe hello.c Also does not find his crt2.o

[ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.1.0-1

2002-10-16 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.1.0-1. The tarballs should be available on a Cygwin mirror near you shortly. fetchmail 6.1.0 was released to address the following security advisory: http://security.e-matters.de/advisories/032002.html Old News: ===

How do I run shell?

2002-10-16 Thread James Robertson
I just installed Cygwin. When I try to launch using desktop Cygwin icon, a window launches momentarilly, then disappears. I also tried running the cygwin.bat file, but that doesn't work. It tries to chdir to a bin directory that isn't there. I tried uninstalling everything and doing a

RE: GDB always receives sigsegv with cygwin 1.3.13-2

2002-10-16 Thread Rolf Campbell
Both. -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 11:36 AM To: [EMAIL PROTECTED] Subject: Re: GDB always receives sigsegv with cygwin 1.3.13-2 On Wed, Oct 16, 2002 at 09:20:18AM -0400, Rolf Campbell wrote: I tried

Re: window problem with cygwin-3-13?

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 09:36:23AM -0400, Pierre A. Humblet wrote: Christopher Faylor wrote: I'm generating a new snapshot which should fix this. I've downloaded ispell from franken.de and verified that it was previously broken but seems to work now. I should probably incorporate this test into

RE: New cygwin .dir_colors

2002-10-16 Thread Jelks Cabaniss
Larry Hall wrote: Just installed the new cygwin and the old directory listing colors are no longer recognized. Now it only distinguishes between normal files (red), directories (dark blue), and links (cyan). It used to distinguish between the file types too, i.e., .zip, .c,.txt, .jpg

RE: New cygwin .dir_colors

2002-10-16 Thread [EMAIL PROTECTED]
Actually, my inquiry was to Soren w.r.t. his comment about the desire to have dircolors output the Cygwin terminal information as well. You chopped that part out of the text you quoted below so it makes it look like I was responding to your issue specifically. I agree with you that you've found

RE: How do I run shell?

2002-10-16 Thread [EMAIL PROTECTED]
Based on your general description, it's not clear why you see the problem you do. Of course, the devil is in the details and those are lacking. The log files from setup might be of some help. However, you should be able to resolve your immediate problem by simply editing your cygwin.bat file

Re: New cygwin .dir_colors

2002-10-16 Thread Igor Pechtchanski
On Wed, 16 Oct 2002, [EMAIL PROTECTED] wrote: Original Message: - From: Soren A [EMAIL PROTECTED] Date: Wed, 16 Oct 2002 04:15:29 + (UTC) To: [EMAIL PROTECTED] Subject: Re: New cygwin .dir_colors [snip] The dircolors command in Cygwin should, IMHO, output its

Re: cannot exec `cc1': No such file or directory

2002-10-16 Thread skyper
On Wed, Oct 16, 2002 at 11:39:15AM -0400, Christopher Faylor wrote: On Wed, Oct 16, 2002 at 09:00:59AM +, skyper wrote: Hi, after updating to the latest 3.2 (from 8h ago) i get the above error message. Should gcc find in /usr/lib/gcc-lib/arch whateverversion/cc1 on his own?

RE: GDB always receives sigsegv with cygwin 1.3.13-2

2002-10-16 Thread Rolf Campbell
GDB does not 'crash', so it does not produce a traceback. The only traceback that I can get is of the program I'm debugging, which I don't think is meaningful, and I can't seem to copy/paste from the gdb console window. -Rolf -Original Message- From: Christopher Faylor [mailto:[EMAIL

Re: UW imapd and cygwin1.dll 1.3.13-2

2002-10-16 Thread Roy Hashimoto
Eduardo Chappa writes: Let me tell you my part of the story. I have compiled the imapd server, and as to how I understand that it should work, it works. However, one of the people in this forum tells me that it does not work for him. I thought i would pass along my recent experience with the

multithread library libcmt.lib

2002-10-16 Thread Jie Meng
Hi, Is LIBCMT.LIB available with CYGWIN gcc? If not, what is the possible alternatives? I have a C program for a device that calls _beginthead and _end thread directly . LIBCMT.LIB certainly has them. Your help would be greatly appreciated. Plese send your reply to [EMAIL PROTECTED] Regards,

Re: Remap problems with Perl 5.8 and 1.3.13-2

2002-10-16 Thread Gary R Van Sickle
On Wed, Oct 16, 2002 at 03:18:52AM -0500, Gary R. Van Sickle wrote: Also, Gary, you might want to try the most recent snapshot. I kludged around some similar problems with rxvt and X. Maybe I got lucky and fixed some problems with perl. No such luck with 20021016 00:57:28. Sorry. Can you

Cygwinized Emacs HOWTO

2002-10-16 Thread Tom Roche
Thanks to the help of lots of folks, I now have emacs goodness in both bash and X. I've tried to transfer the knowledge to http://www.emacswiki.org/cgi-bin/wiki.pl?CygwinizedEmacsHOWTO Feel free to add/modify. HTH another newbie. -- Unsubscribe info:

Getting httpd going as a service

2002-10-16 Thread Elfyn McBratney
Hi, I was wondering if anyone has sucessfully got apache going as a service? I installed it as a service and worked for about 5 minutes but then would not tender to clients, although the daemon was still in listening state. I then tried to run it through inetd but same symptons as before, only

Re: cannot exec `cc1': No such file or directory

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 05:10:03PM +, skyper wrote: On Wed, Oct 16, 2002 at 11:39:15AM -0400, Christopher Faylor wrote: Please send the output of 'cygcheck -r -s -v' as an attachment to this mailing list. here we go... That helped. You need to download the gcc-mingw package. I thought

Re: GDB always receives sigsegv with cygwin 1.3.13-2

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 01:21:14PM -0400, Rolf Campbell wrote: GDB does not 'crash', so it does not produce a traceback. The only traceback that I can get is of the program I'm debugging, which I don't think is meaningful, and I can't seem to copy/paste from the gdb console window. Huh? You

Re: UW imapd and cygwin1.dll 1.3.13-2

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 01:17:14PM -0500, D. N. Knisely wrote: It looks like something has changed in 1.3.13-2 related to poll or waiting for signals? Possibly there has always been a race condition that is now occurring 100% of the time with 1.3.13-2, but never occurred with previous versions.

Re: New cygwin .dir_colors

2002-10-16 Thread [EMAIL PROTECTED]
Igor, I don't think you understand. Asking for a patch is supposed to kill a thread. You're not actually supposed to do anything as a result. It's just our code word on this list for this discussion is over. Sorry you didn't understand that. ;-) In all seriousness (and I *was* joking with

[ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.2.3-1

2002-10-16 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.2.3-1. The tarballs should be available on a Cygwin mirror near you shortly. PostgreSQL 7.2.3 is a bug fix release addressing a serious problem with vacuum that could result in data loss. See the following for more details, if

Re: How do I run shell?

2002-10-16 Thread [EMAIL PROTECTED]
Sorry, I'm not that good at interpreting setup log files. Perhaps others can help. I'm assuming c:\foo exists locally. I'm a bit concerned by messages like compress_bz::error called but that might be fine. Better info would be the output of cygcheck -s -r -v. That I can read *and*

[OT] Re: New cygwin .dir_colors

2002-10-16 Thread Igor Pechtchanski
On Wed, 16 Oct 2002, [EMAIL PROTECTED] wrote: Igor, I don't think you understand. Asking for a patch is supposed to kill a thread. You're not actually supposed to do anything as a result. It's just our code word on this list for this discussion is over. Sorry you didn't understand

rebase of apache DLLS

2002-10-16 Thread J Ekstrom
Having looked at the recent discussion about rebase and apache and having tried everything I can think of, I come to the list for the first time... I installed cygwin virgin from the web Monday on a newly reimaged Win XP Professional machine. I proceeded to run /usr/sbin/httpd in my usual way

starting a CYGWIN app from a Windows Service

2002-10-16 Thread Madsen, Mark
When I run an application that uses the cygwin1.dll from either a Windows Service and then from the command line I get different results when trying to read a text file. As a Windows Service: I use fopen and fgets to read a DOS text file and the CR/LF combinations are handled properly. Meaning

RE: How do I run shell?

2002-10-16 Thread Harig, Mark A.
One of the (implicit, unstated) rules of using 'setup.exe' is that you run it in a directory other than the directory in which you will install the files. try this (read the entire reply before starting): 1. create a directory, say c:\cygwin-setup 2. download (or copy) setup.exe to that

Re: starting a cygwin app from a Windows Service

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 04:20:41PM -0500, Madsen, Mark wrote: When I run an application that uses the cygwin1.dll from either a Windows Service and then from the command line I get different results when trying to read a text file. As a Windows Service: I use fopen and fgets to read a DOS text

RE: multithread C lib -- LIBCMT.LIB

2002-10-16 Thread Dan Vasaru
Jie, LIBCMT is the Microsoft implementation of the C runtime, and is compiled using the microsoft c compiler. CYGWIN is another implementation of the a unix-style C runtime, and the two of them don't mix. The _beginthread and _endthread calls are Microsoft specific extensions to the C standard;

[ANNOUNCEMENT] Updated: cURL 7.10.1-1

2002-10-16 Thread Kevin Roth
cURL has been updated to version 7.10.1-1 NOTE - if you use cURL to access an SSL protected (https) web server, read the UPGRADE document for details on important new functionality: /usr/doc/curl-7.10.1/UPGRADE ALSO NOTE - there is a new package named curl-devel, which contains all of the

Problems with network share access after sshing into machine

2002-10-16 Thread Sead Mujushi
G'day guys, I have a problem that I think is related to permissions but I'm not entirely sure. I've followed some of the suggestions and tips that others and Corinna have posted to no avail. I have setup ssh on a Win2k machine running the cygwin environment cygwin01. I've run % mkpasswd -d -l

Re: Problems with network share access after sshing into machine

2002-10-16 Thread Elfyn McBratney
Have you tried: $ mkdir -p /s $ mount //sj-f760-2/s /s ??? This works for me... Is wdsladm a real username on the domain (or server sj-f760-2) and if so does this user have permission on that share? Elfyn - Original Message - From: Sead Mujushi [EMAIL PROTECTED] To: [EMAIL

[ANNOUNCEMENT] Updated Pine-4.44-3

2002-10-16 Thread Eduardo Chappa
Hello!, I have updated the version of Pine to 4.44-3. This version tries to fix problems detected with Pine when using the cygwin terminal. I am *VERY* interested in knowing any problems that are found when running Pine in different terminals, so PLEASE report them to the cygwin mailing list.

Re: File permission problems with new cygwin dll

2002-10-16 Thread Christopher Faylor
On Thu, Oct 17, 2002 at 11:09:31AM +1300, Ross Smith wrote: I just upgraded to the new cygwin dll and gcc, and I seem to be running into some of the same problems reported by others. (Yes, I know ntsec is now enabled by default.) First problem: chmod doesn't work. Whenever I try to use it, I

Re: starting a cygwin app from a Windows Service

2002-10-16 Thread Christopher Faylor
On Thu, Oct 17, 2002 at 12:09:35AM +0200, Dan Vasaru wrote: Mark, As Chris suggested, if you want consistent behaviour under cygwin, always open text files in text mode (O_TEXT or rt). Even better, wrt portability to Unix platforms, is to: 1. open the file in binary mode 2. be prepared to

RE: GDB always receives sigsegv with cygwin 1.3.13-2

2002-10-16 Thread Rolf Campbell
-Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 3:53 PM On Wed, Oct 16, 2002 at 01:21:14PM -0400, Rolf Campbell wrote: GDB does not 'crash', so it does not produce a traceback. The only traceback that I can get is of the

RE: File permission problems with new cygwin dll

2002-10-16 Thread Rolf Campbell
It didn't fix the sigsegv problem with gdb, but I was also having problems with gcc producing .exe files that didn't have execute permissions. -Rolf -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 7:26 PM To: [EMAIL

RE: starting a cygwin app from a Windows Service

2002-10-16 Thread Rolf Campbell
-Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] I don't know. I think it would be far simpler to have something like: #ifdef __CYGWIN__ # define READTEXT rt #else # define READTEXT r #endif . . . FILE fp = fopen (foo, READTEXT); Doesn't

Re: Errors during setup post-install scripts

2002-10-16 Thread Igor Pechtchanski
On Wed, 16 Oct 2002, Igor Pechtchanski wrote: On Wed, 16 Oct 2002, David A. Cobb wrote: Igor Pechtchanski wrote: On 16 Oct 2002, Robert Collins wrote: On Wed, 2002-10-16 at 09:11, Max Bowsher wrote: David A. Cobb wrote: Would it be a big deal to have the various setup

pthreads problem Re: GDB always receives sigsegv with cygwin 1.3.13-2

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 07:07:16PM -0400, Rolf Campbell wrote: Program received signal SIGSEGV, Segmentation fault. 0x77e88207 in _libkernel32_a_iname () (gdb) traceback Undefined command: traceback. Try help. (gdb) backtrace #0 0x77e88207 in _libkernel32_a_iname () #1 0x00412820 in

Re: starting a cygwin app from a Windows Service

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 07:49:19PM -0400, Rolf Campbell wrote: -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] I don't know. I think it would be far simpler to have something like: #ifdef __CYGWIN__ # define READTEXT rt #else # define READTEXT r #endif

Re: pthreads problem Re: GDB always receives sigsegv with cygwin1.3.13-2

2002-10-16 Thread Robert Collins
On Thu, 2002-10-17 at 09:54, Christopher Faylor wrote: On Wed, Oct 16, 2002 at 07:07:16PM -0400, Rolf Campbell wrote: Robert Collins, can this behavior be changed? Can we avoid checking PTHREAD_MUTEX_INITIALIZER for validity. I think you may have done this once before, in fact.

Setup and recovering from mistakes.

2002-10-16 Thread CBFalconer
Last week I downloaded and used setup for the minimal cygwin system. I used the 'download from internet' and 'install from download' options rather blindly, because I could not see how to select packages. More on that later. This installation basically provided bash, info, ls, etc. and seems

RE: pthreads problem Re: GDB always receives sigsegv with cygwin1.3.13-2

2002-10-16 Thread Robert Collins
On Thu, 2002-10-17 at 10:10, Rolf Campbell wrote: -Original Message- So, silly question, why did this only start appearing in this new version of cygwin? It's been this way for several versions. It was discussin the -development list when it was introduced. Cheers, Rob -- ---

Cygwin version of GNU Nano does not accept CTRL-C

2002-10-16 Thread Rocco Corsi
Hello I don't know if anyone has noticed, but it appears that when CTRL-C is pressed in Nano it is not recognized under Cygwin. Is this normal behavior under Windows, is the CTRL-C somehow intercepted and stripped out? I am using WinXP. Rocco -- Unsubscribe info:

Re: How do I run shell?

2002-10-16 Thread [EMAIL PROTECTED]
I agree. If you're not getting the /usr/bin directory then something is definitely wrong there w.r.t. the installation. Perhaps someone else here on the list can suggest something else to look at in terms of setup.exe. I suppose you could check to make sure that the cygwin package itself

Re: Remap problems with Perl 5.8 and 1.3.13-2

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 01:08:49PM -0500, Gary R Van Sickle wrote: With the attached script I see this (cd to a directory tree with some C source code in it first): Unfortunately, your script runs fine here in XP and NT 4.0. 1) Could you send cygcheck -r -s -v as an attachment here? 2) Run the

Re: Cygwin version of GNU Nano does not accept CTRL-C

2002-10-16 Thread Gareth Pearce
Hello I don't know if anyone has noticed, but it appears that when CTRL-C is pressed in Nano it is not recognized under Cygwin. Is this normal behavior under Windows, is the CTRL-C somehow intercepted and stripped out? I am using WinXP. As mentioned in the cygwin archives - the

Re: Setup and recovering from mistakes.

2002-10-16 Thread Elfyn McBratney
Hey, A1: If you click on the skip icon or ext you should see 'skip' replaced by a version number of the prog you downloaded. A2: Say you selected to download packages to C:\Temp\Cygwin then all you need to do is move 'Cygwin' to somewhere else. When you re-run setup you just select the

Re: Setup and recovering from mistakes.

2002-10-16 Thread Elfyn McBratney
Sorry, I shouldnt have rushed this... A1: If you click on the skip icon or text you should see 'skip' replaced by a version number of the prog you downloaded, once you see that version number that means it will be installed/downloaded and then installed. Elfyn - Original Message -

RE: File permission problems with new cygwin dll

2002-10-16 Thread Ross Smith
From: Christopher Faylor [mailto:[EMAIL PROTECTED]] On Thu, Oct 17, 2002 at 11:09:31AM +1300, Ross Smith wrote: I just upgraded to the new cygwin dll and gcc, and I seem to be running into some of the same problems reported by others. (Yes, I know ntsec is now enabled by default.)

RE: UW imapd and cygwin1.dll 1.3.13-2

2002-10-16 Thread D. N. Knisely
Chris: Sorry to not make the correlation with the other problems; none of them seemed similar enough. I guess that I didn't catch the right threads. As I'm sure you already know, the latest snapshot seems to fix the problem. Thanks! Doug Knisely Check other threads in the cygwin mailing

RE: help about TERM type in new cygwin version

2002-10-16 Thread Jelks Cabaniss
Shizhu Pan wrote: I have upgrade my cygwin 1.3.2 to 1.3.12, and when I start Vim 6.1 it said that the TERM 'cygwin' not supported, only four 'builtin-xxx' term type is supported. I assume you mean 1.3.13-2 (the current version). Vim gives me no such message here and works fine with

Re: Cygwin version of GNU Nano does not accept CTRL-C

2002-10-16 Thread Rocco Corsi
Gareth Pearce wrote: Hello I don't know if anyone has noticed, but it appears that when CTRL-C is pressed in Nano it is not recognized under Cygwin. Is this normal behavior under Windows, is the CTRL-C somehow intercepted and stripped out? I am using WinXP. As mentioned in

Re: Cygwin version of GNU Nano does not accept CTRL-C

2002-10-16 Thread Gareth Pearce
dropped nano-devel since this would be offtopic for there now. Perfect, just added CYGWIN=tty to the environment variables and all is fine. Thanks. good Maybe a dumb question. Why does Cygwin not automatically update environment variables as part of the installation? Or at least ask if

errno reset when using thread enabled gcc

2002-10-16 Thread Anurag Sharma
Hi All, I have come across a strange behaviour using native gcc on cygwin. I understand that this issue is not 100% relevant to this list, but I am hoping some one might have come across this issue before. Apologies for any incovinience. I have posted the same on newlib mailing list too.

Re: Pending packages status

2002-10-16 Thread Pavel Tsekov
On Mon, 14 Oct 2002, Lapo Luchini wrote: 2. tmake Whops, I see my message was a bit obscure, but was meant to be a vote. Well I'll say it not tmake seems useful enough to me to vote it. Ok, then ;) I'll put your vote in the next issue.

Re: [setup] (Accidental?) Change in sort order in 'full' view.

2002-10-16 Thread Igor Pechtchanski
On Thu, 19 Sep 2002, Max Bowsher wrote: Brian Keener wrote: On a side note - Max - did you have to make any changes to get it to compile - for some reason - my compile is now broken and I am not sure if it is the gcc3 install or the mingw changes. Do you have any ideas? Cygwin

Unable to build setup (Was Re: [setup] (Accidental?) Change in sortorder in 'full' view.)

2002-10-16 Thread Igor Pechtchanski
Oops, sorry, forgot to change the subject line... Igor -- Forwarded message -- Date: Wed, 16 Oct 2002 05:33:43 -0400 (EDT) From: Igor Pechtchanski [EMAIL PROTECTED] To: Max Bowsher [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [setup] (Accidental?) Change in sort

Re: Doxygen

2002-10-16 Thread Nicholas Wourms
Pavel Tsekov wrote: On Mon, 14 Oct 2002, Ryunosuke Satoh wrote: Updated. http://www.geocities.co.jp/SiliconValley-SanJose/5153/cygwin-package/doxygen-1.2.18-1-package.tgz I downloaded the package twice (just to be sure) but it is an old package - maybe you forgot to replace the

Re: ELFIO

2002-10-16 Thread Serge Lamikhov-Center
Can you think of any good reason why acronyms should be in lower case? Is not it an author's right to name a product? Serge From: Christopher Faylor [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ELFIO Date: Tue, 15 Oct 2002 13:55:14 -0400 I can't think of any

  1   2   >