RE: strange problems with cvs

2004-12-01 Thread David Christensen
Nuno Lopes wrote: > I use CVS with cygwin a long time ago, but after a recent updte it stoped > working. ... I find it is better to have a separate computer as the CVS server; I use GNU/Linux. > I'm using pserver auth Don't -- use ssh. If you set up your router/firewall correctly, you and whom

Re: Cygwin build of perl5.8.5 (cygwin-thread-multi-64int )

2004-12-01 Thread Brian Dessent
Tom Axehult wrote: > > My problem: the outcome of running what follows on an XP, Swedish SP2. > C:\cygwin\bin\perl.exe (1792): *** couldn't release memory 0xA04000(1032192) > for > 'C:\cygwin\lib\perl5\5.8.5\cygwin-thread-multi-64int\auto\Fcntl\Fcntl.dll' > alignment, Win32 error 487 I'm not su

Cygwin build of perl5.8.5 (cygwin-thread-multi-64int )

2004-12-01 Thread Tom Axehult
My problem: the outcome of running what follows on an XP, Swedish SP2. Quote   09:33:33 ~ > perldoc perldoc C:\cygwin\bin\perl.exe (1792): *** couldn't release memory 0xA04000(1032192)  for 'C:\cygwin\lib\perl5\5.8.5\cygwin-thread-multi-64int\auto\Fcntl\Fcntl.dll' alignment, Win32 error 487      

RE: Problem with cygwin & xerces-2.6

2004-12-01 Thread Abraham Backus
As Dave mentioned, it would help to know specifically what linking error is being encountered. Gerrit, For Xerces 2.6, I haven't created the package yet, which might be why they're building it themselves. Thanks! -Abe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

RE: strange problems with cvs

2004-12-01 Thread Gary R. Van Sickle
[snip] > I have vim, but I still like to use notepad, which only works > with \r\n... Dude, nobody *likes* to use notepad ;-). Google for a little gem called "Textpad", and don't look back. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

perl 5.8.6

2004-12-01 Thread Reini Urban
No need to hurry, Gerrit :) http://search.cpan.org/~nwclark/perl-5.8.6/pod/perl586delta.pod This arrived yesterday. Just wanted to know a rough timeframe and what you plan to do with the DLL name, so that I can coordinate libwin32 and the Win32::GUI upgrades. I want to seperate Win32::GUI from

Win32::GUI cygwin patch

2004-12-01 Thread Reini Urban
Laurent ROCHER schrieb: Win32::GUI version 1.0 is availlable at Sourceforge. Sorry that I touched cygwin too late, but I did it at last. After 0.503 the last time, back in 2000. All samples work, but I didn't check the latest enhancements, esp. ImageList. Attached are the needed fixes for cyg

.

2004-12-01 Thread alternativli
. -- 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: A vexing installation problem

2004-12-01 Thread David Hinds
On Wed, Dec 01, 2004, Gerrit P. Haase wrote: > have you already tried to run the crashing application with > dependency walker? http://www.dependencywalker.com/ No, I was not familiar with this tool. I've attached the profile output for an invocation of "readlink.exe". -- Dave --

Re: PATH and SystemRoot oddity

2004-12-01 Thread Luke Kendall
On 1 Dec, Igor Pechtchanski wrote: > The interpolation of the %...% variables into REG_MULTI_SZ values happens > on the Windows level, before Cygwin ever sees them. Windows treats these > variables case-insensitively. > HTH, It does - thanks again, Igor. luke -- Unsubscribe info:

Re: Socket Programming - accept() blocking

2004-12-01 Thread Shankar Unni
Ryan wrote: if ((s_curr = accept(s, (struct sockaddr *) &pin, &addrlen)) == -1) { printf("ERROR: accept\n"); } printf("Connection Received\n"); You'll have to quote a *little bit* more of the program (e.g. what you have initialized pin and addrlen with, and what calls yo

Re: A vexing installation problem

2004-12-01 Thread Reini Urban
Christopher Faylor schrieb: On Wed, Dec 01, 2004 at 07:58:25PM +0100, Reini Urban wrote: And you really think using a UNC path $HOME is a good idea? And you really think you must send us this strace just for telling us that cygwin didn't like your UNC path $HOME? Reini, I asked for the strace. I

Re: A vexing installation problem

2004-12-01 Thread Gerrit P. Haase
Hi, have you already tried to run the crashing application with dependency walker? http://www.dependencywalker.com/ Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/do

Re: /bin/make package and "vi" command

