Re: gcc 3.3.3 builds corrupt lesstif-0.93.94

2004-10-24 Thread Charles Wilson
Danny Smith wrote: Back before .rdata was enabled for user data in GCC, const data was put into ,text, which is normally readonly as well. But this, in pe-dll.c:pe_create_import_fixup line 2178 /* If we ever use autoimport, we have to cast text section writable. */

Re: Your nail works for me.

2004-10-24 Thread Gerrit P. Haase
Gary R. Van Sickle wrote: Now how did that subject line get through my spam filter? ;-) Hehe, spammer don't use nail as MUA? User-Agent: nail 11.11 10/13/04 ;) Gerrit -- =^..^=

Re: Updated: minires-1.00

2004-10-24 Thread Gerrit P. Haase
Pierre A. Humblet wrote: Please upload the new minires and minires-devel, deleting the current test version 0.98-3 and keeping 0.97-1. Uploaded. Gerrit -- =^..^=

Updated: clamav-0.80-1

2004-10-24 Thread Reini Urban
clamav has been updated. (now with shared lib) please upload. wget -q -O - http://xarch.tu-graz.ac.at/publ/cygwin/clamav/get.sh | sh or http://xarch.tu-graz.ac.at/publ/cygwin/clamav/clamav-0.80-1.tar.bz2 http://xarch.tu-graz.ac.at/publ/cygwin/clamav/clamav-0.80-1-src.tar.bz2

Re: Updated: clamav-0.80-1

2004-10-24 Thread Gerrit P. Haase
Hallo Reini, Am Sonntag, 24. Oktober 2004 um 18:27 schriebst du: clamav has been updated. (now with shared lib) please upload. wget -q -O - http://xarch.tu-graz.ac.at/publ/cygwin/clamav/get.sh | sh or http://xarch.tu-graz.ac.at/publ/cygwin/clamav/clamav-0.80-1.tar.bz2

Re: GNOME progress report (with screenshot!)

2004-10-24 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit, OK, after a week of using GNOME I've found some more things to work on, and I've also managed to pinpoint somewhat some of the previous problems. 1) gconfd-2 will start up from scratch properly ONLY if the previous locks are removed, which has

Re: [ITP] bash_completion

2004-10-24 Thread Max Bowsher
Reini Urban wrote: I also want to contribute and maintain bash_completion. +1. Max.

Re: Your nail works for me.

2004-10-24 Thread Harold L Hunt II
Can I get two more +1 votes? I'll take Gerrit's testing as a good to go. I'll fix additional problems that crop up later. Harold [EMAIL PROTECTED] wrote: Hello Harold, your nail works (if you can read this;) To test the direct SMTP mail with nail I have this in .mailrc in my home directory: set

Re: Your nail works for me.

2004-10-24 Thread Ross Smith II
Harold L Hunt II wrote: Can I get two more +1 votes? I never got nail 11.11 to work properly. The biggest issue is nail sees all command line options as email addresses: $ echo test | nail -s subject [EMAIL PROTECTED] [EMAIL PROTECTED] ~ $ smtp-server: 501 -s: recipient address must contain

Re: LoadLibrary(cygx11-6.dll) results in STATUS_ACCESS_VIOLATION

2004-10-24 Thread Samer El Boustany
here's my piece of code: int main(int argc,char **argv) { HINSTANCE hInst = LoadLibrary(cygwin1.dll); void *(*pfdlOpen)(char *,int) = (void *(*)(char *,int))GetProcAddress(hInst,dlopen); int (*pfdlClose)(void *) = (int(*)(void*))GetProcAddress(hInst,dlclose); void *(*pfdlSym)(void *,const

src/winsup/w32api ChangeLog include/ddk/ntapi. ...

2004-10-24 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2004-10-24 09:03:30 Modified files: winsup/w32api : ChangeLog winsup/w32api/include/ddk: ntapi.h winddk.h winsup/w32api/lib/ddk: ntoskrnl.def Log message: 2004-10-24 Dan

Re: wstring, how?

2004-10-24 Thread Gerrit P. Haase
Larry Hall wrote: At 06:31 PM 10/23/2004, you wrote: Larry Hall wrote: At 07:44 PM 10/22/2004, you wrote: #include string class{ std::wstring wstr; //== syntax error before ; token }; g++ -Wall -g -c program.exe -o filename.cpp Can someone tell me what I am dong wrong or why I get this error

Quick question: preventing rxvt from scrolling

