Re: Poor execution speeds using -mno-cygwin g77 option

2004-06-19 Thread Reini Urban
Igor Pechtchanski schrieb: > On Fri, 18 Jun 2004, Douglas A. Vechinski wrote: >>To my knowledge, I'm not using floating point emulation. But if I was, >>how would I be able to check? > > Actually, my WAG may turn out to be right after all. Check the default > target architecture (processor) for b

Re: THANKS for a fantastic product

2004-06-19 Thread zzapper
On Wed, 16 Jun 2004 13:21:17 -0500, wrote: >Figure cygwin developers rarely get kudos, but here's one! Cgywin is >exactly what I was looking for--a way of running ssh2-compatible >terminal shells for access to my production Solaris enviorments that >WORK the way they should. SecureCRT was my

Re: Poor execution speeds using -mno-cygwin g77 option

2004-06-19 Thread Igor Pechtchanski
On Sat, 19 Jun 2004, Reini Urban wrote: > Igor Pechtchanski schrieb: > > On Fri, 18 Jun 2004, Douglas A. Vechinski wrote: > >>To my knowledge, I'm not using floating point emulation. But if I was, > >>how would I be able to check? > > > > Actually, my WAG may turn out to be right after all.

Latest setup causes crash on winxp pro

2004-06-19 Thread Michael D. Stemle, Jr.
I downloaded the latest setup.exe from the cygwin.com and it crashed when I ran it. Windows stuff says AppName: setup.exe offset: 000df270. Attached is a copy of the executable and a copy of the appcompat.txt file both in a tarball. Please note that my machine has no drive named "C", but instead

Re: Latest setup causes crash on winxp pro

2004-06-19 Thread Christopher Faylor
On Sat, Jun 19, 2004 at 11:42:52PM -0500, Michael D. Stemle, Jr. wrote: >P.S. - The qmail server for this mailing list is a royal pain in the >neck. Checking on your problem with sending email, I see that you were blocked in one attempt to send email here because your email used html formatting.

Perl's XML::Xerces on CYGWIN 1.5.11s

2004-06-19 Thread ERIC HO
I'm wondering has anyone installed successfully Perl's XML::Xerces on CYGWIN 1.5.11s before. I'd appreciate if you could share the installation procedures with me. Thanks Regards, -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

Unable to call gcc-java

2004-06-19 Thread Alex Vinokur
Hi, I have installed gcc-java. $ cygcheck -c Cygwin Package Information Package VersionStatus _update-info-dir 00227-1OK ash 20040127-1 OK base-files 2.6-1 OK base-passwd 1.1-1 OK bash

Re: Unable to call gcc-java

2004-06-19 Thread Alex Vinokur
"Alex Vinokur" wrote in message news:[EMAIL PROTECTED] > Hi, > > I have installed gcc-java. [snip] > > $ which -a java > /cygdrive/c/WINNT/system32/java // not cygwin-gcc-java > > $ which -a javac > javac: Command not found. > [snip] It is OK. $ man -k Java [--omitted--] gcj (

gcj : undefined reference to `_WinMain@16'

2004-06-19 Thread Alex Vinokur
Windows 2000 CYGWIN_NT-5.0 1.5.10-3 (0.116/4/2) gcj (GCC) 3.3.1 (cygming special) - Java code : File HelloWorld.java : BEGIN - public class HelloWorld { public static void main (String[] args) { System.out.println("Hello, world!\n")