super penile 1/9/00

2004-04-29 Thread Efren Russell
ESMTP id DADAF35892 for [EMAIL PROTECTED]; Fri, 23 Apr 2004 22:15:42 -0400 (EDT) Received: from mail.yahoo.com ([44.74.64.208]) by localhost (targa.yahoo.com [111.228.154.181]) (amavisd-new, port 10002) with ESMTP id 73667-08 for [EMAIL PROTECTED]; Fri, 23 Apr 2004 22:15:42 -0400 (EDT)

Re: 'GLX missing on display' Problems

2004-04-29 Thread luke . kendall
On 28 Apr, Harold L Hunt II wrote: http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-ssh-no-x11forwarding Interesting info, though it confuses me a little. Where it says: It is easiest to just override trusted X11 forwarding by passing -Y to ssh in place of -X. The -Y does the same thing as

Re: Error starting X

2004-04-29 Thread luke . kendall
On 14 Apr, Carolyn Longfoot wrote: sorry to bother but my fresh Cygwin installation fails to start X, and I'm at a complete loss as to why. This is straight after a reboot, so why there would be a server already running is a complete mystery to me. How do I go about troubleshooting

Copyright assignment received for Chris Faylor

2004-04-29 Thread Corinna Vinschen
Red Hat received the copyright assignment for Chris Faylor and the yay of his new employer. So patch right away, Chris! Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Co-Project Leader mailto:[EMAIL PROTECTED] Red Hat, Inc.

Re: Copyright assignment received for Chris Faylor

2004-04-29 Thread Sergey Okhapkin
Corinna Vinschen wrote: Red Hat received the copyright assignment for Chris Faylor and the yay of his new employer. So patch right away, Chris! Hmm... I remember the day when I got similar message from Geof Noer... Welcome to cygwin community, Chris:-) -- Sergey Okhapkin Somerset, NJ

Re: Copyright assignment received for Chris Faylor

2004-04-29 Thread Christopher Faylor
On Thu, Apr 29, 2004 at 06:55:53PM -0400, Sergey Okhapkin wrote: Corinna Vinschen wrote: Red Hat received the copyright assignment for Chris Faylor and the yay of his new employer. So patch right away, Chris! Hmm... I remember the day when I got similar message from Geof Noer... Welcome to

love

2004-04-29 Thread alexjohns
do you love me -- 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/

System Beep using Cygwin

2004-04-29 Thread Jim Gelasakis
Hi there, Let me try this again as I think I have confused some. We have telnet sessions which we need to beep on some logic error. Previously, we have made them beep by simply outputing a ^G to make the bell sound. This now fails to make a sound under a Cygwin session. The following can

libiberty and getopt

2004-04-29 Thread bertrand marquis
Hi, I need to compile a program using libiberty.a and the function getopt_long. When compiling with the flag -liberty my program crash because it don't take the right arguments from the command line. But without libiberty this part work before. i made a small program showing that problem,

Spyce to be in cygwin?

2004-04-29 Thread Jan Schormann
Hi, is anyone thinking about adding the command-line version of spyce (python server pages) as a standard cygwin package? About spyce: http://spyce.sourceforge.net/index.html I'm interested in using it for preprocessing XML files in a 'make' environment. Keep it up, Jan. --

Re: libwww compilation

2004-04-29 Thread jeremy ekers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Following on from my earlier post, I have compiled libwww v5.4 without the expat contained within it, using configure --without-expat but this doesn't work with the latest CVS; it tries to compile it anyway. Does this mean that part of libwww won't

Re: libiberty and getopt

2004-04-29 Thread bertrand marquis
Hi again, i just find the solution to my problem in fact it seems that adding: extern int optind; extern char *optarg; solve the problem. The compiler then auto-import these variables and it is working after. This problem doesn't seem to exist under linux but it could be a difference in

Re: Questions About Telnet Daemon DOS Commands

2004-04-29 Thread Thorsten Kampe
[Snip bottom full quote] * Tennis Smith (2004-04-29 00:36 +0100) OK, so there is no way to access the DOS command line remotely via Cygwin? First: don't use Telnet, use ssh. Second: why shouldn't you be able to issue DOS commands/displays (whatever that may mean)? Can you do it in a normal

