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

2004-04-28 Thread tbp
Ross Ridge wrote: Apparently the code that SDL calls to create the threads doesn't create threads with aligned stacks. If SDL is using Cygwin functions to create threads but these functions are creating threads that don't have 16-byte aligned stacks then this is a Cygwin problem. SDL is a bit of

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

2004-04-28 Thread tbp
Brian Ford wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14776 I wonder how i've missed that one. My bugzilla-fu is weak. I'm working with Red Hat to resolve this issue right now. The problem is that thread stacks are not always 16 byte aligned. You could try the following hack if you need

Re: how can i link the libiberty.a

2004-04-28 Thread Frédéric L. W. Meunier
On Thu, 29 Apr 2004, [GB2312] 张丽 wrote: > I use a function I know is in the libiberty.a,but still get a > link error.how can i link the libiberty.a.Thank you! What about posting your error ? Maybe it's due to http://www.cygwin.com/ml/cygwin/2003-09/msg01496.html (no longer the case for gcc). --

how can i link the libiberty.a

2004-04-28 Thread 张丽
cygwin, I use a function I know is in the libiberty.a,but still get a link error.how can i link the libiberty.a.Thank you! [EMAIL PROTECTED]   2004-04-29 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/probl

Re: 1.5.9:sigaction v. signal: context needed!

2004-04-28 Thread Christopher Faylor
On Wed, Apr 28, 2004 at 06:20:02PM -0700, Vincent Amiot wrote: >It seems that as of Cygwin 1.5.9 SA_SIGACTION is supported, the 3rd >parameter of the sa_sigaction handler should hopefully be some flavor >of the signal context Unfortunately the 3rd parameter seems to be >NULL. even though I in

1.5.9:sigaction v. signal: context needed!

2004-04-28 Thread Vincent Amiot
It seems that as of Cygwin 1.5.9 SA_SIGACTION is supported, the 3rd parameter of the sa_sigaction handler should hopefully be some flavor of the signal context Unfortunately the 3rd parameter seems to be NULL. even though I install the handlers as follows: ---

can virgin check and innocent little about pussies

2004-04-28 Thread Hollie Nicholas
Do you want time sweet virgin girls ? Their virgin now and innocent little huge pussies waiting for can you here Young pre teen so stop beauty and young http://www.yyyoyortu.com/sw/view.cgi?s=xxx&m=hLdNbW.hLdNbW,hVX Unique high about quality content All can be your saved directly to work your hard

Re: postgresql date time at Cygwin On Windows 2000 - workaround available?

2004-04-28 Thread Brian Ford
Wrong list. Please re-read: http://cygwin.com/lists.html redirecting... On Wed, 28 Apr 2004, Mike Preston wrote: > Referencing > http://archives.postgresql.org/pgsql-cygwin/2004-03/msg1.php, is > there any workaround to reset the Postgresql 'system' time as it reads > it from Cygwin? We h

RE: Questions About Telnet Daemon & DOS Commands

2004-04-28 Thread Tennis Smith
OK, so there is no way to access the DOS command line remotely via Cygwin? >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Ford >Sent: Wednesday, April 28, 2004 11:45 >To: Tennis Smith >Cc: [EMAIL PROTECTED] >Subject: Re: Questions About Telnet D

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

2004-04-28 Thread Ross Ridge
>> Nope. It must be happening in crt0.c. >Sorry, I really need to pin that down for sure. I'll do that. I'm not sure why it would matter, presumably Cygwin isn't compiled with any flags that would enable SSE/SSE2 instructions and so there wouldn't be any need to have a 16-byte aligned stack in b

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

2004-04-28 Thread Buchbinder, Barry (NIH/NIAID)
Here's the script that I use to see how things look and remind me of the codes. Don't forget to put in the escapes where appropriate. Or use the script in the attached file. ==cut== #!/bin/sh gawk ' BEGIN { print " 0 black1 red2 green 3 yellow 4 blue 5 magenta

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

