-mno-cygwin does not work for g++ and g77

2002-05-12 Thread ruediger . franke
The integrated MinGW works well when calling gcc -mno-cygwin, e.g. for /* Hello World in C */ #include int main() { printf("Hello World!\n"); return 0; } Unfortunately the library and include paths do not seem to be set correctly for g++, e.g. for // Hello World in C++ #include int main()

RE: -mno-cygwin does not work for g++ and g77

2002-05-12 Thread Robert Collins
You are correct, they don't work right. See the mailing list archives for detailes. In short, someone needs to contribute a mingw package for c++ support. Rob > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 12, 2002 7:54 PM > To: [EMAIL PROT

Re: -mno-cygwin does not work for g++ and g77

2002-05-12 Thread Sam Edge
Robert Collins wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Sun, 12 May 2002 19:56:29 +1000: > You are correct, they don't work right. See the mailing list archives > for detailes. In short, someone needs to contribute a mingw package for > c++ support. There's no package but there are lib

Re: new user in cygwin - how?

2002-05-12 Thread Christopher Faylor
On Sun, May 12, 2002 at 04:54:26PM +0200, [EMAIL PROTECTED] wrote: >Hi everybody, > >could anyone advise me, how can I add new user account in Cygwin ? >if it`s possible ? > >or how can I set up Pine, accept another user name (different from >windows user I`m log in) An obvious first step would b

[PATCH] Get recursive grep to work on Win9x

2002-05-12 Thread Ton van Overbeek
There have been various reports over time that recursive grep is not working on Win9x. For every directory you get a 'Permission denied' error. Also there have been reports that using open(2) to open a directory readonly on Win9x fails. Both have the same cause. open(2) calls _open in the cygwin1

Re: new user in cygwin - how?

2002-05-12 Thread mmira
good idea, i will find it Mi __ > Od: Christopher Faylor <[EMAIL PROTECTED]> > Komu: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED], [EMAIL PROTECTED] > Datum: Sun, 12 May 2002 11:29:35 -0400 > PÖedmŠt: Re: new user in cygwin - how? > > On

Re: cp.ese bug report -- possible fix?

2002-05-12 Thread Charles Wilson
Christopher Faylor wrote: > On Sat, May 11, 2002 at 07:39:42PM -0400, Charles Wilson wrote: > >>Well, I've attached a patch for this bug. However, it uncovered another >>problem with 'cp -p src dest', when src is not owned by the current user. >> > > If the system UID is 18 then maybe cygwin

Re: [PATCH] Get recursive grep to work on Win9x

2002-05-12 Thread Christopher Faylor
On Sun, May 12, 2002 at 05:33:04PM +0200, Ton van Overbeek wrote: >The patch is simple. It makes use of the wincap.can_open_directories() >capability, which seems to be foreseen for exactly this type of problems. >However I could not find an other place where this capability is used >in the cygwin

Re: how to get ssh on win32 with cygwin?

2002-05-12 Thread Anders Ripa
Try educating them and tell us newcomers how to contribute etc Give practical tips on how to go about doing it. /Anders Ripa -- Familjen Ripa http://www.ripa.se/anders/ "Christopher Faylor" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED]... > On Thu, May 09, 2002 at 08:13:41AM

rxvt coredumps on pasting empty clipboard

2002-05-12 Thread Conrad Scott
[I'm crossposting to the cygwin and the rxvt-bugs lists.] I've just changed over to using rxvt with cygwin (rather than the default Windows console) and I'm loving it. (I'm not using X11, just the 'raw' window manager.) Anyhow, I've discovered a repeatable crash in rxvt 2.7.2 under cygwin (relea

Problems in shm.cc from cvs

2002-05-12 Thread Nicholas Wourms
Hi, I'm getting a bunch of sytax errors when I compile the latest cvs tree. Although I am aware that the tree is sometimes broken, I thought I'd call attention to it. I'm investigating the issue right now, but I don't know how long I can spend on it. Anyhow, I am using the latest cygwin instal

Cut and paste standard input and output

2002-05-12 Thread Raoul Gough
I recently wrote a simple command-line tool that cuts or pastes plain text to/from standard input/output. I find it quite useful sometimes, when I've got a script that generates some output and I want to process the output in a windows application (or vice-versa). e.g. ls -lR | clipboard -x Aft