Re: libiberty and getopt

2004-04-29 Thread David Fritz
bertrand marquis wrote: Hi again, i just find the solution to my problem in fact it seems that adding: extern int optind; extern char *optarg; solve the problem. The compiler then auto-import these variables and it is working after. This problem doesn't seem to exist under linux but it

RE: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of tbp Sent: 29 April 2004 06:38 That will surely do wonders for the stack alignement issue, but there's another fold that i'm still unsure how to handle. Under some circumstances some *ps instructions are generated touching non

Re: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Owen Rees
--On Wednesday, April 28, 2004 16:54:37 -0500 Alejandro López-Valencia wrote: At 07:56 a.m. 28/04/2004, Frank Slootweg wrote: Is there a place where all these (I assume ANSI) escape sequences for colors are listed? When I have that information, I can probably untic an existing terminfo entry,

strstream header changed ?

2004-04-29 Thread ahnkle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have just tried compiling xmlrpc, and 2 files mentioned `strstream.h', the old style header. In the header directory /usr/include/c++/3.3.1/backward/, the file was named strstream. Is this correct? I can't say one way or the other. regards, ahnkle

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread Ross Ridge
SDL is a bit of a pain regarding cygwin (they insist on using mingw etc)... Well, if SDL is using Win32 functions to create threads then that's something that needs to be fixed in SDL. Under some circumstances some *ps instructions are generated touching non local memory (put in .rdata with

Massive performance difference in applications built with/without -mno-cygwin

2004-04-29 Thread Andy Rushton
Following up from the postings recently on program performance using different compilers, I've been doing some experiments of my own using just the gcc provided with Cygwin. I have a lot of code that can build as Cygwin executables (i.e. gcc without -mno-cygwin) and Cyg*ming* executables (i.e.

Re: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Brian Dessent
Alejandro López-Valencia wrote: The one I use came with the documentation of an ftp/sftp client I use, yafc. Tis information is very hard to come by if one is in a bind, so I'll include it here. Yafc's info file says: Really? Google for ansi escape sequences and you'll get dozens of hits

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread tbp
Ross Ridge wrote: Well, if SDL is using Win32 functions to create threads then that's something that needs to be fixed in SDL. SDL on cygwin as a whole must be fixed ;) I'll see what's their take on the subject once i get a functionnal binary etc. Probably not, I don't think this bug has been

Re: gettext-0.12.1-3 (+gettext-devel+libgettextpo0+libintl2) ques tion

2004-04-29 Thread D K
Eric Lassauge said: I had problems with gettext enabled programs when running Cygwin with a french locale (LANG=fr;LC_ALL=fr;LC_CTYPE=iso-8859-1), all translated messages containing special characters (0x160 to 0x255 : letters with accent, grave,...) where bad: é (small e acute) was

Re: Need to replicate TIOCGICOUNT and TIOCMIWAIT on cygwin

2004-04-29 Thread Corinna Vinschen
On Apr 27 11:50, Brian Ford wrote: On Tue, 27 Apr 2004, Jim Brain wrote: All the examples online use CreateFile, which I coded up, and cygwin gives me a fd of 8, but select returns immediately and I read -1 bytes on serial. I looked at the cygwin source, which uses NtCreateFile, but I

Re: joe 3.0 port

2004-04-29 Thread Gerrit P. Haase
Hallo Ricardo, Am Mittwoch, 28. April 2004 um 17:46 schriebst du: hallo Leute, As joe-3.0 (http://sourceforge.net/projects/joe-editor) just happens to have hit the streets and being a very popular editor (along with vi(m) and emacs)... do you think it would be a good idea to have it

Re: stat()/lstat() problem (?)

2004-04-29 Thread Corinna Vinschen
On Apr 28 11:27, bertrand marquis wrote: ZXPLESPAC001, Ext a ?crit: The question is: - is the behavior on Linux/Solaris normal ? I fact there ain't a '//bin' only a '/bin', but even all the shells treat them as representing the same path (BTW 'cd //bin' on cygwin/bash doesn't work ...)

Re: Cron runs as SYSTEM, cron jobs run as administrator

2004-04-29 Thread Corinna Vinschen
On Apr 28 17:30, Sergio Valverde wrote: Cron is running as SYSTEM. Is it possible to run cron jobs as SYSTEM too, instead of administrator (id 500)? ps -ef UID PIDPPID TTY STIME COMMAND SYSTEM 12004 1 ?Apr 20 /usr/bin/cygrunsrv SYSTEM 12684 12004

Re: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Frank Slootweg
Thanks, Alejandro and Hannu, for your additional responses. I am again getting closer, but still not there. Please bear with me. At the time, I did not quite understand this part from Alejandro: A OK. In my experience, you can set the fg/bg colors the way you want A by modifying the

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread Christopher Faylor
On Wed, Apr 28, 2004 at 03:22:53PM -0500, Brian Ford wrote: On Wed, 28 Apr 2004, Brian Ford wrote: On Wed, 28 Apr 2004, Christopher Faylor wrote: Interestingly enough, this wouldn't have been generically fixable prior to Cygwin 1.5.6. I know, thanks. It was very easy given your work :-).

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread Christopher Faylor
On Thu, Apr 29, 2004 at 07:02:49AM -0400, Ross Ridge wrote: SDL is a bit of a pain regarding cygwin (they insist on using mingw etc)... Well, if SDL is using Win32 functions to create threads then that's something that needs to be fixed in SDL. DJ/Brian's patch would affect all thread

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread Ross Ridge
I see. It's much more reasonable. Tho i find rather strange that gcc doesn't put those in a special section and implicitely asks for a 16 bytes alignement for all constants (when it's only really needed for some specific target optimizations), but that's just my armchair expert opinion.

Re: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Brian Dessent
Frank Slootweg wrote: [2] For some reason *DOS* echo, type and copy ... con commands *display* [3] the escape characters instead of executing them, so I had to use echo(1). If someone knows a way to let *DOS* commands execute escape sequences insteas of displaying them, then please let me

Re: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Alejandro López-Valencia
At 06:38 a.m. 29/04/2004, Brian Dessent wrote: The one I use came with the documentation of an ftp/sftp client I use, yafc. Tis information is very hard to come by if one is in a bind, so I'll include it here. Yafc's info file says: Really? Google for ansi escape sequences and you'll get

RE: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Buchbinder, Barry (NIH/NIAID)
-Original Message- From: Frank Slootweg Sent: Thursday, April 29, 2004 9:28 AM To: [EMAIL PROTECTED] Subject: Re: How to set the colors of terminfo's standout mode? Thanks, Alejandro and Hannu, for your additional responses. I am again getting closer, but still not there.

Re: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Alejandro López-Valencia
At 10:11 a.m. 29/04/2004, you wrote: Still working in increasing my meanness to the level that make justice to my despise of low-IQ Internet users. And on remembering that this keyboard is slower than my fingers... :-) -- Alejandro López-Valencia http://dradul.tripod.com/ The limits of my

Re: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Alejandro López-Valencia
At 08:27 a.m. 29/04/2004, Frank Slootweg wrote: Also Alejandro's escape sequences do not work for me. \e[00;30m gives me black text on a white background (i.e. no change) and \e[01;30m gives me light-grey text on a white background. 01 is Bold, so according to Alejandro that should give me white

RE: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Alejandro López-Valencia Sent: 29 April 2004 16:11 At 06:38 a.m. 29/04/2004, Brian Dessent wrote: The one I use came with the documentation of an ftp/sftp client I use, yafc. Tis information is very hard to come by if one is

setup.exe and source-only packages

2004-04-29 Thread Bart van der Werf \(Bluelive\)
Setup reports all source-only packages as not installed when I run setup when I did install them the the last time I ran setup.exe, version numbers havent changed. -- Bart van der Werf (Bluelive) http://pluk.sf.net/ irc://irc.freenode.org/pluk -- Unsubscribe info:

Re: php under apache

2004-04-29 Thread Andrew DeFaria
Larry Hall wrote: Have you seen http://www.cygwin.com/ml/cygwin/2004-01/msg00383.html and http://www.cygwin.com/ml/cygwin/2004-02/msg01352.html ? I am very interested in getting PHP and Apache to work. When is the maintainer thinking [s]he'll be able to get mod_php4 available again? -- You

Re: Line breaks in bash

2004-04-29 Thread Andrew DeFaria
When I type a long line in the bash shell it seems to get confused when it passes the first 80 character barrier and does a newline. Below is an example. C09-272-A:# why is it in bash that when I get close to typing 80 characters bash does som ething like this? Now set my prompt to the

Re: Unable to restart in Perl debugger

2004-04-29 Thread Andrew DeFaria
Andrew DeFaria wrote: I believe I asked this before but didn't hear any solutions. When debugging in Perl often I need restart the debugger. However when I do so I get: Use `q' to quit or `R' to restart. `h q' for details. DB1 R Warning: some settings and command-line options may be lost!

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread tbp
Ross Ridge wrote: GCC does ask for 16-byte alignment for the SSE constants, but the request isn't honoured by binutils. I see ... .align 16 LC2: .long 2147483647 .long 0 .long 0 .long 0 .align 4 ... andps LC2, %xmm0 ... After uselessly

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread tbp
Christopher Faylor wrote: DJ/Brian's patch would affect all thread creation, including threads created by CreateThread. That's what SDL uses right now. Regards, tbp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

RE: Line breaks in bash

2004-04-29 Thread Buchbinder, Barry (NIH/NIAID)
Maybe you are missing a \] in the prompt. What you really want is something like this: \[\e]0;\w\a\e[01;33m\]C09-272-A:\[\e[0m\] (What are \w and \a doing? man bash says that they should be the current working directory and a bell, but they don't act like that in this prompt for me.)

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread Christopher Faylor
On Thu, Apr 29, 2004 at 07:46:04PM +0200, tbp wrote: Christopher Faylor wrote: DJ/Brian's patch would affect all thread creation, including threads created by CreateThread. That's what SDL uses right now. The patch has only existed for a brief time and it relies on a cygwin DLL change. How could

RE: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread Richard Campbell
Christopher Faylor wrote: On Thu, Apr 29, 2004 at 07:46:04PM +0200, tbp wrote: Christopher Faylor wrote: DJ/Brian's patch would affect all thread creation, including threads created by CreateThread. That's what SDL uses right now. The patch has only existed for a brief time and it relies on a

No home for me

2004-04-29 Thread James
I just put cygwin onto my desktop at work I get no home directory. I did a search for info first and saw this as a problem in the past, but it looks like it was resolved. What am I missing here? I tried uninstalling and reinstalling and still no home. They use Windows 2000 on my desktop.

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread tbp
Christopher Faylor wrote: The patch has only existed for a brief time and it relies on a cygwin DLL change. How could SDL be using it? I meant CreateThread is the API SDL uses under the hood to create threads on win32.

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-29 Thread Christopher Faylor
On Thu, Apr 29, 2004 at 08:00:56PM +0200, tbp wrote: Christopher Faylor wrote: The patch has only existed for a brief time and it relies on a cygwin DLL change. How could SDL be using it? I meant CreateThread is the API SDL uses under the hood to create threads on win32.

mkpasswd -p option now adds username

2004-04-29 Thread Estey, Debora J
Hi, I have just down loaded the latest cygwin (1.5.9-1). I have a script to add users to the password file, the first time they bring up cygwin. It is using the -p option of the mkpasswd to add their home to the passwd file. This did work fine but now the users id is added to the end of the

Recall: mkpasswd -p option now adds username

2004-04-29 Thread Estey, Debora J
Estey, Debora J would like to recall the message, mkpasswd -p option now adds username. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

ghostscript needs libICE.dll

2004-04-29 Thread Sven Khler
hi, ghostscript-x11 still depends on libICE.dll. i think the package-maintainer needs to rebuild it. Thx SVen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: System Beep using Cygwin

2004-04-29 Thread Igor Pechtchanski
On Thu, 29 Apr 2004, Jim Gelasakis wrote: Hi there, Let me try this again as I think I have confused some. We have telnet sessions which we need to beep on some logic error. Previously, we have made them beep by simply outputing a ^G to make the bell sound. This now fails to make a

RE: Line breaks in bash

2004-04-29 Thread Igor Pechtchanski
On Thu, 29 Apr 2004, Buchbinder, Barry (NIH/NIAID) wrote: -Original Message- From: Andrew DeFaria Sent: Thursday, April 29, 2004 1:18 PM To: cygwinatcygwindotcom Subject: Re: Line breaks in bash When I type a long line in the bash shell it seems to get confused when it

Re: How to set the colors of terminfo's standout mode?

2004-04-29 Thread Brian Dessent
Alejandro López-Valencia wrote: If you really read my sentence above you would have recognized the sentence This information is very hard to come by if one is in a bind. Which idiomatic USA English for You never find this information in time when you really need it. Am I clear, or are you in

Cygwin 1.5.9 Permission Denied Problem

2004-04-29 Thread ward harold
I just installed the latest Cygwin (1.5.9) on a new Win2K laptop that is not part of any domain. I'm getting permission denied when I try to execute programs in a couple of situations. None of the obvious remedies have fixed the problem. Situation One: I've downloaded and built scheme48-0.57. It

Re: Cygwin 1.5.9 Permission Denied Problem

2004-04-29 Thread Larry Hall
At 06:46 PM 4/29/2004, you wrote: I just installed the latest Cygwin (1.5.9) on a new Win2K laptop that is not part of any domain. I'm getting permission denied when I try to execute programs in a couple of situations. None of the obvious remedies have fixed the problem. Situation One: I've

gcc problems...

2004-04-29 Thread Derek Farren Gause
Hi everybody. I am haveing problems compiling objC code on cygwin. The end of the bash shell´s output is: /usr/lib/mingw/libobjc.a(encoding.o)(.text+0xca6): undefined reference to `__imp ___pctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0xd53): undefined reference to `__isctype'

GNU coreutils?

2004-04-29 Thread Keith Thompson
Cygwin still includes the GNU fileutils (4.1), sh-utils (2.0.11), and textutils (2.0) packages. These were merged some time ago into the new coreutils package; the lastest release is 5.2.1. Note that upgrading would result in some changes in behavior, particularly in ls output format and some

Re: Cygwin 1.5.9 Permission Denied Problem

2004-04-29 Thread ward harold
--- Larry Hall [EMAIL PROTECTED] wrote: At 06:46 PM 4/29/2004, you wrote: I just installed the latest Cygwin (1.5.9) on a new Win2K laptop that is not part of any domain. I'm getting permission denied when I try to execute programs in a couple of situations. None of the obvious remedies have

Re: Cygwin 1.5.9 Permission Denied Problem

2004-04-29 Thread Larry Hall
At 07:35 PM 4/29/2004, you wrote: --- Larry Hall [EMAIL PROTECTED] wrote: At 06:46 PM 4/29/2004, you wrote: I just installed the latest Cygwin (1.5.9) on a new Win2K laptop that is not part of any domain. I'm getting permission denied when I try to execute programs in a couple of situations.

Re: GNU coreutils?

2004-04-29 Thread Frédéric L. W. Meunier
On Thu, 29 Apr 2004, Keith Thompson wrote: Cygwin still includes the GNU fileutils (4.1), sh-utils (2.0.11), and textutils (2.0) packages. These were merged some time ago into the new coreutils package; the lastest release is 5.2.1. Note that upgrading would result in some changes in

Re: gcc problems...

2004-04-29 Thread Christopher Faylor
On Thu, Apr 29, 2004 at 07:27:41PM -0400, Derek Farren Gause wrote: Hi everybody. I am haveing problems compiling objC code on cygwin. The end of the bash shell?s output is: I have Cygwin?s .bashrc customized for swarm in order to use the suite gcc distributed with Swarm (www.Swarm.org). Some

Re: setup.exe and source-only packages

2004-04-29 Thread Robert Collins
On Fri, 2004-04-30 at 02:52, Bart van der Werf (Bluelive) wrote: Setup reports all source-only packages as not installed when I run setup when I did install them the the last time I ran setup.exe, version numbers havent changed. This is by design, from a long time ago. it fits in with the

COURSEsyllabus,ON BECOMING A TRUE LEADER

2004-04-29 Thread Defi Octavianty
ON BECOMING A TRUE LEADER Explore the Leadership within You! ~~ I. Kuta - Bali, May 10-12, 2004 II. Jakarta, Jun 21-23, 2004 ABOUT THE COURSE Leadership is based on the power to inspire, the power to inspire others to follow. One of the most dangerous situations for