2004-04-28 Thread Ross Ridge
Ross Ridge wrote: > Normally it's not a problem, but if you have any callbacks in your code > (eg. the one that starts the secondary thread) that are called by library > functions not compiled with GCC, then the stack can get misaligned. tbp wrote: > Every library under my control were recompiled

Re: zsh & make

2004-04-28 Thread Christopher Faylor
On Wed, Apr 28, 2004 at 01:44:01PM -0700, Peter A. Castro wrote: >On Wed, 28 Apr 2004, Daniel Clausen wrote: > >> Hi > >Greetings, Daniel, > >> On Tuesday, April 27, 2004, at 05:55PM, Dave Korn <[EMAIL PROTECTED]> wrote: >> >> [snip] > >This is a rather interesting problem. It appears that this is

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

2004-04-28 Thread Alejandro López-Valencia
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, modify it and tic it back to another name and use that. The one I use came with

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

2004-04-28 Thread Tim Prince
At 12:08 PM 4/28/2004, you wrote: On Wed, Apr 28, 2004 at 12:41:51PM -0500, Brian Ford wrote: > >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14776 > >I'm working with Red Hat to resolve this issue right now. The problem is >that thread stacks are not always 16 byte aligned. You could try the >f

RE: zsh & make

2004-04-28 Thread Peter A. Castro
On Wed, 28 Apr 2004, Daniel Clausen wrote: > Hi Greetings, Daniel, > On Tuesday, April 27, 2004, at 05:55PM, Dave Korn <[EMAIL PROTECTED]> wrote: > > [snip] This is a rather interesting problem. It appears that this is, yet another, variation on the fork() & signal handling problem. Something

Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)

2004-04-28 Thread Yitzchak Scott-Thoennes
On Tue, Apr 27, 2004 at 12:04:14PM +0200, "Gerrit P. Haase" wrote: > Yitzchak wrote: > >> I have still an older snapshot version of cygwin running here: > >> $ uname -r > >> 1.5.8s(0.110/4/2) > > > And you get the ENOENT error? > > When issuing the perl command, yes. > BTW, this happens also with

Cron runs as SYSTEM, cron jobs run as administrator

2004-04-28 Thread Sergio Valverde
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 ?Apr 20 /usr/sbin/sshd Administ6068

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

2004-04-28 Thread Brian Ford
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 :-). Oh, and..., just for the record: it's not *totally* g

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

2004-04-28 Thread Brian Ford
On Wed, 28 Apr 2004, Christopher Faylor wrote: > On Wed, Apr 28, 2004 at 02:30:47PM -0500, Brian Ford wrote: > >Something already does. I didn't try and track down the what/why. [snip probably irrelevent assembly dump] > >This problem doesn't happen for the main thread. > > Nope. It must be ha

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

2004-04-28 Thread Hannu E K Nevalainen
> From: Frank Slootweg > Sent: Wednesday, April 28, 2004 11:20 AM > Hannu E K Nevalainen wrote: > > > From: [deleted] On Behalf Of Frank Slootweg > > > > FWIW: > > > > $ cat ~/.Xdefaults > > # XTerm == rxvt as rxvt simulates xterm > > > > rxvt.background:black > > rxvt.foreground:g

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

2004-04-28 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Wednesday, April 28, 2004 12:48 AM > On Tue, Apr 27, 2004 at 08:29:44PM +0200, Hannu E K Nevalainen wrote: > >> From: cygwin-owner-SPLAT-cygwin-BOP-com > [mailto:cygwin-owner-ETC-]On Behalf > > There is no reason to inform people that cygwin-owner was somehow > i

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

2004-04-28 Thread Christopher Faylor
On Wed, Apr 28, 2004 at 02:30:47PM -0500, Brian Ford wrote: >On Wed, 28 Apr 2004, Christopher Faylor wrote: > >> On Wed, Apr 28, 2004 at 12:41:51PM -0500, Brian Ford wrote: >> This patch would only affect non-main threads. It would not affect the >> main thread. Wouldn't you need to do the same t