2004-10-24 Thread overbored
Can I prevent rxvt from scrolling to the bottom whenever there's new output? If so, how? Thanks in advance. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

[bugreport] resolv.h test fails (was: Re: minires-devel-0.97-1: resolv.h fails)

2004-10-24 Thread Gerrit P. Haase
Pierre A. Humblet wrote: At 01:03 PM 10/18/2004 +0200, Corinna Vinschen wrote: On Oct 18 03:28, Reini Urban wrote: minires-devel-0.97-1: #include resolv.h fails suddenly. Apparently /usr/include/resolv.h misses the definition for sockaddr_in, which is defined in cygwin/in.h Have no clue why it

Re: wstring, how?

2004-10-24 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Larry Hall wrote: Gerrit, do you know why string has the wstring typedef commented out? wchar_t and wstring are not in newlib and so they are not in cygwin. Yeah, I thought of that but then I grepped through newlib and there seemed to be plenty of references to it.

Cygwin finally croaked

2004-10-24 Thread George Hester
I installed cygwin version. Not sure of the version but somtime at beginning of this year 2004. I never really use it except for the whois functionality. A few days ago I noticed when I first double click on the icon on my Windows 2000 SP3 desktop the console comes up and disappears. I have

Re: Startup problem

2004-10-24 Thread David Baron
There must be something wrong with recent setups. Once upon a time, running the cygwin.bat brought up bash, went through a series of startup/login scripts and then it worked. Now, as the poster said, bash and nothing works. One is NOT in the home directory but actually in the /usr/bin but no

Profile not called

2004-10-24 Thread Alex Vinokur
It seems that profile is not called. I put several aliases and Hello from Cygwin in profile. However 'declare' doesn't show them. Also Cywing window doesn't print Hello from Cygwin. $ cygcheck -c cygwin Cygwin Package Information Package VersionStatus cygwin

Re: Profile not called

2004-10-24 Thread Alex Vinokur
Alex Vinokur [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It seems that profile is not called. I put several aliases and Hello from Cygwin in profile. However 'declare' doesn't show them. Also Cywing window doesn't print Hello from Cygwin. $ cygcheck -c cygwin Cygwin Package

Not what I expected at first startup :0

2004-10-24 Thread Nemes
hello all New to lthe mailing list, and new to cygwin :) Firstly I would to ask if it is normal for cygwin to startup and just show a cmd.exe black window as the access to the install?? From there I did a, startx and was surprised to just get another bash shell window I presume. I was

Re: Not what I expected at first startup :0

2004-10-24 Thread Luc Hermitte
Hello, * On Sun, Oct 24, 2004 at 04:08:19PM +0100, Nemes [EMAIL PROTECTED] wrote: Firstly I would to ask if it is normal for cygwin to startup and just show a cmd.exe black window as the access to the install?? Yes it is. Also what is the, irc application, is it, virc, XChat BitchX or

mkcramfs for cygwin?

2004-10-24 Thread rehorrericha
Hello: I'd like to run mkcramfs under cygwin. I searched on the web and found references from this list about two years ago, that someone ported mkcramfs for cygwin. But I can't find it anywhere on the web. Does anyone have it? Could I get it? Thanks.

Re: Not what I expected at first startup :0

2004-10-24 Thread Reid Thompson
Nemes wrote: Firstly I would to ask if it is normal for cygwin to startup and just show a cmd.exe black window as the access to the install?? Yes Is there anyw ay to get a KDE style setup from the, startx cmd from cygwin, or somethign similar? like maybe, window maker or, blackbox something

bash-2.05b commands?

2004-10-24 Thread warrenmcneely
HI again, Thanks for the prior help. Got Cygwin to open. It opens to Cygwin bash shell which is bash-2.05b. I get 'bash-2.05b$' I type 'help' and get a screen full of it. I type 'dirs' and get '/cygdrive/d/cygwin/bin'. But I am unable to get to any directory in my cygwin file. bash-2.05b$ _

Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1

2004-10-24 Thread Charles Wilson
New alpha versions of libtool available for test. This is very close to what libtool-2.0 will be. Please evaluate. NOTE: cygwin maintainers: do NOT release any updates of your packages built using this version of libtool! Be sure to revert back to regular libtool-devel (1.5.10-1) before

Setting Enviroment Variables