2004-12-01 Thread Igor Pechtchanski
On Thu, 30 Nov 2006, Smagul wrote: > Hi Igor, > > I found your address through internet at Cygwin's forum. Smagul, Please address all Cygwin questions and problem reports to the main Cygwin mailing list (at ). This way, not only will you get access to more expertise than any one person can

Re: PATH and SystemRoot oddity

2004-12-01 Thread Igor Pechtchanski
On Wed, 1 Dec 2004, Luke Kendall wrote: > On 26 Nov, Igor Pechtchanski wrote: > > On Fri, 26 Nov 2004, Luke Kendall wrote: > > > > > I see that by default PATH includes some entries like > > > %SystemRoot%/System32 > > > > > > I also note that $SystemRoot is undefined, yet $SYSTEMROOT contains >

Cygwin and Dragon NaturallySpeaking

2004-12-01 Thread David Rudolph
I have been using Cygwin and Dragon NaturallySpeaking 7 (independantly, but on the same system) for a long time. I recently upgraded Dragon to version 8, and now any Cygwin app (or maybe it's any app that uses the cygwin DLL) that hangs around for a while (such as the X server or ssh) uses 30-4

Socket Programming - accept() blocking

2004-12-01 Thread Ryan
I am trying to learn about socket programming, so I am creating a simple web server that receives connections and sends the requested file. I have a start to the code, and this code works fine when built and ran on a true linux machine. However, I have been having trouble getting it to work in

Re: strange problems with cvs

2004-12-01 Thread Jani Tiainen
Nuno Lopes kirjoitti: I use CVS with cygwin a long time ago, but after a recent updte it stoped working. I'm using pserver auth and the cygwin is installed with *DOS* line-endings. When I try to do something with cvs -1.11.17- (cvs up, cvs diff, etc..) it simply returns: ": no such repository"

Re: A vexing installation problem

2004-12-01 Thread Christopher Faylor
On Wed, Dec 01, 2004 at 07:58:25PM +0100, Reini Urban wrote: >And you really think using a UNC path $HOME is a good idea? And you >really think you must send us this strace just for telling us that >cygwin didn't like your UNC path $HOME? Reini, I asked for the strace. I don't think that the UNC

Re: Problem with cygwin & xerces-2.6

2004-12-01 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: Hi: I'm developing a c++ application which uses xerces-c2.6 It works just fine on the Linux Platform, but when I try to make the binary file under cygwin I get some errors regarding the linking of the xerces library. I've compiled the sources for the xerces lib followin

Re: strange problems with cvs

2004-12-01 Thread Nuno Lopes
I use CVS with cygwin a long time ago, but after a recent updte it stoped working. I'm using pserver auth and the cygwin is installed with *DOS* line-endings. When I try to do something with cvs -1.11.17- (cvs up, cvs diff, etc..) it simply returns: ": no such repository" Normally if I close cygw

Re: A vexing installation problem

2004-12-01 Thread Reini Urban
David Hinds schrieb: Drat... Windows Update decided to install a "critical security fix" last night, and today, Cygwin appears to be 100% dead in the water as opposed to yesterday's 90%. The security fix is supposed to be in Internet Explorer so it might just be a coincidence. I've attached "strac

Re: A vexing installation problem

2004-12-01 Thread David Hinds
On Wed, Dec 01, 2004 at 10:44:34AM -0800, David Hinds wrote: > Drat... Windows Update decided to install a "critical security fix" > last night, and today, Cygwin appears to be 100% dead in the water as > opposed to yesterday's 90%. The security fix is supposed to be in > Internet Explorer so it m

Re: A vexing installation problem

2004-12-01 Thread David Hinds
Drat... Windows Update decided to install a "critical security fix" last night, and today, Cygwin appears to be 100% dead in the water as opposed to yesterday's 90%. The security fix is supposed to be in Internet Explorer so it might just be a coincidence. I've attached "strace" output from runni

RE: Problem with cygwin & xerces-2.6

2004-12-01 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of mchojrin > Sent: 01 December 2004 17:31 > I'm developing a c++ application which uses xerces-c2.6 > It works just fine on the Linux Platform, but when I try to make the > binary file under cygwin I get some errors regarding the >

Re: dead links

2004-12-01 Thread Christopher Faylor
On Tue, Nov 30, 2004 at 09:06:04PM -0800, Louise Elsea wrote: >All the links in the directory below except the Parent come up as not found. >Or am I just clueless? > >http://www.cygwin.com/packages/gcc-g++/ All of the links work fine. The files in that directory haven't changed since August at th

Re: Cygwin build of perl5.8.5 (cygwin-thread-multi-64int)

2004-12-01 Thread Gerrit P. Haase
Tom Axehult wrote: Can anyone explain the outcome of running what follows on an XP, SP2? [...] 10:06:24 ~ > perldoc -v perldoc [...] C:\cygwin\bin\perl.exe (4076): *** couldn't release memory 0xA04000(1032192) for 'C:\cygwin\lib\perl5\5.8.5\cygwin-thread-multi-6 4int\auto\Fcntl\Fcntl.dll' alignment

Re: Compiling a DLL

2004-12-01 Thread Brian Dessent
Brian Dessent wrote: > will be linking to cygwin1.dll and your program will be GPL[1]. There's Sorry, I keep forgetting that Redhat offers the "..or any OSI-approved license" addendum to the GPL, so your code doesn't necessarily have to be GPL, but it still must be Open Source. Brian -- Unsubs

Re: Compiling a DLL

2004-12-01 Thread Brian Dessent
"BARTHEL, MATTIAS" wrote: > What are the procedures for compiling a DLL without using the Cygwin > DLL? http://cygwin.com/faq/faq.html#SEC94 In short: if you want to use Cygwin's posix emulation layer then you will be linking to cygwin1.dll and your program will be GPL[1]. There's no way to sta

Problem with cygwin & xerces-2.6

2004-12-01 Thread mchojrin
Hi: I'm developing a c++ application which uses xerces-c2.6 It works just fine on the Linux Platform, but when I try to make the binary file under cygwin I get some errors regarding the linking of the xerces library. I've compiled the sources for the xerces lib following the instructions on th

Compiling a DLL

2004-12-01 Thread BARTHEL, MATTIAS
Hello. What are the procedures for compiling a DLL without using the Cygwin DLL? /Mattias -- Mattias Barthel, Software Engineer CapGemini at Hewlett Packard Tel. 34 93 582 26 02 E-mail: [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Compile within cygwin with -mnocygwin

2004-12-01 Thread Gerrit P. Haase
BARTHEL, MATTIAS wrote: Hello I am trying to compile a perl swig1.3 wrapper for a C++ lib using cygwin but with the compiler define -mno-cygwin. In perl.h there are lots of includes that cannot be found. Yes, Cygwin Perl is compiled without this flag and so WIN32 is not defined for Cygwin Perl. Sh

Re: httpd-2.0.52 (Apache2) testers wanted / maintainer searched

2004-12-01 Thread Gerrit P. Haase
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Gerrit P. Haase Sent: 01 December 2004 13:59 See the bottom of the script, there is an option 'all' which runs all needed script targets, there are some more eg. 'strip'. It should work to run $ ./httpd-2.0.52-1.sh all whic

Re: Compile within cygwin with -mnocygwin

2004-12-01 Thread Christopher Faylor
On Wed, Dec 01, 2004 at 04:23:55PM +0100, BARTHEL, MATTIAS wrote: >Hello > >I am trying to compile a perl swig1.3 wrapper for a C++ lib >using cygwin but with the compiler define -mno-cygwin. > >In perl.h there are lots of includes that cannot be found. Right. You have just discovered the differe

RE: FDISK support

2004-12-01 Thread Chris January
> According to this post: > http://sources.redhat.com/ml/cygwin/2002-11/msg01300.html , > you can now use > fdisk. Can someone please tell me how to get fdisk onto > cygwin? I couldn't > find the package with the cygwin setup file. Thanks everyone. There is no package available under setup bec

Compile within cygwin with -mnocygwin

2004-12-01 Thread BARTHEL, MATTIAS
Hello I am trying to compile a perl swig1.3 wrapper for a C++ lib using cygwin but with the compiler define -mno-cygwin. In perl.h there are lots of includes that cannot be found. Should I put some special define in the Makefile to use another Path for includes? Thanks, Mattias Output: c++ -

Cygwin build of perl5.8.5 (cygwin-thread-multi-64int)

2004-12-01 Thread Tom Axehult
  My environment shows USERNAME different from USER, possibly the reason of the failing installation. I start cygwin with HOME and USERNAME containing white space, changing it to HOME without, thus complying with script requirements? I have in vain under this condition reinstalled perl using the

Re: truncate() improperly returns EBADF

2004-12-01 Thread Christopher Faylor
On Wed, Dec 01, 2004 at 12:48:41AM -0800, Yitzchak Scott-Thoennes wrote: >When using truncate(), EBADF is sometimes improperly returned. susv3 >doesn't list this as a possible errno value for this function. In >particular, ENOENT should be returned when when path doesn't exist and >EACCES when wr

RE: httpd-2.0.52 (Apache2) testers wanted / maintainer searched

2004-12-01 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Gerrit P. Haase > Sent: 01 December 2004 13:59 > > /oem-install/httpd-2.0.52 $ patch -p1 -i ../httpd-2.0.52-1.patch > > patching file CYGWIN-PATCHES/README > > ellided > > patching file srclib/apr/configure.in > > > > Looks good.

Re: gcc-g77 4.4.1-1 stack memory error

2004-12-01 Thread Gerrit P. Haase
Ata Bilgili wrote: G'day; I have a Fortran 77 code involving the finite element solution of rather large matrices using a conjugate gradient method. The code trustfully runs with g77 on Linux and Unix with no problems. When I tried running it this morning using the Cygwin gcc-g77 3.3.3-3, it comp

Re: httpd-2.0.52 (Apache2) testers wanted / maintainer searched

2004-12-01 Thread Gerrit P. Haase
Sorry for comiing in late, I'm currently out of office. Jon A. Lambert wrote: Gerrit P. Haase wrote: Hi, I just wanted to know if it is possible and if it is running and the answer is: *yes*. I have Apache2 compiled with a shared core and shared modules, I offer a full patch and script so you can

Re: strange problems with cvs

2004-12-01 Thread Jani Tiainen
Nuno Lopes kirjoitti: Hi, I use CVS with cygwin a long time ago, but after a recent updte it stoped working. I'm using pserver auth and the cygwin is installed with *DOS* line-endings. When I try to do something with cvs -1.11.17- (cvs up, cvs diff, etc..) it simply returns: ": no such repository"

RE: Patch to /etc/profile to deal with $HOME with a space

2004-12-01 Thread John Morrison
> Hi John, > > John Morrison wrote on Wednesday, December 01, 2004 12:32 PM: >>> mkpasswd.exe -l -c | sed 's/cygdrive\/.*Documents and Settings/home/' >>> > /etc/passwd >>> >>> This is nonsense. "Documents and Settings" is localized. >> >> Humm, not nonsense (it works for English), maybe not >> cor

RE: Patch to /etc/profile to deal with $HOME with a space

2004-12-01 Thread Jörg Schaible
Hi John, John Morrison wrote on Wednesday, December 01, 2004 12:32 PM: >> mkpasswd.exe -l -c | sed 's/cygdrive\/.*Documents and Settings/home/' >> > /etc/passwd >> >> This is nonsense. "Documents and Settings" is localized. > > Humm, not nonsense (it works for English), maybe not > correct... (i

RE: Patch to /etc/profile to deal with $HOME with a space

2004-12-01 Thread John Morrison
> Hi John, Hi :) > John Morrison wrote on Wednesday, December 01, 2004 10:08 AM: >> >> I did consider changing /etc/postinstall/passwd-grp.sh so that >> instead of running >> >> /bin/mkpasswd -l -c > /etc/passwd >> >> it does >> >> mkpasswd.exe -l -c | sed 's/cygdrive\/.*Documents and Settings/ho

strange problems with cvs

2004-12-01 Thread Nuno Lopes
Hi, I use CVS with cygwin a long time ago, but after a recent updte it stoped working. I'm using pserver auth and the cygwin is installed with *DOS* line-endings. When I try to do something with cvs -1.11.17- (cvs up, cvs diff, etc..) it simply returns: ": no such repository" Normally if I close cy

RE: Patch to /etc/profile to deal with $HOME with a space

2004-12-01 Thread Jörg Schaible
Hi John, John Morrison wrote on Wednesday, December 01, 2004 10:08 AM: [snip] > > I did consider changing /etc/postinstall/passwd-grp.sh so that > instead of running > > /bin/mkpasswd -l -c > /etc/passwd > > it does > > mkpasswd.exe -l -c | sed 's/cygdrive\/.*Documents and Settings/home/' >

Re: Patch to /etc/profile to deal with $HOME with a space

2004-12-01 Thread John Morrison
> On Tue, Nov 30, 2004 at 07:33:02PM -, John Morrison wrote: >>> I have just set up Cygwin, and noticed that my default home was under >>> my >>> "Documents and Settings" directory (not yet having run mkpasswd). >>> However, >>> the /etc/profile setup which tries to only create the warning mess

truncate() improperly returns EBADF

2004-12-01 Thread Yitzchak Scott-Thoennes
When using truncate(), EBADF is sometimes improperly returned. susv3 doesn't list this as a possible errno value for this function. In particular, ENOENT should be returned when when path doesn't exist and EACCES when write permission is denied. truncate.c: #include #include #include #includ