Re: '"GLX" missing on display' Problems

2004-04-28 Thread Brian Ford
Wrong list: http://cygwin.com/lists.html This is a Cygwin/X specific question. Redirecting... On Wed, 28 Apr 2004, eti1 wrote: > I use cygwin from home (on a Windows box) to ssh into my machine at work > (Linux box). I get the following error when I try to run programs that use > opengl libs

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

2004-04-28 Thread Brian Ford
On Wed, 28 Apr 2004, Christopher Faylor wrote: > On Wed, Apr 28, 2004 at 12:41:51PM -0500, Brian Ford wrote: > This patch would only affect non-main threads. It would not affect the > main thread. Wouldn't you need to do the same thing for the main thread? > I don't understand why it would be di

Re: 1.5.9-1: Sysvinit starting but isn't running RC Scripts.

2004-04-28 Thread Bill C. Riemers
$ cat /usr/sbin/init.sh #!/bin/bash rm -f /var/lock/subsys/* /sbin/init.exe -i 0 & p=$! trap "/sbin/telinit 6;sleep 5;kill -INT $p;exit" SIGINT sleep 5 /sbin/telinit 1 sleep 5 /sbin/telinit 2 sleep 5 /sbin/telinit 3 sleep 5 trap '/sbin/init -i 6 & p=$!;sleep 5;kill -INT $p;exit' SIGINT while [ 1 ]

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

2004-04-28 Thread Christopher Faylor
On Wed, Apr 28, 2004 at 12:41:51PM -0500, Brian Ford wrote: >On Wed, 28 Apr 2004, tbp wrote: > >> Building an app of mine (multithreaded) with something like -O3 >> -march=k8 the binary died with an illegal instruction. The offending >> instruction was a 'movaps %xmm0, 0x40(%esp)' with an unaligned

Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)

2004-04-28 Thread Yitzchak Scott-Thoennes
On Tue, Apr 27, 2004 at 02:45:38AM -0700, Yitzchak Scott-Thoennes wrote: > you can create files ending with a . which are > not stat'able unless another file exists with the same name without > the dot. (and even then rm on the dotted name removes the non-dotted > file): > > $ cat >foo. > bar > ^D

'"GLX" missing on display' Problems

2004-04-28 Thread eti1
Hi, I use cygwin from home (on a Windows box) to ssh into my machine at work (Linux box). I get the following error when I try to run programs that use opengl libs for displaying: [EMAIL PROTECTED] cubit90]$ glxgears Xlib: extension "GLX" missing on display "localhost:10.0". Error: couldn't get

Re: Questions About Telnet Daemon & DOS Commands

2004-04-28 Thread Brian Ford
On Wed, 28 Apr 2004, Tennis Smith wrote: > Once Cygwin is installed on a Windows machine, can I telnet to that > machine and then issue DOS commands/displays ?? /usr/share/doc/Cygwin/inetutils-1.3.2.README -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightS

Questions About Telnet Daemon & DOS Commands

2004-04-28 Thread Tennis Smith
Hi, Once Cygwin is installed on a Windows machine, can I telnet to that machine and then issue DOS commands/displays ?? TIA, -Tennis -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.co

Re: 1.5.9-1: Sysvinit starting but isn't running RC Scripts.

