Re: Size of CygWin Display Font

2005-06-01 Thread Thorsten Kampe
On Tue, 31 May 2005 15:24:42 -0500, Khadhrawi, Mohammad wrote: > I am a new user of CygWin.  I've just finished installing it. Now, I want to > change (enlarge) the size of the CygWin display font. > > I did some readings on your web site and others.  I found that I need > .profile or .bashrc fi

Re: [ANNOUNCEMENT] Updated: distcc-2.18.3-1

2005-06-01 Thread zzapper
On Tue, 31 May 2005 15:59:33 -0700, wrote: >The distcc-2.18.3-1 package has been updated in the Cygwin distribution. > distcc: a fast, free distributed C/C++ compiler distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network. dis

Re: [ANNOUNCEMENT] Updated: sharutils-4.3.80-1

2005-06-01 Thread zzapper
On Mon, 30 May 2005 13:40:59 +0200, wrote: >I've just updated the version of sharutils to 4.3.80-1. > >This is an official upstream release. The Cygwin version has just a >tiny configure tweak. sharutils pass all (three) tests in the testsuite. GNU shar makes so-called shell archives out of ma

Python problem

2005-06-01 Thread Alireza Ghasemi
Hello, At the last phase of compiling python I got this error: "k:\SuSE.src\Python-2.2\python.exe (1456): *** unable to remap E:\Cygwin\bin\cygssl-0.9.7.dll to same address as parent(0xCE) != 0xCF828 [main] python 2988 fork_parent: child 1456 died waiting for dll loading error: No such file

Gpc&texinfo similiar problem

2005-06-01 Thread Alireza Ghasemi
Hello, When compiling texinfo and gpc I got similar error.That was : "gpc.texi: Bad address"(or "texinfo.txi:..").There were nothing else so I could not understand the problem.What's it?How can it be solved? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

Re: Python problem

2005-06-01 Thread Thorsten Kampe
On Wed, 1 Jun 2005 17:43:04 +0430, Alireza Ghasemi wrote: > At the last phase of compiling python I got this error: > "k:\SuSE.src\Python-2.2\python.exe (1456): *** unable to remap > E:\Cygwin\bin\cygssl-0.9.7.dll to same address as parent(0xCE) != > 0xCF828 [main] python 2988 fork_parent:

XML::LibXSLT rebase issue (was: Re: libXML)

2005-06-01 Thread Gerrit P. Haase
marcos rebelo wrote: try to install the XML::libXML I have this error running xslt-config... /dev/null at Makefile.PL line 191. xslt-config --version at Makefile.PL line 192. C:\cygwin\bin\perl.exe (2672): *** unable to remap C:\cygwin\bin\cygiconv-2.dll to same address as parent0xD7) != 0

Re: Python problem

2005-06-01 Thread Christopher Faylor
On Wed, Jun 01, 2005 at 05:43:04PM +0430, Alireza Ghasemi wrote: >Hello, >At the last phase of compiling python I got this error: >"k:\SuSE.src\Python-2.2\python.exe (1456): *** unable to remap >E:\Cygwin\bin\cygssl-0.9.7.dll to same address as parent(0xCE) != >0xCF828 [main] python 2988 fo

Login & Something diff since cygwin 1.5.15-1 release - could it be security changes that were made

2005-06-01 Thread Brian Keener
I realize that login is not the normal mode of access for most Cygwin users and that most use simply the cygwin.bat to start one of the shells. I have my cygwin.bat set to run login.exe which then runs the appropriate shell based on the login I use - actually it starts several login sessions an

Login & Something diff since cygwin 1.5.15-1 release - could it be security changes that were made Uuencoded file "cygcheck.out" (1 of 1)

2005-06-01 Thread Brian Keener
Uuencoded file cygcheck.out begin 666 cygcheck.out M#0I#>6=W:[EMAIL PROTECTED])A=&EO;B!$:6%G;F]S=&EC[EMAIL PROTECTED]&[EMAIL PROTECTED]($IU;B`P,2`Q,SHP-#HU,2`R,#`U#0H-"E=I;F1O M=W,@,C`P,"!07-T M96TS,@T*"6,Z7%=)3DY4#0H)8SI<5TE.3E1<4WES=&5M,S)<5V)E;0T*"60Z M7&HR6)A M6)A&[EMAIL PROTECTED]&YO;G1S96,

Re: I have user mounts instead of system ones.

2005-06-01 Thread Larry Hall
At 10:17 PM 5/31/2005, you wrote: >Larry Hall cygwin.com> writes: > >> >> Sorry but I don't know what this shows. You seem to be implying that >> installing causes user mounts that never appeared previously >> to suddenly appear. Or perhaps I am misunderstanding you. I don't know. >> I can sa

Re: Login & Something diff since cygwin 1.5.15-1 release - could it be security changes that were made

2005-06-01 Thread Brian Keener
Sorry - posted the cygcheck with uuencode. here is plain text - I hope. bk cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

mkdtemp() configuration bug

2005-06-01 Thread Aaron Gray
It looks like the latest Cygwin has a problem with mkdtemp(). mkdtemp() exists in a library and is linkable, but there is no function prototype for it in the headers. The configuration system compiles a function :- /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplus

print.exe

2005-06-01 Thread Evert Coetzee
Which cygwin package contain print.exe? I have an application that calls this : newpath=`print -r $PATH | tr "[A-Z]" "[a-z]" | tr '\' '/' | sed -e "s+/+#+g" -e "s+;\.;+;+g"` but that first print is not a cygwin program so it calls my winnt print command. Any help will be appreciated. Thank