2004-10-24 Thread Nemes
I have been looking through the cygwin users guide and some of the other documentation that comes with it or is gett-able via the site, looking for stuff on setting up a new install of cygwin. I came across the enviroment variables part in the users manual, but it isn't exactly typed out with a

bash/sh program interpreter problems...

2004-10-24 Thread Robert Schmidt
I have the following two programs in /usr/local/bin: --- test.btm #!/usr/local/bin/testint.sh echo hello from test.btm --- testint.sh #!/bin/sh echo hello from test interpreter. the file is $1 --- test.h #!/bin/bash test.btm Then I do this: ~ $ echo $PATH

Re: Setting Enviroment Variables

2004-10-24 Thread J. David Boyd
Nemes [EMAIL PROTECTED] writes: Can anyone help with any of the above queries ??? Thanks in advance to all those with the patience to compose a reply Nemes If no one has replied to this before I get to my work machine, where I have been running Cygwin for years, I can send you a

Re: wstring, how?

2004-10-24 Thread Larry Hall
At 05:54 AM 10/24/2004, you wrote: Gerrit P. Haase wrote: Larry Hall wrote: Gerrit, do you know why string has the wstring typedef commented out? wchar_t and wstring are not in newlib and so they are not in cygwin. Yeah, I thought of that but then I grepped through newlib and there seemed to be

Re: Profile not called

2004-10-24 Thread Larry Hall
At 10:45 AM 10/24/2004, you wrote: It seems that profile is not called. I put several aliases and Hello from Cygwin in profile. However 'declare' doesn't show them. Also Cywing window doesn't print Hello from Cygwin. $ cygcheck -c cygwin Cygwin Package Information Package Version

Re: Cygwin finally croaked

2004-10-24 Thread Larry Hall
At 10:08 AM 10/24/2004, you wrote: I installed cygwin version. Not sure of the version but somtime at beginning of this year 2004. I never really use it except for the whois functionality. A few days ago I noticed when I first double click on the icon on my Windows 2000 SP3 desktop the

Re: Startup problem

2004-10-24 Thread Larry Hall
At 10:23 AM 10/24/2004, you wrote: There must be something wrong with recent setups. Once upon a time, running the cygwin.bat brought up bash, went through a series of startup/login scripts and then it worked. Now, as the poster said, bash and nothing works. One is NOT in the home directory but

Re: bash-2.05b commands?

2004-10-24 Thread Larry Hall
At 02:12 PM 10/24/2004, you wrote: HI again, Thanks for the prior help. Got Cygwin to open. It opens to Cygwin bash shell which is bash-2.05b. I get 'bash-2.05b$' I type 'help' and get a screen full of it. I type 'dirs' and get '/cygdrive/d/cygwin/bin'. But I am unable to get to any directory

Re: wstring, how?

2004-10-24 Thread Gerrit P. Haase
Larry Hall wrote: Sorry, I wasn't specific in my reply. 'wchar_t' is referenced in newlib. 'wstring' is only defined (typedef) in '/usr/include/g++-3/string' but it is commented out. Like I said though, if you uncomment it (or put the same definition in the code), everything compiles/links

Re: Cygwin finally croaked

2004-10-24 Thread George Hester
Larry Hall [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 10:08 AM 10/24/2004, you wrote: I installed cygwin version. Not sure of the version but somtime at beginning of this year 2004. I never really use it except for the whois functionality. A few days ago I noticed when

Re: Cygwin finally croaked

2004-10-24 Thread Larry Hall
At 06:02 PM 10/24/2004, you wrote: Larry Hall [EMAIL PROTECTED] wrote in message http://cygwin.com/acronyms/#PCYMTNQREAIYR snip Ok I'll try to be a little clearer. Recently when I double-click on the Cygwin icon on my Windows 2000 SP3 desktop the Cygwin console will come up then immediately

Re: Cygwin finally croaked

2004-10-24 Thread George Hester
Larry Hall [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 06:02 PM 10/24/2004, you wrote: Larry Hall [EMAIL PROTECTED] wrote in message http://cygwin.com/acronyms/#PCYMTNQREAIYR snip Ok I'll try to be a little clearer. Recently when I double-click on the Cygwin icon on

RE: Bash returns incorrect process status

2004-10-24 Thread Pierre A. Humblet
Attached is a simpler better patch to bash, replacing the one in http://cygwin.com/ml/cygwin/2004-09/msg00882.html It's simpler because it slightly changes how bash works to prevent the pid reuse problem, instead of adding a layer to fix it. It's better because it also fixes the bug reported in