2004-04-28 Thread Christopher Ferris
Yeah I saw your post but couldn't locate the script(s), I think it was like a year or so ago and it doesn't appear they archive attachments. Is it possible to repost it or send it direct, I would really like to get it working. - Original Message - From: "Bill C. Riemers" <[EMAIL PROTE

Re: WEB SITE: Package List Search

2004-04-28 Thread Igor Pechtchanski
On Wed, 28 Apr 2004, ZXPLESPAC001, Ext wrote: > Hi, > > (apparently for infos on the web site I must write to the cygwin general > mailing list) > > Here is the question: > the web page http://cygwin.com/packages/ showing the current package list > seems to be generated by a CGI > (http://

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

2004-04-28 Thread Brian Ford
On Wed, 28 Apr 2004, Tim Prince wrote: > At 08:51 AM 4/28/2004, Dave Korn wrote: > > > > From: cygwin-owner On Behalf Of tbp > > > Sent: 28 April 2004 16:16 > > > >[ Now x-posted to gcc list, since it's seemingly a gcc issue rather than a > >cygwin environment issue. It's an interoperability iss

RE: Problem in executing the command

2004-04-28 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Vikram.Narayan > Sent: 28 April 2004 18:52 > Plz guide me to over come this problem. You've already had two replies, both of which requested your cygcheck output. You didn't do it. What's the point of giving you guidance when you

Problem in executing the command

2004-04-28 Thread Vikram . Narayan
Hi, All the commands are executing in the cygwin free ware but if i give " man ls" or "man "followed by any command it is giving Warning: cannot open configuration file /usr/share/misc/man.conf Error executing formatting or display command. System command (cd "/usr/man" && (echo ".pl 1100i"; /usr

Re: SUMMARY sort of: OpenSSH public key authentication woes

2004-04-28 Thread Larry Hall
At 03:48 AM 4/28/2004, you wrote: >On Wed, 28 Apr 2004 01:33 am, Larry Hall wrote: >> At 11:21 AM 4/27/2004, you wrote: >> >On Tue, 27 Apr 2004, Greg Rudd wrote: >> >> On Tue, 27 Apr 2004 02:12 am, Karl M wrote: >> >> > Hi Greg... >> >> > >> >> > Try setting your authorized_keys to 644 for now. If

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

2004-04-28 Thread Brian Ford
On Wed, 28 Apr 2004, tbp wrote: > Building an app of mine (multithreaded) with something like -O3 > -march=k8 the binary died with an illegal instruction. The offending > instruction was a 'movaps %xmm0, 0x40(%esp)' with an unaligned esp. > As that was on a secondary thread after some external cal

Re: 1.5.9-1: Sysvinit starting but isn't running RC Scripts.

2004-04-28 Thread Bill C. Riemers
I believe I posted a script in the past, that I used to work around this problem. Basically the problem is that the runlevels never get set. So you need a script that manually steps through and sets each of the runlevels in the correct order. Overall it is a huge pain. After several generations

1.5.9-1: Sysvinit starting but isn't running RC Scripts.

2004-04-28 Thread Christopher Ferris
I've check the Archives and Google and though I find similar situations I can't seem to get my Sysvinit problems solved. Everything appears to be setup correctly and init starts with system boot but my initscripts aren't running. As of now I'm simply trying to get SSHD started which runs fine

RE: Control G Beep on Telnet session using Cygwin

2004-04-28 Thread Igor Pechtchanski
Jim, First off, . Your use of the expression "on the server" in the two contexts is confusing. I think at this point you'd better provide the exact steps you use to launch "vi" and "telnet". AFAIK, vi simply echoes "^G" to the terminal. OTOH, telnet s

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

2004-04-28 Thread Dave Korn
> -Original Message- > From: Tim Prince > Sent: 28 April 2004 17:19 > Because of the different division of responsibilities, if a > function built > by gcc is called by a function built by a commercial compiler > (or by gcc > -Os), the stack has a 75% probability of being mis-aligned.

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

2004-04-28 Thread Tim Prince
At 08:51 AM 4/28/2004, Dave Korn wrote: > -Original Message- > From: cygwin-owner On Behalf Of tbp > Sent: 28 April 2004 16:16 [ Now x-posted to gcc list, since it's seemingly a gcc issue rather than a cygwin environment issue. You might also care to refer to the current discussion on th

joe 3.0 port

2004-04-28 Thread Ricardo Varela [phobeo]
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 included in the cygwin distro? I've downloaded the sources and patched it to be

WEB SITE: Package List Search

2004-04-28 Thread ZXPLESPAC001, Ext
Hi, (apparently for infos on the web site I must write to the cygwin general mailing list) Here is the question: the web page http://cygwin.com/packages/ showing the current package list seems to be generated by a CGI (http://cygwin.com/cgi-bin2/package-grep.cgi). Is its source code ava

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

2004-04-28 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of tbp > Sent: 28 April 2004 16:16 [ Now x-posted to gcc list, since it's seemingly a gcc issue rather than a cygwin environment issue. You might also care to refer to the current discussion on the gcc-patches mailing list under the thr

Re: recompiling cygwin dll problems

2004-04-28 Thread Rolf Campbell
Christopher Faylor wrote: Bingo! I guess I should have put an "and" in my first two statements. You can only have *1* DLL built from the Cygwin source resident and running at any one time. It wasn't clear to me that this is what you were doing, otherwise I would have told you that this is a no-

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

2004-04-28 Thread tbp
Ross Ridge wrote: Normally it's not a problem, but if you have any callbacks in your code (eg. the one that starts the secondary thread) that are called by library functions not compiled with GCC, then the stack can get misaligned. Every library under my control were recompiled with gcc3.4 and more

gettext-0.12.1-3 (+gettext-devel+libgettextpo0+libintl2) question

2004-04-28 Thread ZXPLESPAC001, Ext
Hi, 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 displayed 'e (accent+e

[ANNOUNCEMENT] New Package: db-4.2.52-1

2004-04-28 Thread Gerrit P. Haase
This is the initial release of The Sleepycat Berkeley DataBase v4.2 Canonical homepage: http://www.sleepycat.com/ The package is split into three parts: 1. `db' package contains the documentation. 2. `libdb4.2' package contains the runtime libraries. 3. `libdb4.2-devel' package contains import

Notification

2004-04-28 Thread eManager
* eManager Notification ** Source mailbox: "[EMAIL PROTECTED]" Destination mailbox(es): "[EMAIL PROTECTED]" *** End of message *** Received: from 192.68.66.1 by anti-virus.schmid-online.de (InterScan E-Mail VirusWall NT); Wed, 28 Apr 2004 1

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

2004-04-28 Thread Frank Slootweg
Alejandro López-Valencia wrote: > At 04:33 a.m. 28/04/2004, Frank Slootweg wrote: > > So I think the standout/'inverse video' colors are set somewhere > > else, but I do not know where. That is the problem, and is confirmed > > by the fact that "tput smso" shows the same behaviour. (BTW, the > >

Re: libwww compilation

2004-04-28 Thread Gerrit P. Haase
Gerrit wrote: > ahnkle wrote: >> During the making of expat, one of the libwww libraries, I get the >> following: >> >> | /bin/bash ./libtool --silent --mode=link gcc -g -O2 -Wall >> - -Wmissing-prototypes -Wstrict-prototypes -

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

2004-04-28 Thread Alejandro López-Valencia
At 04:06 a.m. 28/04/2004, Ross Ridge wrote: This is a GCC and/or Binutils (as/ld) bug. GCC puts constants in the ".rdata" section, but this section only 4-byte aligned. >Take note that my app doesn't generate sse1/2 on its own, it all comes >from gcc. Well, that makes the workaround simple, just u

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

2004-04-28 Thread Alejandro López-Valencia
At 04:33 a.m. 28/04/2004, Frank Slootweg wrote: So I think the standout/'inverse video' colors are set somewhere else, but I do not know where. That is the problem, and is confirmed by the fact that "tput smso" shows the same behaviour. (BTW, the normal, non-inverse-video, colors for a "Command P

Re: libwww compilation

2004-04-28 Thread Gerrit P. Haase
ahnkle wrote: > During the making of expat, one of the libwww libraries, I get the > following: > > | /bin/bash ./libtool --silent --mode=link gcc -g -O2 -Wall > - -Wmissing-prototypes -Wstrict-prototypes -fexceptions -I./lib

libwww compilation

2004-04-28 Thread ahnkle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I am trying to compile libwww, but not having much success. Has anyone compiled the latest CVS recently? I have looked through the mailing lists for cygwin and libwww, and the cygwin FAQ. During the making of expat, one of the libwww libraries, I ge

RE: zsh & make

2004-04-28 Thread Dave Korn
> -Original Message- > From: Daniel Clausen > Sent: 28 April 2004 10:34 > The problem that occurs is that when reading lines over a pipe > and do something with them, zsh stops after some lines and > just hangs, while bash works w/o any problems. > Now, I execute this command: > > find

RE: Problem in executing the command

2004-04-28 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Brian Ford > Sent: 27 April 2004 22:35 > you might pay special attention to: > > http://cygwin.com/faq/faq_toc.html#TOC36 TOC links are a bit hard to follow, because you get a page full of questions and no clear indication of which

RE: Problem in executing the command

2004-04-28 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Vikram.Narayan > Sent: 27 April 2004 22:26 > I have installed the freeware of cygwin unix ware ... but the > problem is > what ever command i try to execute it is giving > "bash: who: command not found" ... only the pwd command i can

RE: zsh & make

2004-04-28 Thread Daniel Clausen
Hi On Tuesday, April 27, 2004, at 05:55PM, Dave Korn <[EMAIL PROTECTED]> wrote: [snip] > For debugging it, you might be able to get something useful like this: > >> COMPONENT_NAME = $(shell basename `pwd | tee i-was-here-.txt`) While trying to change our Makefiles the way you suggested, I stag

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

2004-04-28 Thread Frank Slootweg
Alejandro López-Valencia wrote: > At 03:05 a.m. 27/04/2004, Frank Slootweg wrote: > > Please? > > > >On April 20, I wrote: > > > > > How can I set the colors of terminfo's standout (smso, so) mode? > > > > > > I have a terminfo application (tin, the newsreader) which, as > > > far as > > [sni

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

2004-04-28 Thread bertrand marquis
ZXPLESPAC001, Ext a écrit: Hi, here is my question/problem (see the example program below): -// #include #include #include #include static int is_dir(char * dr) { struct stat st; if(stat(dr, &st) == -1) { perror("stat"); return -

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

2004-04-28 Thread Frank Slootweg
Hannu E K Nevalainen wrote: > > From: [deleted] On Behalf Of Frank Slootweg > > FWIW: > > $ cat ~/.Xdefaults > # XTerm == rxvt as rxvt simulates xterm > > rxvt.background:black > rxvt.foreground:grey > rxvt.visualBell:true > > ... I know these things get explained in som

stat()/lstat() problem (?)

2004-04-28 Thread ZXPLESPAC001, Ext
Hi, here is my question/problem (see the example program below): -// #include #include #include #include static int is_dir(char * dr) { struct stat st; if(stat(dr, &st) == -1) { perror("stat"); return -1; }

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

2004-04-28 Thread Ross Ridge
tbp wrote: >Building an app of mine (multithreaded) with something like -O3 -march=k8 >the binary died with an illegal instruction. The offending instruction >was a 'movaps %xmm0, 0x40(%esp)' with an unaligned esp. As that was >on a secondary thread after some external calls (opengl and so on) >i

Re: SUMMARY sort of: OpenSSH public key authentication woes

2004-04-28 Thread Greg Rudd
On Wed, 28 Apr 2004 01:33 am, Larry Hall wrote: > At 11:21 AM 4/27/2004, you wrote: > >On Tue, 27 Apr 2004, Greg Rudd wrote: > >> On Tue, 27 Apr 2004 02:12 am, Karl M wrote: > >> > Hi Greg... > >> > > >> > Try setting your authorized_keys to 644 for now. If that doesn't work, > >> > take a look at

RE: Control G Beep on Telnet session using Cygwin

2004-04-28 Thread Jim Gelasakis
Me Again, We have determined that a session in Vi when Escape is pressed we hear the the beep we want on the server - No sound card is used instead it is a system bell. When we do this through a telnet session the beep still happens on the server. Any ideas on how vi calls this the Beep? And als