Re: Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Brian Dessent
Brian Dessent wrote: > However, it seems you also want it to not even consider /usr/include and > /usr/lib (or for the case of -mno-cygwin it's actually > /usr/include/mingw and /usr/lib/mingw) and instead use a different tree > alltogether. That is going to take a lot more work, and just changin

Re: Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Brian Dessent
Brian Dantes wrote: > I am trying to deploy a secondary install of gcc/g++ under Cygwin. For a > package I am developing I need to keep the compiler and binutils stable even > if the Cygwin environment itself changes. I am using the the compiler in > -mno-cygwin mode to generates Win32 binaries --

[ANNOUNCEMENT] Updated: ssmtp-2.61-1

2007-06-11 Thread Charles Wilson
ssmtp is an extremely simple sendmail replacement, which forwards messages to a mailhub (e.g., your ISP's outgoing mail server), and does nothing else. I've taken over maintainership of cygwin's ssmtp package. This release, the first in almost two years, is updated to the latest debian source

Re: [ontopic again] RE: [OT] RE: Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Larry Hall (Cygwin)
Dave Korn wrote: ps. still don't want be spammed! Wimp! ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 ___

RE: permissions on /proc/self/fd, process substitution, heredoc

2007-06-11 Thread Dave Korn
On 12 June 2007 02:32, Brian Minton wrote: > I know. I basically just wanted to try combining heredocs and process > substitution, to see if I could do it. :-) I think heredocs inherit perms from /tmp, don't they? > > On 6/11/07, Dave Korn <[EMAIL PROTECTED]> Please try and avoid that.

Re: permissions on /proc/self/fd, process substitution, heredoc

2007-06-11 Thread Brian Minton
I know. I basically just wanted to try combining heredocs and process substitution, to see if I could do it. :-) On 6/11/07, Dave Korn <[EMAIL PROTECTED]> wrote: On 12 June 2007 01:54, Brian Minton wrote: > hi. I am trying to add a ssh key from process substitution and a > heredoc, and I am g

RE: permissions on /proc/self/fd, process substitution, heredoc

2007-06-11 Thread Dave Korn
On 12 June 2007 01:54, Brian Minton wrote: > hi. I am trying to add a ssh key from process substitution and a > heredoc, and I am getting the following message: > > @@@ > @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ > @@@

permissions on /proc/self/fd, process substitution, heredoc

2007-06-11 Thread Brian Minton
hi. I am trying to add a ssh key from process substitution and a heredoc, and I am getting the following message: @@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@ Pe

[ontopic again] RE: [OT] RE: Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Dave Korn
On 11 June 2007 20:20, Dave Korn wrote: > ObTopic: I was going to discuss the libstdc++ ABI change we introduced in > 3.4.4, but since you have announced your intention to post my email address > and get me spammed for my pains if I attempt to help you, I'm not inclined > to do so. However,

Re: Java

2007-06-11 Thread Igor Peshansky
On Mon, 11 Jun 2007, Brian D. McGrew wrote: > Good morning all, > > I'm brand new to cygwin but a veteran Unix engineer so I do know my way > around... I've successful compiled all of my C/C++ code in cygwin and > it's all running good now. However, I need java. There is a higher > level user i

Re: Can I safely upgrade gcc/g++

2007-06-11 Thread Matthew Woehlke
Brian D. McGrew wrote: From the "stock" gcc-3.4.4 to the current gcc-4.2.0 from ftp.gnu.org? Will this break anything in cygwin? Since 'gcc' is in no way a requirement for a functional Cygwin installation, I don't see why not. This assumes* however that you can get gcc 4.2.0 to build on Win

Can I safely upgrade gcc/g++

2007-06-11 Thread Brian D. McGrew
>From the "stock" gcc-3.4.4 to the current gcc-4.2.0 from ftp.gnu.org?  Will >this break anything in cygwin? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

[OT] RE: Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Dave Korn
On 11 June 2007 19:58, Brian Dantes wrote: > I see no way to configure my email client to do this -- nor do I believe it > to be a reasonable request. It /is/ a "reasonable request". Posting someone's email address to a web archive gets them harvested and spammed. It is universally accepted a

Re: Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Brian Dantes
> . Reformatted. If I am responding to something specific point (like now) -- I won't "top-post" -- but when I'm reading responses myself, I much prefer at least some lead-in right at the top. >>> To: cygwincom> >

Re: Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Larry Hall (Cygwin)
. Reformatted. Brian Dantes wrote: From: "Larry Hall (Cygwin)" cygwincom> Reply-To: cygwincom> Date: Mon, 11 Jun 2007 13:36:09 -0400 To: cygwincom> ^^

RE: Java

2007-06-11 Thread Brian D. McGrew
> What issue(s) are you having with a standard SUN jdk install?? - None, I was asking if a standard Sun JDK could be installed on cygwin and if so, which one? -brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

RE: Java

