Re: Old Thread: Cygwin Performance

2001-12-04 Thread Tim Prince
] To: Cygwin [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 7:13 AM Subject: RE: Old Thread: Cygwin Performance -Original Message- From: Tim Prince [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 02, 2001 10:58 PM To: Ralf Habacker Cc: Cygwin Subject: Re: Old Thread

Re: Old Thread: Cygwin Performance

2001-12-05 Thread Tim Prince
-Original Message- From: Tim Prince [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 02, 2001 10:58 PM To: Ralf Habacker Cc: Cygwin Subject: Re: Old Thread: Cygwin Performance The QueryPerformance() calls are still giving 1.00 second timing resolution on an AthlonMP box

Re: make install fail with gcc 3.0.2

2001-12-12 Thread Tim Prince
- Original Message - From: Dennis Weber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 4:25 AM Subject: make install fail with gcc 3.0.2 Hi I am trying to get the 3.0.2 version of gcc to run in the Cygwin 1.3.5 environment on Win 2k pro. ./configure and

Re: GCC problems

2001-12-12 Thread Tim Prince
Does the current cygwin installation allow you to forget to install binutils etc? It needs some kind of dependency list. Most packages which give you a message like that store an indication of what they attempted to do, e.g. in config.log. That would tell you what command it tried to execute

Re: Virus in CYGWIN download

2001-12-15 Thread Tim Prince
Only in the last month has NAI come out with versions which work with .gz and similar files. - Original Message - From: Dave Trissel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 15, 2001 1:11 AM Subject: Virus in CYGWIN download I just downloaded several CYGWIN

Re: problem with vi commands

2001-12-26 Thread Tim Prince
vim is among the optional components, under editors. - Original Message - From: Gautham.S [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 26, 2001 3:46 AM Subject: problem with vi commands Hi, I have installed cygwin but when i give vi filename it gives bash:vi

Re: New user question

2001-12-27 Thread Tim Prince
Only the gcc which comes with cygwin has all the cygwin patches applied. Since you don't specify any requirements which would move you toward a newer version, such as the more modern C++ library, or P4 support, you may not have a good reason for changing. Attempting to build and install gcc

Re: HELP !!

2002-01-01 Thread Tim Prince
When installing, did you click on the Devel category and select binutils, gcc, and any other necessary components? - Original Message - From: Marios Karagiannopoulos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 01, 2002 3:37 PM Subject: HELP !! First of all I wish

Re: gcc

2002-01-03 Thread Tim Prince
It's under Devel in the package selection page. It requires binutils; if that doesn't select itself, add that to your selections. - Original Message - From: Givon Zirkind [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 02, 2002 9:14 AM Subject: gcc Hi. I recently

Re: missing gcc program

2002-01-09 Thread Tim Prince
Austin Lanham wrote: I downloaded and installed the latest version of cygwin today and for some reason there is not gcc program. I changed my PATH variable and everything but gcc is simply not there. Any suggestions? Thanks. You must upgrade your installation; select the gcc and

Re: I need help on how to use the Cygwin fortran compiler. Thank s, Dr. McNeill

2002-01-09 Thread Tim Prince
Robinow, David wrote: Do you have a Cygwin icon on your desktop? If not, go to http://sources.redhat.com/cygwin and Install Cygwin now You should install, at least, Base, Devel, and Shells packages. Click on the Cygwin icon. This should bring up a bash shell. Are you

Re: OK to mention if it runs on cygwin

2002-01-13 Thread Tim Prince
, using all the f90 extensions to avoid goto's. If anyone has suggestions about how to translate my associated lex pre-processor to flex, I'd be grateful. -- Tim Prince [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http

Re: Proposed Mailing List Page Reorg

2002-01-14 Thread Tim Prince
of code and data alignments? Does anyone think the newlib mailing list is a helpful place? -- Tim Prince [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html

Re: Hello--Question about setting up a local install server?

2002-01-16 Thread Tim Prince
You can set your local package directory on a server, so that repeated installation on various machines don't waste bandwidth. I think it's simpler to run the copy of setup.exe stored on the server. I usually do install from internet, so that the local package directory is updated. -- Tim

Re: When will GCC 3 ship with Cygwin?

2002-01-16 Thread Tim Prince
at cygwin, nor do I see how it should affect our attitude about which gcc version to prefer. -- Tim Prince [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ

Re: Memory

2002-01-26 Thread Tim Prince
doesn't break. -- Tim Prince [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: lgamma function not available with -mno-cygwin

2002-01-28 Thread Tim Prince
On Sunday 27 January 2002 15:20, William D. Kirby wrote: I'm working with the beta cvs version of GNUPLOT. The X11 version compiles and tests fine using CYGWIN v1.3.9-1 build, but I get an error message testing the WIN32 version (i.e., -mno-cygwin). The gnuplot generated error message during

Re: uncompress utility

2002-02-02 Thread Tim Prince
On Friday 01 February 2002 13:46, J S wrote: Hi there, Does anyone know where I can get the uncompress utility for cygwin? Cheers, JS. As with any copy of gunzip, the ability to expand .Z files is included. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Problems upgrading from 2.95.3-5 to 3.X on cygwin

2002-02-03 Thread Tim Prince
On Saturday 02 February 2002 13:02, Arek wrote: Okay, On a whim, I decided to upgrade to GCC 3.0.3 on my box. Following David Billinghurst's instructions, everything went fine until 'make install', where it failed with the following error: make[1]: Entering directory

Re: Any existing routine for CPU-id on Cygwin?

2002-03-05 Thread Tim Prince
) { return NO_CPUID;// CPUID is not supported and so // it is not a recent family CPU } return (reg_eax FAMILY_ID); Regards, Soren Andersen -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: C++ link errors using gcc from cvs

2002-03-17 Thread Tim Prince
them normally in separate directories. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: how-to use _WIN32 preprocessor with cygwin ?

2002-11-10 Thread Tim Prince
that arrangement, so confusion is understandable. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: how-to use _WIN32 preprocessor with cygwin ?

2002-11-11 Thread Tim Prince
the configure script to add -mwin32 flag on gcc option if I detect cygwin environment. Question : How to detect cygwin environment ? Often done by the uname command, as on other Unixish systems -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Tim Prince
. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: GCC compiler cannot create executables.

2002-12-06 Thread Tim Prince
config.log appears to say that the test gcc command wants to link against libuser32, and it doesn't find that library. Does gcc -v work for you from the command line? Do you have such a library? -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting

Re: MSVC++ compiling against cygwin headers to link cygwin1.dll

2002-12-10 Thread Tim Prince
like ...\cygwin\usr\include\sys\_types.h(13) : error C2632: 'long' followed by 'long' not allowed Lack of support for long long is the least of your problems, but you could fix that by hitting the include files with the editor of your choice. -- Tim Prince -- Unsubscribe info

Re: __RUNTIME_PSEUDO_RELOC_LIST[_END]__ (1.3.18-1)

2003-01-02 Thread Tim Prince
- Original Message - From: Elfyn McBratney [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, January 02, 2003 4:04 PM Subject: __RUNTIME_PSEUDO_RELOC_LIST[_END]__ (1.3.18-1) The pseudo reloc is a new addition to cygwin-1.3.18-1. Taken from the release announce

Re: Ultra slow disk access and xterm memory failure

2003-02-05 Thread Tim Prince
FAQ. You need to know enough about Windows to run CHKDSK. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-27 Thread Tim Prince
Chris Taylor wrote: It's not *directly* editing the registry. As a sysadmin, I'm telling you it *is* different. The (l)user should *never* be allowed to edit the registry themselves. That's a recipe for disaster. In my book, this includes so-called junior sysadmins/techs/whatever. No one

Re: Networking under WOW64

2005-11-10 Thread Tim Prince
Yuval Krymolowski wrote: Hello, I consider installing cygwin on WOW64. Would it be possible to connect via sshd to cygnus and from cygnus out if it runs in the WOW64 subsystem? Yes, the cygwin runs under WOW64 on the released versions of Windows (not 64-bit Vista). -- Unsubscribe

Re: complete newbie Q

2005-11-29 Thread Tim Prince
Weiqi Gao wrote: On 11/29/05, rosty [EMAIL PROTECTED] wrote: Is it possible to compile under a cygwin a native windows application that will run without cygwin installed? Yes. For example, can a take a unix source, compile and run it under cygwin, then go to another win32 machine that

Re: CygWin + gcc to build Windows application written in C.

2005-12-15 Thread Tim Prince
Piero Silvestri wrote: Brain wrote: -mno-cygwin essentially turns gcc into the gcc provided by mingw.org. Read the docs/wiki/faq/etc at that site for more information. Note that when you use gcc -mno-cygwin your search paths will be modified so that no Cygwin libraries/headers will be found,

Re: CygWin + gcc to build Windows application written in C.

2005-12-15 Thread Tim Prince
Tim Prince wrote: Going further on, more recent gfortran and libstdc++ versions employ __builtin_pow, and that is failing for my installation. I suppose I'll have to search for a work-around. They tell me __builtin_pow should have been taken care of in 'make bootstrap.' I'll have another

Re: STDOUT of non cygwin command lost (in automated ssh session)

2005-12-18 Thread Tim Prince
Andrew DeFaria wrote: It says PuTTY is a client program for the SSH, Telnet and Rlogin network protocols. I don't get it. In Cygwin you have all of ssh, telnet and rlogin/rsh. That being the case why install/use putty or plink? I do use ssh or telnet most of the time, but it's easier to

Re: GCC compiler

2006-02-02 Thread Tim Prince
djh wrote: My current version of gcc that setup.exe downloaded for me is: gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) The other day I downloaded gcc 4.0.2 filename: gcc-4.0.2.tar.bz2 did a configure, make, and makeinstall and the build was successfull. I compiled a

Re: make: rm: command not found

2006-02-11 Thread Tim Prince
: --- End of Spamnix Spam Report -- How many of us do you expect to be viewing your message with spam filtering off? Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: make: rm: command not found

2006-02-12 Thread Tim Prince
Yitzchak Scott-Thoennes wrote: On Sat, Feb 11, 2006 at 03:15:37AM -0800, Tim Prince wrote: At 08:40 AM 2/10/2006, JefV wrote: -- View this message in context: http://www.nabble.com/make%3A-rm%3A-command-not-found-t1100243.html#a2873151 Sent from the Cygwin Users forum at Nabble.com

Re: Where is ftime?

2006-02-25 Thread Tim Prince
Olivier Lefevre wrote: Subject says it all. I can't find and the Search Package List function on the Cygwin web site didn't return anything either. How does your subject say it all? Are you looking for the function about which SuSE says: BUGS This function is obsolete. Don't use

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

2004-04-28 Thread Tim Prince
with alignment specified, but does not use SSE. Presumably, there is a performance advantage to gcc of assuming that the caller passes an aligned stack, but not enough to persuade commercial compilers to adopt a compatible scheme. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

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

2004-04-28 Thread Tim Prince
) declspec. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: cygwin gcc performance

2004-06-05 Thread Tim Prince
in that bit about .txt extensions. I did reply to 2 e-mails from you a week ago, and my replies appeared to have been bounced by your mail server. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Annoucement: GCC-3.4.0 binary release candidate

2004-06-06 Thread Tim Prince
++ when I attempt to build libgcj. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Annoucement: GCC-3.4.0 binary release candidat

2004-06-08 Thread Tim Prince
curious to know how others managed to build gfortran of 3.5. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Annoucement: GCC-3.4.0 binary release candidat

2004-06-14 Thread Tim Prince
At 02:51 AM 6/14/2004, Gerrit P. Haase wrote: Hi David, I'm more curious to know how others managed to build gfortran of 3.5. Tim Prince I am trying to get my mainline gcc builds restarted. I managed a build overnight, including gfortran. I am unaware of any magic. Interesting, should I

Re: Cygwin Memory Allocation and heap_chunk_in_mb

2004-06-30 Thread Tim Prince
are using.) Anyone got any ideas what's happening, please? cygwin doesn't emulate a 64-bit OS. Did you try setting up XP with /3GB to see whether that would give another 1 GB, or check the archives for any reports on such an attempt? Tim Prince -- Unsubscribe info: http://cygwin.com/ml

Re: What does clock() return?

2004-07-08 Thread Tim Prince
is compatibility with gcc running on other OS. For mingw, the goal is compatibility with Microsoft practice, where feasible. Thus, no chance of compatibility between mingw and cygwin on this point. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: maintaner of gcc

2004-07-15 Thread Tim Prince
more time consuming. I haven't seen anyone post testsuite results for that mingw 3.4.0 version, so your evidence that mingw is ahead of cygwin is lacking. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Performance: g++ Cygwin vs. other compilers (copying char[] to vector)

2004-07-18 Thread Tim Prince
us which one is used. Newlib is likely to be slow; even glibc or MS RT are not likely to be optimized for a particular style of CPU. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: Performance: g++ Cygwin vs. other compilers (copying char[] to vector)

2004-07-18 Thread Tim Prince
At 08:48 AM 7/18/2004, Alex Vinokur wrote: Tim Prince [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 05:00 AM 7/18/2004, Alex Vinokur wrote: Hi, How to explain so considerable difference in performance: g++ Cygwin vs. other compilers in tests below? [snip] I don't find

Re: Sources of the C++ library

2004-07-22 Thread Tim Prince
the source package of gcc-g++ give you what you want? Looking at http://www.cygwin.com/packages/gcc-g++/gcc-g++-3.3.1-3-src, the source for that package contains libstdc++... Igor -- and g++ -E should show you the expanded STL, as well as which files it came from. Tim Prince -- Unsubscribe

Re: Hi cygwin g++ question

2004-08-04 Thread Tim Prince
imagine that you would want to use a version of g++ which came with RH 6.2. There are web pages about building cross-gcc at gcc.gnu.org. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Compilation errors not shown properly in Cygwin

2004-08-21 Thread Tim Prince
? Make doesn't have default rules to deal with .obj. Did you write in a rule? e.g. .c.o: cl /c $*.c mv $*.obj $*.o or, if you don't want to rename the .obj files, did you add .obj in .SUFFIXES and add rules about how to make .obj from .c and .exe from .obj? Tim Prince

Re: Newbie Needs some Help.

2004-08-25 Thread Tim Prince
is the normal way to go. From a personal point of view, I haven't found enough KDE stuff ported to cygwin to bother with it, although I tend to favor KDE compatible browsers etc. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: where do I find these unresolved symbols

2005-02-01 Thread Tim Prince
a clue about some of the more unusual functions you call. If sind/cosd are what I think they are, they should be trivial for you to write yourself in terms of standard library functions. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: proftpd not run, and is gcc4 for cygwin coming?

2005-02-19 Thread Tim Prince
how long it's been since anyone reported progress on supporting PCH? Are you bringing a fix for that? http://gcc.gnu.org/ml/gcc-testresults/2005-02/ (search for cygwin) ftp://mirrors.rcn.net/pub/sourceware/gcc/snapshots/ Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: Cygwin preserving filenames ending in period

2005-02-25 Thread Tim Prince
is incompatible with linux by design. Slightly longer answer: you should be able to find this answered in the mail list archives. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: req: using cygwin's gcc for creating static libs in msvc binary format (.a = .lib) # Re: static MSVC library?

2005-03-09 Thread Tim Prince
Windows for programs which require cygwin tools. BTW, I want to thank whoever made it so that cygwin runs right out of setup now on the 64-bit Windows 180-day trial version. No more editing of cygwin.bat. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: maintaining bash

2005-03-18 Thread Tim Prince
At 06:35 AM 3/18/2005, Jonathan Arnold wrote: I don't know what to do with the patches that I find in the http://ftp.gnu.org/gnu/bash/bash-3.0-patches/ folder. How do you apply patches for GNU source? info patch typically, patch -p1 file.c patchfile Tim Prince -- Unsubscribe info: http

Re: Errors in #include files when compiling a Legacy C++ Application

2005-03-25 Thread Tim Prince
install gcc as well as g++ ? Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Best antivirus for cygwin? - was Norton antivirus and the Trojans

2005-05-03 Thread Tim Prince
that you get better virus protection when running 32-bit AV on 32-bit Windows on a 64-bit machine. Some think they did it just to see if they could drive our management insane. I don't know how you can see a false positive in with today's sober.p barrage. Tim Prince -- Unsubscribe info

Re: Can someone explain the 'obvious' to me...or is it a Grimm's Bro. tale...?

2003-03-09 Thread Tim Prince
sufficiently aged that the standard upgrade didn't take well, so I blew away all the pieces installed in c:\ and went with the default. This exchange today has been weird, with people answering your posts an hour before they come on line. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml

Re: cygwin gcc 3.4 and cygwin

2003-03-12 Thread Tim Prince
/2003/msg1.html says that i?86-*-win32 target will be deprecated as from gcc 3.4 (no date set). The only win32 target on the list of supported platforms http://gcc.gnu.org/install/specific.html is the cygwin one. Will there be no more official cygwin gcc port as of 3.4? -- Tim Prince

Re: profilers for cygwin

2003-03-12 Thread Tim Prince
of documents/tutorials on the web. A google for gprof returned tones of results. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation

Re: New user / CD installation problems

2003-03-12 Thread Tim Prince
cygwin by an old version. But there are some common sources of extra slowness such as antivirus scanners, accessing network drives, etc. Also if you're like me and have a Athlon XP2400+ linux box and a Pentium 233MMX laptop, the speed difference is... noticeable. -- Tim Prince -- Unsubscribe

Re: GCC 3.2.2 Cygwin to i386-elf cross compiler

2003-03-16 Thread Tim Prince
for more than 20 seconds and you may find something more up to date. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Building LAPACK and ATLAS under cygwin

2003-04-02 Thread Tim Prince
\ -I/usr/include/atlas -latlas -lf77blas -lcblas -o ../xblat1s /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libf77blas.a(ATL_F77wrap_srot. o )(.t ext+0x7a):ATL_F77wrap_rot.c: undefined reference to `_ATL_srot' This looks like a link failure, not a compile failure. -- Tim Prince -- Unsubscribe

Re: Big Brother is Real

2003-04-03 Thread Tim Prince
would rather lose out to linux and HPUX than let their customers run cygwin. It may be they don't understand how many customers depend on cygwin, which is their fault too, since they don't support those customers, just collect the fees and forget them. -- Tim Prince -- Unsubscribe info

Re: cscope on win2000.

2003-05-31 Thread Tim Prince
should consider specifying it, e.g. --host=i686-pc-cygwin. In the event that it doesn't include any cygwin provisions in its configure, and that also fails, you could take a stab at specifying a linux version which it does support, or examining what it would take to add cygwin support. -- Tim

Re: w32api/windef.h

2003-06-08 Thread Tim Prince
(); Why not start by explaining whether you tried -mwin32 ? Your e-mail was designed to be caught by spam and troll filters. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: How can i define _WIN32 macro??

2003-06-16 Thread Tim Prince
On Monday 16 June 2003 02:02, wrote: The reason of this problem is that _WIN32 macro isn't defined. But _WIN32 macro exists /usr/include/w32api/windef.h file. How can i to be defined _WIN32 macro? Among the ways would be to set the cygwin-gcc compiler flag -mwin32 -- Tim Prince

cygwin on Vista 64-bit

2005-09-18 Thread Tim Prince
I can't get bash to run, using the standard installation. I tried all the compatibility modes, with and without the addition of syswow64 to the shortcut. Failure mode is different in the win9x modes from the others. Any more suggestions? -- Unsubscribe info:

Re: cygwin on Vista 64-bit

2005-09-18 Thread Tim Prince
Corinna Vinschen wrote: On Sep 18 13:27, Tim Prince wrote: I can't get bash to run, using the standard installation. I tried all the compatibility modes, with and without the addition of syswow64 to the shortcut. Failure mode is different in the win9x modes from the others. Any more

Re: cygwin on Vista 64-bit

2005-09-20 Thread Tim Prince
Lapo Luchini wrote: Tim Prince wrote: I am aware of that policy, that no fix will be made to support such software. Just thought there might be a work-around. If not, I will consider Vista broken. FWIW, it seems to run fine on WinXP x64. (in fact, I used it for a month now) Yes

Re: 1. Problems with the installation of Haplotyper using Cygwin

2005-09-28 Thread Tim Prince
matteo perucchini (IAH-E) wrote: Hi, I'm having problems installing the program Haplotyper (http://www.people.fas.harvard.edu/~junliu/Haplo/docMain.htm) using Cygwin. I've managed to install Cygwin using Setup.exe. When I try to install Haplotyper, the software is detected by Cygwin but as

Re: configure and asinl function problem

2005-10-08 Thread Tim Prince
Joost Kraaijeveld wrote: Hi, I am trying to compile MICO, a CRBA implementation. It uses configure for it's configuration. Using AC_CHECK_FUNCS(infnanl isnanl isinfl asinl ldexpl frexpl fabsl floorl ceill): in configure.in results in #define HAVE_ASINL 1 in config.h This appears however to

Re: configure and asinl function problem

2005-10-08 Thread Tim Prince
Joost Kraaijeveld wrote: The problem is that configure seems to think that there *is* support long double math: the test succeeds and HAVE_ASINL (and all other double math) is defined. So both compile and link appear to be succesful as far as configure is concerned. Before choosing a

Re: configure and asinl function problem

2005-10-08 Thread Tim Prince
Joost Kraaijeveld wrote: On Sat, 2005-10-08 at 07:50 -0700, Tim Prince wrote: such as the one used in the libstdc++ build itself. Maybe we should look into how libstdc++ decides it can support asinl() on Cygwin. Did Actually asinl is a built-in functions provided by GCC, so I *think/hope

Re: Windows update vs. cygrunsrv

2005-10-12 Thread Tim Prince
Eric Blake wrote: When running Microsoft update today, on Win2k, the patch for Security Update for DirectX 9 for Windows 2000 (KB904706) hung during installation, with an instance of cygrunsrv hogging 100% CPU, until I had stopped every last one of my cygrunsrv processes. I don't know what the

Re: Error executing C Compiler cc: installation problem, cannot exec 'as': No such file or directory

2004-10-25 Thread Tim Prince
message about cc if you use gcc directly. Have you installed binutils? Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com

Re: Need an older gcc version on my cygwin due to poor performance on gcc-3.x series.

2004-10-29 Thread Tim Prince
on cygwin, how do you know it performs better? What does the -3 mean in this context? Maybe you're comparing performance between different platforms, or at least different gcc targets. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: icecast

2004-11-14 Thread Tim Prince
may be tripping up over the presence of unistd.h along with w32api. It says they conflict. I don't see how you could say it is working fine. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: g++ 3.4.1

2004-11-16 Thread Tim Prince
advantage in submitting bug reports against a version which is currently actively maintained. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: Compatibility to Windows2003 (64-bit)

2004-11-19 Thread Tim Prince
months to go in beta. We've been running 32-bit cygwin on the 64-bit Windows on Intel CPUs (EM64T and IA64). No complaints, except visibility of Windows environment variables to cygwin is intermittent. We don't think that's the fault of cygwin, nor is it unique to the 64-bit OS. Tim Prince

Re: gcj-3.4.2 on Cygwin not working

2004-11-25 Thread Tim Prince
or ar? I had the impression their was no intent to support gcj on any Windows platform any longer. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: gcc-g77 4.4.1-1 stack memory error

2004-11-28 Thread Tim Prince
'info gcc' apply to g77. So, if you spend a few seconds, you will see that this is an option passed to ld, which can be looked up in 'info ld' Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: How to use cygwin instead of MKS tool kit

2004-12-19 Thread Tim Prince
patch program to update your application, it should be sufficient to make sure you have selected it as one of the packages to install. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: csh.exe

2002-03-22 Thread Tim Prince
On Friday 22 March 2002 05:42, Paul Dilip K NPRI wrote: Hi, How do I get csh.exe. I did not see that in shell options. Typical linux distros set up by default with a symlink to make tcsh appear as csh. You can do the same in cygwin, if you install tcsh. -- Tim Prince -- Unsubscribe info

Re: 1.3.10 gcc/g77 won't install, won't work

2002-03-25 Thread Tim Prince
not necessarily extend to a separate version of gcc/g77 installed from source. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: missing cygitcl30.dll

2002-04-02 Thread Tim Prince
, or dejagnu. My dejagnu runs reasonably well, although I haven't figured out how David Billinghurst was able to bring his up to date. Thanks in advance. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: dejagnu-1.4.2 on cygwin

2002-04-03 Thread Tim Prince
On Tuesday 02 April 2002 20:29, Billinghurst, David (CRTS) wrote: Tim Prince wrote: My dejagnu runs reasonably well, although I haven't figured out how David Billinghurst was able to bring his up to date. dejagnu-1.4.2 builds OOTB for me. - download from any gnu mirror - build out

Re: GNU/Windows

2002-04-15 Thread Tim Prince
this was hinted at reciently. JG Unlike Lindows, cygwin doesn't require a lawsuit from Microsoft to establish credibility, while a greater level of tolerance from Microsoft would be a significant advantage. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: 1.3.10 memcmp() bug

2002-04-23 Thread Tim Prince
() is code generated by gcc or from a library. cygwin is not generally considered an important target for performance optimization, as you can see from the alignment considerations and the differences in the libraries. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: 1.3.10 memcmp() bug

2002-04-24 Thread Tim Prince
On Tuesday 23 April 2002 23:41, Sami Korhonen wrote: On Tue, 23 Apr 2002, Tim Prince wrote: On Tuesday 23 April 2002 22:04, Sami Korhonen wrote: I wasnt sure wheter I should post about this on gcc bug report list or here. Anyways, it seems that using -O2 flag with gcc causes huge

Re: 1.3.10 memcmp() bug

2002-04-25 Thread Tim Prince
On Thursday 25 April 2002 00:22, Gareth Pearce wrote: On Tuesday 23 April 2002 23:41, Sami Korhonen wrote: On Tue, 23 Apr 2002, Tim Prince wrote: AFAICT there's no reason this should behave differently on linux or cygwin. You're comparing the speed of memcmp() against the speed

Re: Antwort: Spam

2002-04-29 Thread Tim Prince
that they are accepting relays from Europe, this goes double. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Random number generator

2002-05-03 Thread Tim Prince
, or any number of relevant factors. Maybe a little research would help you decide. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http

Re: Compile time of gcc-3.1/3.2 under windows xp/cygwin compared to linux...

2002-05-04 Thread Tim Prince
rebuilt binutils accordingly. If you have chosen slower options, you should get higher CPU usage. Low CPU utilization could come from fragmented disk or registry, or having virus checking turned on. The way my employer configures McAfee, it takes 4 times as long to run bash scripts. -- Tim

Re: Object alignment, was: cygwin failures - assertion !(addr FLAGS) failed:

2002-05-06 Thread Tim Prince
On Sunday 05 May 2002 21:49, Tom Tromey wrote: Tim == Tim Prince [EMAIL PROTECTED] writes: Tim The binutils alignment parameter in coff-i386.c is set to 4-byte Tim alignment. 4-byte alignment also is the default for gcc -Os, at Tim least from gcc-3.1. Cases have been produced where gcc

Re: I can't run my make-file

2002-09-19 Thread Tim Prince
On Thursday 19 September 2002 08:44, melba selco wrote: When i write make filename there is an error... make: cc: Command not found Install gcc and symlink it to cc, or fix the makefile. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting

Re: Need 'mail' and 'compress'

2002-09-21 Thread Tim Prince
program was withdrawn years ago when assertion of patent rights motivated people to develop better alternatives. I suppose that one of the mail programs in the cygwin installation View could act as mail, but you may need to look up information on each. -- Tim Prince -- Unsubscribe info

  1   2   3   4   >