Re: print.exe

2005-06-01 Thread Wes S
print.exe sounds like an old dos print spooler. Wes On 1 Jun 2005 at 20:07, Evert Coetzee wrote: > Which cygwin package contain print.exe? > > I have an application that calls this : > newpath=`print -r $PATH | tr "[A-Z]" "[a-z]" | tr '\' '/' | sed -e "s+/+#+g" > -e "s+;\.;+;+g"` > > but that

RE: print.exe

2005-06-01 Thread Dave Korn
Original Message >From: Evert Coetzee >Sent: 01 June 2005 19:07 > Which cygwin package contain print.exe? None of them. (You can search for which cygwin package contains any particular program or file by entering the name you are looking for at http://cygwin.com/packages). > I have an

Re: print.exe

2005-06-01 Thread Evert Coetzee
I hate to point to the infamous competitor but this script that I have was intended for the use with mks toolkit (which is a not-so-free alternative to cygwin): http://www.mkssoftware.com/docs/man1/print.1.asp So I was hoping cygwin would have something similar. From: "Wes S" <[EMAIL PROTECTE

RE: print.exe

2005-06-01 Thread Dave Korn
Original Message >From: Evert Coetzee >Sent: 01 June 2005 19:18 > I hate to point to the infamous competitor but this script that I have was > intended for the use with mks toolkit (which is a not-so-free alternative > to cygwin): > http://www.mkssoftware.com/docs/man1/print.1.asp [From t

RE: print.exe

2005-06-01 Thread Reid Thompson
Dave Korn wrote: > Original Message >> From: Evert Coetzee >> Sent: 01 June 2005 19:18 > >> I hate to point to the infamous competitor but this script that I >> have was intended for the use with mks toolkit (which is a >> not-so-free alternative to cygwin): >> http://www.mkssoftware.com/d

RE: print.exe

2005-06-01 Thread Reid Thompson
Dave Korn wrote: > Original Message >> From: Evert Coetzee >> Sent: 01 June 2005 19:18 > >> I hate to point to the infamous competitor but this script that I >> have was intended for the use with mks toolkit (which is a >> not-so-free alternative to cygwin): >> http://www.mkssoftware.com/d

RE: print.exe

2005-06-01 Thread Dave Korn
Original Message >From: Reid Thompson >Sent: 01 June 2005 19:52 > re previous post, replace print with echo And your point is. ? cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

Don't use 2005-Jun-01 snapshot

2005-06-01 Thread Christopher Faylor
There is something seriously wrong with the 2005-Jun-01 snapshot. I'm investigating now but, in the meantime, please don't use it. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.co

Re: Emacs problem with Cygwin 1.5.17-1 (CGF, a little comment)

2005-06-01 Thread Angelo Graziosi
best regards angelo. -- 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/fa

Re: Emacs problem with Cygwin 1.5.17-1 (CGF, a little comment)

2005-06-01 Thread Christopher Faylor
On Wed, Jun 01, 2005 at 11:51:34PM +0200, Angelo Graziosi wrote: > Please stop doing this. I do read email. I will read your email when I have time. Pinging me is not going to help. cgf -- Unsubscribe info: http://cygwin.com/ml/#un

Re: pthreads, cygwin and pthread_mutex_lock not blocking

2005-06-01 Thread Peter Rehley
On May 31, 2005, at 10:50 AM, David Rothenberger wrote: On 5/31/2005 10:15 AM, Peter Rehley wrote: Well, here is a simple test case, but turns out I wasn't using the latest version. I was having the problem on 1.5.12, I haven't been able to get a good build with cygwin 1.5.17-1. It builds

RE: pthreads, cygwin and pthread_mutex_lock not blocking

2005-06-01 Thread Gary R. Van Sickle
I'm coming to this particular party pretty late, so if my comments are totally off-base or have been already covered, please disregard: > On May 31, 2005, at 10:50 AM, David Rothenberger wrote: > > > On 5/31/2005 10:15 AM, Peter Rehley wrote: > >> Well, here is a simple test case, but turns out I

Re: pthreads, cygwin and pthread_mutex_lock not blocking

2005-06-01 Thread Peter Rehley
Here is the patch to pthread.h hummingbird:~/MontaVista/tmp prehley$ diff -u pthread.h.cygwin pthread.h.new --- pthread.h.cygwinWed Jun 1 18:15:40 2005 +++ pthread.h.new Wed Jun 1 18:06:49 2005 @@ -53,12 +53,12 @@ #define PTHREAD_MUTEX_RECURSIVE 0 #define PTHREAD_MUTEX_ERRORCHECK

Re: How to install perl modules?

2005-06-01 Thread Linda W
FYI -- I discovered the cause of a problem I had in manipulating the Registry. There is a bug in the Win32 Registry manipulation routines. Both TieRegistry and the original Registry interface apparently use an older interface -- something like (?), libcalls ending with "A" where new ones end with

Re: I have user mounts instead of system ones.

2005-06-01 Thread Jason FU
Larry Hall cygwin.com> writes: > > My point was simply that the information you provided so far didn't have > any of the needed details to track down this problem. I wasn't trying to > debate you. But since you have now stated that your goal is to just report > the problem, I will refrain fro

Re: How to have libpcap

2005-06-01 Thread Carlo Florendo
Igor Pechtchanski wrote: P.S. Your spacebar key seems to be malfunctioning again... It sure does, for the nth time. funny. -- Carlo Florendo Astra Philippines Inc. www.astra.ph -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/p