2007-06-11 Thread Reid Thompson
On Mon, 2007-06-11 at 11:33 -0700, Brian D. McGrew wrote: > > What issue(s) are you having with a standard SUN jdk install?? > - > > None, I was asking if a standard Sun JDK could be installed on cygwin > and if so, which one? > > -brian ala, Gordon Prieur, I've used at least 1.4 and 1.5 SU

Re: Java

2007-06-11 Thread Gordon Prieur
Brian, Cygwin and Java (Sun's Java, not just gcj) can coexist. I use both on my laptop on a (sometimes) daily basis. Gordon Brian D. McGrew wrote: Good morning all, I'm brand new to cygwin but a veteran Unix engineer so I do know my way around... I've successful compiled all of my C/C++ c

RE: Java

2007-06-11 Thread Reid Thompson
On Mon, 2007-06-11 at 11:05 -0700, Brian D. McGrew wrote: > Brian D. McGrew, le Mon 11 Jun 2007 10:53:03 -0700, a écrit : > > However, I need java. There is a higher level user interface that > > goes on top of our C/C++/X/Motif stuff that's all done in Java. > > Could it work with the java suppo

RE: Java

2007-06-11 Thread Brian D. McGrew
Brian D. McGrew, le Mon 11 Jun 2007 10:53:03 -0700, a écrit : > However, I need java. There is a higher level user interface that > goes on top of our C/C++/X/Motif stuff that's all done in Java. Could it work with the java support of gcj? - Sadly, no, it won't work with gcj. I'm a C++ prog

Re: Java

2007-06-11 Thread Samuel Thibault
Hi, Brian D. McGrew, le Mon 11 Jun 2007 10:53:03 -0700, a écrit : > However, I need java. There is a higher level user interface that > goes on top of our C/C++/X/Motif stuff that's all done in Java. Could it work with the java support of gcj? Samuel -- Unsubscribe info: http://cygwin.com

Java

2007-06-11 Thread Brian D. McGrew
Good morning all, I'm brand new to cygwin but a veteran Unix engineer so I do know my way around... I've successful compiled all of my C/C++ code in cygwin and it's all running good now. However, I need java. There is a higher level user interface that goes on top of our C/C++/X/Motif stuff tha

Re: Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Brian Dantes
More specifically, can object code generated by Cygwin g++ 3.4.4 be linked with MinGW gcc 3.4.2 libraries and vice versa? For example, I know this is *not* true for MinGW g++ 3.2.1; libstdc++ changed significantly between g++ 3.2.1 and 3.4.4. Brian > From: "Larry Hall (Cygwin)" <[EMAIL PROTECTED]

Re: Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Larry Hall (Cygwin)
On 06/11/2007, Brian Dantes wrote: As an aside, is object code and libraries generated by MinGW gcc/g++ 3.4.2 (the latest stable release, I believe) fully compatible with Cygwin's gcc/g++ 3.4.4 code generated in -mno-cygwin? You mean object code-wise? Yes. Cygwin is building Win32 executable

[ANNOUNCEMENT] Updated: multitail-5.1.0-1: View one or multiple files like tail but with multiple windows.

2007-06-11 Thread Dr. Volker Zell
Hi A new version of 'multitail' has been uploaded to a server near you. Cygwin NEWS: * Update to latest upstream version multitail NEWS: === 5.0.1: - fixed a segfault in the 'find'-code - --mergeall would merge all the following files into the previous wi

[ANNOUNCEMENT] Updated: xemacs-sumo-2007-04-27-1/xemacs-mule-sumo-2007-04-27-1

2007-06-11 Thread Dr. Volker Zell
Hi New versions of 'xemacs-sumo/xemacs-mule-sumo' have been uploaded to a server near you. DESCRIPTION: XEmacs standard and XEmacs MULE (MUlti Lingual Emacs) packages. CYGWIN NEWS: * Routine update UPDATE: === To update your installation, click on the

RE: [OT] load average, uptime, etc on windows?

2007-06-11 Thread Dave Korn
On 11 June 2007 16:59, Mike wrote: > non-cygwin environment > Does anyone have code for this? Yes, they're called "the MinGW project". cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

[OT] load average, uptime, etc on windows?

2007-06-11 Thread Mike
I am seeking some code that I will compile with gcc inside cygwin and use the executable in a non-cygwin environment to report the uptime, load average, mounted disks, size and space used in the mounted disks, etc. Does anyone have code for this? I'm a unix person, not a windows person. Mike --

Re: Problem compiling with gpc and "Uses Crt" statement in crtc.c

2007-06-11 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Fri, 8 Jun 2007, Bruce Mahfood wrote: > On 6/8/07, Dave Korn wrote: > > > > One last thing > > > > > On 6/7/07, Dave Korn wrote: > > ^^^ > > http://cygwin.com/acronyms#PCYMTNQREAIYR: > > > > Can yo

Using a secondary install of gcc/g++ binutils

2007-06-11 Thread Brian Dantes
Hello, I am trying to deploy a secondary install of gcc/g++ under Cygwin. For a package I am developing I need to keep the compiler and binutils stable even if the Cygwin environment itself changes. I am using the the compiler in -mno-cygwin mode to generates Win32 binaries -- I am not using the M