Re: Cut and paste standard input and output

2002-05-12 Thread Charles Wilson
Have you seen the 'putclip' and 'getclip' applications that are part of the official 'cygutils' package? --Chuck Raoul Gough wrote: > I recently wrote a simple command-line tool that cuts or pastes plain text > to/from standard input/output. I find it quite useful sometimes, when I've > got a

Re: Problems in shm.cc from cvs

2002-05-12 Thread Chris January
> I'm getting a bunch of sytax errors when I compile the latest cvs tree. > Although I am aware that the tree is sometimes broken, I thought I'd call > attention to it. I'm investigating the issue right now, but I don't know > how long I can spend on it. Anyhow, I am using the latest cygwin inst

Re: Cut and paste standard input and output

2002-05-12 Thread Michael Schaap
Quoting Charles Wilson <[EMAIL PROTECTED]>: > Raoul Gough wrote: > > > I recently wrote a simple command-line tool that cuts or pastes plain > text > > to/from standard input/output. I find it quite useful sometimes, when > I've > > got a script that generates some output and I want to process th

[avail for test] zip-2.3-2 and unzip-5.50-1

2002-05-12 Thread Charles Wilson
I've uploaded these two packages to sourceware and marked them as 'test' releases. Please try them out, and let me know if there are any problems. (See below for installation instructions) CHANGES: zip-2.3-2 o Update to new script-based packaging scheme. o Added the dospath patch from Micha

Re: how to get ssh on win32 with cygwin?

2002-05-12 Thread Christopher Faylor
On Sun, May 12, 2002 at 10:31:53PM +0200, Anders Ripa wrote: >Try educating them and tell us newcomers how to contribute etc >Give practical tips on how to go about doing it. What kind of practical tips do you need? If you want to submit a web page, say "I want to submit a web page". If the

Re: Problems in shm.cc from cvs

2002-05-12 Thread Christopher Faylor
On Sun, May 12, 2002 at 03:03:47PM -0700, Nicholas Wourms wrote: >I'm getting a bunch of sytax errors when I compile the latest cvs tree. >Although I am aware that the tree is sometimes broken, I thought I'd call >attention to it. I'm investigating the issue right now, but I don't know >how long

Re: where is cygintl-1.dll?

2002-05-12 Thread David T-G
Harold -- ...and then Harold Hunt said... % % In less than 10 clicks I went into setup.exe (having no idea where libintl1 % is) and expanded the package tree to find All->Libs->libintl1. What was so % hard about that? Aha! I don't have that in my version :-) I looked there, believe me. I cl

test -devel versions of the autotools

2002-05-12 Thread Charles Wilson
I've uploaded test versions of: autoconf-devel-2.53a-1 automake-devel-1.6.1-3 libtool-devel-20020502-2 autoconf: updated to official '2.53a' release. Previous cygwin version was 2.53. automake: updated to official '1.6.1' release. Previous cygwin version was 1.6. Also added a few fi

Re: cygwin Digest 12 May 2002 01:09:50 -0000 Issue 1930

2002-05-12 Thread Peter A. Castro
Hi All, Yesterday (5/11) I decided to update my local image with what's out on the mirrors and do a full install of *everything*, source included, just to see how much disk space it would take. Result: 1187401k disk blocks (~1.2Gb) In installing everything, I'd also discovered the following:

[ANNOUNCEMENT] Updated: texinfo-4.2-1

2002-05-12 Thread Christopher Faylor
I've made a new version of 'texinfo' available for download. This updates the package to the latest version available from ftp.gnu.org. It also corrects a problem where the path separator was set incorrectly in texi2dvi. For a brief descripton of this package, see http://cygwin.com/packages/ .

[ANNOUNCEMENT] new packages: Gnu Go 3.2 and cgoban 1.9.12

2002-05-12 Thread Teun Burgers
These two packages are related to the fascinating boardgame of Go. Gnu Go is a state of the art go playing program. cgoban1 provides a GUI to Gnu Go, but that is just one of its functions. It allows you to play online against other people on for instance the NNGS and IGS servers. It also allows