Re: Surprises running gcc 3.2 configure on Cygwin

2002-09-22 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: Objective-C

2002-09-29 Thread Tim Prince
for the Cygwin stuff or has the combination of COM, newlib, cygwin.dll, et. al. proven to be too much of a burden to overcome ? Why don't you simply install a recent version yourself and see if you like it? -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting

Re: Viruses being transported with cygwin messages

2002-10-13 Thread Tim Prince
message store. I also reported the initial example to those cloddies at Earthlink, I'll be surprised if they know what to do. Earthlink gave me immediate automatic acknowledgment that these were viruses originated by one of their customers. -- Tim Prince -- Unsubscribe info: http

Re: Cygwin on Windows Me on Athlon64

2003-09-27 Thread Tim Prince
On Friday 26 September 2003 16:19, Koide wrote: (B Now I am using cygwin on Windows Me on AthlonXP . (B (B I will have Athlon64 system shortly . Then I want to use cygwin (B on Athlon64 . The executable files of programs comliled on Athlon64 (B should be much faster than those are compiled

Re: telnet, ftp unknown service

2003-10-02 Thread Tim Prince
On my installation, telnet and ssh stopped working under bash in an X window. Apparently, they get mixed up on where to display output. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Does Cygwin have a 2GB Memory/RAM limit ?

2003-10-29 Thread Tim Prince
On Wednesday 29 October 2003 19:38, Dan_Nazario/ACIM/[EMAIL PROTECTED] wrote: I am running a Java application (Java version 1.4.x). So this thread has nothing to do with cygwin? -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Does Cygwin have a 2GB Memory/RAM limit ?

2003-10-30 Thread Tim Prince
On Thursday 30 October 2003 05:15, Dan_Nazario/ACIM/[EMAIL PROTECTED] wrote: The Java application is running from within a bash/cygwin shell. Perhaps I could have made that more clear. And how does starting Sun Java from a bash shell restrict the memory available to it? -- Tim Prince

Re: GCC G77 Sleep Intrinsic

2003-12-11 Thread Tim Prince
not see it. Works fine here on XP. Check the FAQ's to see if C sleep() or the Sleep API may not be supported on 98. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: Java hello world link error

2003-12-21 Thread Tim Prince
, rather than as C++ ? 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: Windows Server 2003 on AMD64, One More Ping

2004-01-18 Thread Tim Prince
released 32-bit Windows running on an AMD, my impression is there should be no problem. 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: G++ for CygWin

2004-01-28 Thread Tim Prince
and turn off mingw every time, because it breaks profiling, so there's another optional package which I'm happy to avoid. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: profiling vs mingw package [Was: G++ for CygWin]

2004-01-28 Thread Tim Prince
At 12:49 PM 1/28/2004, Danny Smith wrote: Tim Prince wrote: snip I go through the list and turn off mingw every time, because it breaks profiling, so there's another optional package which I'm happy to avoid. Tim, are you referring to this profiling bug? http://gcc.gnu.org/bugzilla

Re: gettimeofday

2004-02-28 Thread Tim Prince
specific documentation other than source code. The implementation used by cygwin doesn't set the fractional seconds fields, so you must fall back on the Windows API for milliseconds. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: gettimeofday

2004-02-28 Thread Tim Prince
in the archives are far more knowledgeable suggestions than I could give on studying the Windows API functions as implemented for cygwin. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: gcc 2.95_

2004-03-02 Thread Tim Prince
last question... did v2.96 meet the same fate as v2.95? No, gcc-2.96 was a red hat release, not a gnu release. I never saw it appear on cygwin, nor any OS other than those put out by Red Hat. Some of the versions were mighty buggy. Tim Prince -- Unsubscribe info: http://cygwin.com/ml

Re: /dev/null timing and clock skew problems

2007-02-26 Thread Tim Prince
[EMAIL PROTECTED] wrote: I see this a lot on regular files. I just got this: make: Warning: File `Makefile' has modification time 0.42 s in the future If you are accessing files on another machine, and you aren't using any means for keeping the date clocks synchronized, this is to be

Re: How to use make with a makefile Win32 (cygwin32.mak)

2007-03-08 Thread Tim Prince
[EMAIL PROTECTED] wrote: Hi! I'm trying to use the file cygwin32.mak in order to execute the make with a makefile win32 to generate an exe file. I obtain the next error $ make c codes\compile_concept.c /Foobj\compile_concept.obj make: c: Command not found make: [obj\compile_concept.obj] Error

Re: Building GCC 4.3.0 on Cygwin...

2007-03-22 Thread Tim Prince
[EMAIL PROTECTED] wrote: There is no conspiracy. What is needed is for there to be a vocal advocate on the gcc list for Windows patches. I can only approve a very limited amount of stuff so we need gcc global maintainers to approve the majority of Windows fixes. I didn't call it a conspiracy,

Re: Building GCC 4.3.0 on Cygwin...

2007-03-23 Thread Tim Prince
[EMAIL PROTECTED] wrote: Angelo Graziosi wrote: As I wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31039 Ah, okay. I failed to see that you'd posted the config.log there. (And I mentioned gmp/mpfr as I have seen that cause the build to fail in exactly the way you described, but it's

Re: IMSL and cygwin

2007-03-30 Thread Tim Prince
[EMAIL PROTECTED] wrote: Is there anybody out there who has tried to use the Fortran77 IMSL (International Math and Stat Library of Fortran77 routines) on cygwin? The problem with the IMSL is that it is sold only in compiled form (by Visual Numerics and by Absoft). They don't sell the sourse

Re: Error compiling a c program

2007-03-31 Thread Tim Prince
[EMAIL PROTECTED] wrote: On 31 March 2007 16:35, Nick048 wrote: Hi to all, I have written a little server program, that work; but after the compilation, gcc return this warning: userserver.c:98:2 : warning: no newline at end of file Can You help me to find the origin of this warning ? It

Re: newlib: pow function can produce incorrect results.

2007-04-18 Thread Tim Prince
[EMAIL PROTECTED] wrote: I'm not certain if this is a newlib compilation flag problem, something that has been fixed in the 1.15 version of newlib or just that newlib does things differently. Looking at the 1.15 code implies that some of these should work and the rest appear to be a deviation

Re: OT newlib: pow function can produce incorrect results.

2007-04-19 Thread Tim Prince
[EMAIL PROTECTED] wrote: I do agree that -1.0 to either +-infinity should be a nan, but then using that same logic why is -1.1 to infinity and 0.9 to minus infinity equal to infinity and not nan? Personally I don't really care which way it's done. I just would like things to be consistent.

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Tim Prince
[EMAIL PROTECTED] wrote: On 02 May 2007 13:23, Aaron Gray wrote: I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 hours to build ! g If you think that's slow, try running the full testsuite! I tried doing 'make check' but it needed autogen which does not build on

Re: Successful build of GCC 4.2.0 RC3 on latest Cygwin snapshot 20070427

2007-05-06 Thread Tim Prince
[EMAIL PROTECTED] wrote: On 06 May 2007 14:56, Charles Wilson wrote: [removed mailing lists other than cygwin] Dave Korn wrote: So don't anybody here on the cygwin list get too excited yet. g Didn't actually spot the cygwin list had been cc'd in at first, but yes, I'm just helping test

Re: Successful build of GCC 4.2.0 RC3 on latest Cygwin snapshot 20070427

2007-05-06 Thread Tim Prince
dave.korn wrote: On 06 May 2007 16:38, Tim Prince wrote: PCYM Tim, thanks Oops, I thought T-bird knew what to do by itself. No way. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: Is cygwin much slower on Core 2 Duo

2007-06-02 Thread Tim Prince
[EMAIL PROTECTED] wrote: this eliminates alot of problems. the reason i ask is its hard to get a computer now without vista. Apparently, a BIOS upgrade is recommended for Vista Home Premium on Core 2 Duo, and more may be on the way. -- Unsubscribe info:

Re: Is cygwin much slower on Core 2 Duo

2007-06-02 Thread Tim Prince
[EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Prince wrote: 0.fractalus letsnotfeedthespammers gmail.com wrote: this eliminates alot of problems. the reason i ask is its hard to get a computer now without vista. Apparently, a BIOS upgrade is recommended

Re: gnuplot display

2007-06-09 Thread Tim Prince
[EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Ratney's mail client expels the following stream of bytes on 6/9/2007 5:08 PM: How do I get my display to work with gnuplot? Right now all I get is codes. Please provide a much more detailed report. Problem reports:

Re: 1.5.24-2 (locale.h): Compilation ERRORs ?!

2007-06-15 Thread Tim Prince
[EMAIL PROTECTED] wrote: main.c:3:21: libintl.h: No such file or directory libintl is an optional installation on cygwin setup. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: problem when update tinyos, using cygwin in windows

2007-07-18 Thread Tim Prince
[EMAIL PROTECTED] wrote: Hy ppl, please, help me in next problem. I have trying update tinyos 1.1.11 to tinyos 1.1.15 and i have install in windows the cygwin 1.2. When i trying update to tinyos 1.1.15 appears this error message: $ rpm -Uvh tinyos-1.1.15Dec2005cvs-1.noarch.rpm error:

Re: [Parallels 3.0, MacOS 10.4.9] Cygwin install probs and how do I subscribe

2007-07-25 Thread Tim Prince
[EMAIL PROTECTED] wrote: First, how do I subscribe to the list? Instructions are at www.cygwin.com and at the bottom of each forwarded e-mail. The other problem I'm having is that Mr. Sheppard states that after cygwin is installed and ATLAS downloaded and unpacked, it is built w/ make, but

Re: [Parallels 3.0, MacOS 10.4.9] Cygwin install probs and how do I subscribe

2007-07-25 Thread Tim Prince
[EMAIL PROTECTED] wrote: Tim Prince wrote: make is available on the cygwin setup selection window, as are other development packages you would need. Generally speaking, putting cygwin stuff in your Windows environment should be avoided. I don't understand this comment at all: isn't cygwin

Re: Using RSH on Windows 2003 server?

2007-07-26 Thread Tim Prince
[EMAIL PROTECTED] wrote: I realize that ssh is safer, but my boss said that he wants rsh because that is what the rest of our computers are running, or something along those lines. I even got ssh to work, and he still said that he wanted rsh. Believe me, I was pushing for ssh. I now get a

Re: Cygwin Perl and -Duselongdouble

2007-07-26 Thread Tim Prince
[EMAIL PROTECTED] wrote: - Original Message - From: Brian Dessent [EMAIL PROTECTED] To: cygwin@cygwin.com Sent: Thursday, July 26, 2007 10:29 PM Subject: Re: Cygwin Perl and -Duselongdouble Oh ... it's probably just ignorance on my part. If I can successfully run 'gcc script.c'

Re: Upgrade gcc please

2007-07-31 Thread Tim Prince
[EMAIL PROTECTED] wrote: gcc 4 support mudflaps for finding memory issues. I'm sure many would find that useful. More would find it useful if you could divulge how you actually made it work on cygwin. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: g++ bug

2007-09-16 Thread Tim Prince
Alexander Favorov wrote: g++ DiagnosticsTest.cpp produces such an output: In file included from DiagnosticsTest.cpp:6: Diagnostics.hpp:29: internal compiler error: in type_dependent_expression_p, at cp/pt.c:12037 Please submit a full bug report, with preprocessed source if appropriate.

Re: severe performance problems in cygwin

2007-09-17 Thread Tim Prince
Boris Ouretskey wrote: I have severe performance problems with cygwin. Cygwin becomes almost unusable. The problem seems to go away when cygwin window is out of focus, e.g. when I click on some other window (not cygwin), cygwin performance rapidly increases. It has something with

Re: llrint implementation in Cygwin

2007-09-23 Thread Tim Prince
Diego Biurrun wrote: Hi! I have noticed that Cygwin does not implement llrint. However, llrint is part of C99 and not having it available makes some applications (for example MPlayer and FFmpeg) fail to compile. Are there any plans to implement llrint (in the near future)? Perhaps if

Re: llrint implementation in Cygwin

2007-09-23 Thread Tim Prince
Tim Prince wrote: http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01970.html http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01973.html shows that it has been available for 2.5 years. The x87 code quoted there appears to be SSE3. I apologize and retract the SSE3 remark. It should work on any

Re: OpenMP and Cygwin

2008-07-03 Thread Tim Prince
Ami Marowka wrote: I got the message: cc1plus: warning: command line option -fopenmp is valid for D but not for C++ I found that the gcc version is 3.4.4 !? Is there any reason why the LATEST version of Cygwin uses so old gcc version? It seems that gcc version 3.4.4 does not support

Re: ./configure : no such file or directory

2008-08-20 Thread Tim Prince
noPartition wrote: hi everyone , I'm new to the forum , please don't rank me out :) I'm having trouble with part of the GNU toolchain , specifically 'configure' . I've installed the relevant packages , ie diffutils , but I still get the error titling this message . Most gnu packages come

Re: how install ifort in cygwin ???

2008-10-15 Thread Tim Prince
Brian Dessent wrote: meyus wrote: I try to install the compilator ifort in cygwin but i have this message : Error etc... don't find 'ldd' ??? It sounds like you're trying to run an install script for Linux binaries. That's never going to work, primarily because there is no 'ldd' command

Re: cygwin:g++linker problems

2008-10-17 Thread Tim Prince
jayshankar nair wrote: Hi, I am getting compilation problems while linking the test shared libraries in cygwin1.7. gcc,g++ and bin-utils are installed in the system. Works fine in linux. Files in test directory /test $ ls f.c f.cpp f.o f1.c f1.cpp libf.so libfun.so

Re: cygwin g++ strictness

2008-10-31 Thread Tim Prince
John Emmas wrote: On Cygwin, '/usr/include/stdint.h' typedefs int32_t as long. The same file on my Linux partition typedefs it to int. I must admit, I don't know what to do now. :-( Is there a simple solution to this? Change your include file, if you disagree with it being more

Re: Brand new Cygwin install on a Vista (Home Premium) machine

2008-10-31 Thread Tim Prince
Karl M wrote: The second issue was with vim from a cmd console window. When I run vim, the arrow keys work fine until I enter insert mode...then the arrow keys alter the test and take me out of insert mode. I've not seen this before and some Googling didn't help. you didn't find the rtfm?

Re: long math functions on cygwin

2008-11-18 Thread Tim Prince
Greg Chicares wrote: I poked around the newlib list a little, but saw nothing to suggest anyone's working on adding sqrtl() etc. They do welcome patches, of course. I doubt that a simple request from the masses would lead anywhere. It's relatively easy to implement long double math functions

Re: FW: how do i port applications from linux environment to windows vc++

2008-12-11 Thread Tim Prince
Rajagopal, Prasanth wrote: I am not sure if this is the right forum to ask this question, but how do I port applications from Linux environment to windows vc++? Not the right forum, if you're thinking of adding non-portable stuff, or you depend on stuff not supported by VC. Assume I have only

Re: Slatec

2008-12-17 Thread Tim Prince
Geza I. Mark wrote: I'd like to use the Slatec numerical library on Cygwin (under WinXP). I've searched the net but found no definitive answers. There is some hint at http://devernay.free.fr/hacks/netlibs.html but the method described there does not work -- the library is NOT found at

Re: Want to compile GCC 4.3.2 / 4.4.0 under cygwin.

2008-12-23 Thread Tim Prince
Eric Blake wrote: According to Hongyi Zhao on 12/23/2008 3:05 AM: I've try to use the setup.exe to do this thing. But I also meet the following issues: which packages are the dependent pakages of gcc 4.3.2? More specifically, in order to make gcc 4.3.2 work correctly, I should select which

[1.7] no Fortran

2009-01-03 Thread Tim Prince
I assumed, perhaps wrongly, there was no intention to provide Fortran in setup.exe. I noticed under gcc-4 -v that --enable-languages includes a bogus selection of f77, which raises doubt about whether omission of fortran is intentional. I have built several snapshots of gcc 4.4 with fortran

Re: [1.7] no Fortran

2009-01-04 Thread Tim Prince
Dave Korn wrote: Tim Prince wrote: I assumed, perhaps wrongly, there was no intention to provide Fortran in setup.exe. ??? dkad...@ubik ~ $ cygcheck -c cygwin gcc4-fortran Cygwin Package Information Package VersionStatus cygwin 1.7.0-35 OK

Re: [1.7] no Fortran

2009-01-04 Thread Tim Prince
Christopher Faylor wrote: On Sun, Jan 04, 2009 at 01:30:31PM -0800, Tim Prince wrote: So fortran has been added since the last time the mirrors were accessible (about Thursday)? Checking the release-2 directory on sourceware: % ls -l gcc4-fortran total 9648 -rw-rw-r-- 1

Re: Cygwin on x64

2009-02-05 Thread Tim Prince
rajeevs wrote: 1) I want to create a 64 bit DLL using Cygwin in Windows Serever 2003 64 bit platform. 5) The main thing is that I don’t know exactly what should be the option we have to give under cygwin for building a 64 bit DLL (though I have used “-m64” option), There is no

Re: [OT] Vista feedback

2009-02-06 Thread Tim Prince
Vincent R. wrote: Ok finally I got my answers, I am cross-compiling and everything is so SLO that I will have to install Windows XP ... Is it because of the couple laptop(Dell XPS M1530)/Vista or does it come from Vista itself ? You didn't say whether you have sufficient RAM, why you

Re: 1.7 - Odd behaviour with vim

2009-02-10 Thread Tim Prince
Corinna Vinschen wrote: This message is only generated once per session and can be switched off entirely using the CYGWIN=nodosfilewarning setting. an environment variable containing a DOS path I have seen the message when executing cygwin.bat where environment variables for other

Re: 1.7 - Odd behaviour with vim

2009-02-10 Thread Tim Prince
Christopher Faylor wrote: Sorry. Fat-fingered the response. On Tue, Feb 10, 2009 at 12:52:44PM -0500, Christopher Faylor wrote: On Tue, Feb 10, 2009 at 09:47:44AM -0800, Tim Prince wrote: Corinna Vinschen wrote: This message is only generated once per session and can be switched off

Re: llrint() into math.h

2006-09-20 Thread Tim Prince
Víctor Paesa wrote: Hi, I understand that currently, the llrint() function is only available for -mno-cygwin compiled programs: $ fgrep llrint $(find /usr/include -name '*.h') /usr/include/mingw/math.h:extern long long __cdecl llrint (double); /usr/include/mingw/math.h:extern long long __cdecl

Re: Where is ldd?

2006-10-06 Thread Tim Prince
Ralph Moritz wrote: Hi, I can't seem to find the ldd utility which comes bundled with glibc on GNU/Linux. Where should I be looking? I doubt that glibc provided this; it looks like a binutils thing. However, there is a big difference between Windows and linux, and Windows already provides

Re: gcc installation problem, cannot exec 'as' No such file or directory

2006-10-22 Thread Tim Prince
[EMAIL PROTECTED] wrote: I installed cygwin and the C compiler. When I try to compile a C program I get this message: gcc installation problem, cannot exec 'as' No such file or directory And you couldn't be bothered to check the URLs at the bottom of your message? Perhaps you should go back

Re: GCC 4.1.1?

2006-10-26 Thread Tim Prince
M. Edward (Ed) Borasky wrote: I'm sure this is a FAQ, but I didn't see it anywhere on line. How long before GCC 4.1.1 is available in CygWin, and what can we users do to accelerate the progress towards said availability? Why specifically 4.1.1? 4.2.0 has a lot of advantages. Not many people

Re: cygwin setup

2006-11-18 Thread Tim Prince
dubcek wrote: My problem is that, even though cygwin installs itself without making any objections, nothing works. When I clock on the icon or on cygwin.bat windows flashes the cygwin window on my screen but immediately disappears. I reinstalled cygwin (which originally worked very well) many

Re: isnan() causes segfault

2006-11-30 Thread Tim Prince
[EMAIL PROTECTED] wrote: Hello, I'm working as a laborations assistant in a C++ course. The students are using Sun workstations and gcc (well, g++) version 3.4.6 to do the labs. I don't particularly like these workstations so I have cygwin installed on my laptop and I use it compile and test

Re: No manual entry for ls

2006-12-02 Thread Tim Prince
[EMAIL PROTECTED] wrote: I think since man-1.6d-2, man has not worked for me. I have tried the trivial solutions, but nothing has worked. /usr/share/misc/man.conf has not been changed. I greatly appreciate any help. $ man ls -d In my mind, the trivial solutions include checking 'info ls' and

Re: cygwin + make 10 time slower than equivalent linux make (same ifc compiler)

2006-12-03 Thread Tim Prince
[EMAIL PROTECTED] wrote: On 12/2/06, Philippe Conraux wrote: I have to build a large project on Windows. Build libraries using Intel compilers needs 12 hours on cygwin when same build needs 1 hour on Linux (same computer : dual boot, same compilers ifc 9.1) Do you need a feature that is

Re: Troubleshooting compiler errors

2006-12-03 Thread Tim Prince
[EMAIL PROTECTED] wrote: I am trying to compile a linux program on cygwin, and I'm getting the following error: undefined reference to `std::basic_stringchar, std::char_traitschar, std::allocatorchar ::c_str() const' along with about a million other errors that look pretty similar. I guess my

Re: Windows Vista and CygWin

2006-12-06 Thread Tim Prince
[EMAIL PROTECTED] wrote: McArdle, Christian wrote: This email message, including any attachments, may contain confidential and proprietary information for the sole use of the intended recipient. If you are not the intended recipient, you are hereby notified that any use, copying or

Re: MPI

2006-12-07 Thread Tim Prince
[EMAIL PROTECTED] wrote: Hello, I would like to know if someone can tell me what I have to do to install MPI, in order to use it under Cygwin. Thank you very much, MarioA While there was once a version of lam-mpi set up to build under cygwin, AFAIK it has suffered bit rot and would

Re: Complete Vi documentation?

2007-01-07 Thread Tim Prince
[EMAIL PROTECTED] wrote: Where can I find the complete vi(m) documentation? The man page has practically nothing. It doesn't describe the editing commands or the :set options, only the command line options. Doing a set all? lists the options but I really need a description of each one.

Re: Endianess not declared

2007-01-14 Thread Tim Prince
[EMAIL PROTECTED] wrote: Hey, I assume this is due to some #define's not being set properly. In order to track down these needed #defines I used the GCC specification info (-dumpspecs) and I was able to find these defines: -D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix__ -D__unix. However that

Re: .exe won't launch

2007-01-16 Thread Tim Prince
[EMAIL PROTECTED] wrote: Dear all If I compile a c/c++/f95 program to produce an executable, and I try to launch that executable I have a problem: If I try to launch the .exe from the same folder containing the .exe (i.e just by typing the .exe's filename) cygwin returns 'command not found'

Re: Installation with root privilage: can't download Intel Fortran F90 compiler

2007-01-18 Thread Tim Prince
[EMAIL PROTECTED] wrote: It won't work because Cygwin is not a Linux emulator. There are no recent Linux emulators/translation layers for Windows and even if you did use one the compiler would not generate Windows binaries. You need a Windows version of the Intel Fortran compiler or you could

Re: Questions about porting from Linux to Windows...

2007-01-22 Thread Tim Prince
[EMAIL PROTECTED] wrote: Hello I am in the process of porting a huge application ( 700 000 lines of code ; C ; Unix/Linux) to Windows. I will not be using cygwin to port the GUI, but the project is based on lots of static libraries. Thus it prompted me with several questions, both

Re: How to list/detect any non-cygwin apps in /bin

2007-02-06 Thread Tim Prince
[EMAIL PROTECTED] wrote: My Cygwin installation is at least 4 years old and I will soon move to a new PC and a fresh install. How can I list/detect any non-cygwin apps that I may have added to /bin etc I may not be catching your intent; why not sort by .dll dependencies? -- Unsubscribe

Re: can not find install-sh **help**

2007-02-11 Thread Tim Prince
[EMAIL PROTECTED] wrote: Hi to all, I am facing some problems while trying to install cs161-binutils package. I download this package (cs161-binutils-1.4.tgz) to my root directory and i unziped it creating among others a new directory binutils-2.14 nad a file toolbuild.sh. I suppose to run

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2

2009-03-12 Thread Tim Prince
This doesn't seem to be a magically fully working gfortran, such as we had fleetingly with the 20090227 snapshot of 4.4. I'd agree it's likely an upstream problem, even if it shows up only on cygwin. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2

2009-03-13 Thread Tim Prince
Dave Korn wrote: Tim Prince wrote: This doesn't seem to be a magically fully working gfortran, such as we had fleetingly with the 20090227 snapshot of 4.4. I'd agree it's likely an upstream problem, even if it shows up only on cygwin. Hi Tim, can you give me a bit of context here? I

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2

2009-03-13 Thread Tim Prince
Dave Korn wrote: Tim Prince wrote: http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors gcc: f90_cputime.c: No such file or directory I notice you're compiling with -fopenmp; does removing it help any? Sorry, all these months and no one ever missed those .c files

Re: gcc4: cc

2009-03-18 Thread Tim Prince
Yaakov (Cygwin/X) wrote: While you're at it, if you have a chance, I think a f95 would be helpful as well. but some of us may prefer to leave it to the operator to create an alias or symlink, which otherwise will increase the number of conflicts which arise when we use cygwin as a

Re: Using Cygwin compiled libs in Visual Studio

2009-03-31 Thread Tim Prince
Larry Hall (Cygwin) wrote: Olumide wrote: Hello, Is it possible or recommended to use a Cygwin compiled lib file or dll in Visual studio? The problem is that although I'm doing my development in Visual Studio, a number of the sources I intend to use have Cygwin makefiles but no Visual

Re: complete install CYGWIN missing editors ed and vim

2009-04-06 Thread Tim Prince
ruud van der made wrote: Latest Cygwin DLL release version is 1.5.25-15 don't think so, note that 1.7 is released had to find editors ed or vim both editors not present in c:\cygwin\bin Those are optional packages in the setup menu. For further information, see www.cygwin.com --

Re: Static linking issue under cygwin.

2009-05-23 Thread Tim Prince
Vladimir A. Petrov wrote: I've faced with strange static linking issue in Cygwin environment. Trivial C program can not be linked against PostgreSQL libpq with the following diagnostics: $ gcc -Wall -I /cygdrive/c/Program\ Files/PostgreSQL/8.2/include/ -L /cygdrive/c/Program\

Re: To boost maintainer

2009-07-01 Thread Tim Prince
Reini Urban wrote: 2009/7/1 Eray Ozkural examach...@gmail.com: xemacs is also broken I bet it's the same dynamic linking error. I recompile the testing xemacs package (xemacs-21.5-b28) frequently with gcc-4 cygwin-1.7 and it works fine. And I'm satisfied with how gfortran works if

libgfortran using .h files from libstdc++

2009-07-06 Thread Tim Prince
When I built libgfortran from the current gcc-4.5 snapshot, with cygwin 1.7 updated as of yesterday, headers were required from the libstdc++ #include bits/*.h but the path wasn't active. Is this to be expected? -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: cygwin@cygwin.com

2009-07-26 Thread Tim Prince
leena21 wrote: I would appriciaite if some can tell me which floating point format is used in Cygwin environment ? If I understand your question, this depends on the your selection on the compiler command line. gcc defaults to 387 (80387) format. Normally, if you care, you would set

[Fwd: Re: cygwin gcc compatibility with MSVC numerics]

2009-07-26 Thread Tim Prince
leena.padgaon...@patni.com wrote: My basic problem is that the cygwin floating addition is giving different results than VS 2008 for certain float values .Both the environments are on the same PC. So I was wondering about the floating point format used in cygwin. Btw, the makefile which I

[Fwd: [Fwd: Re: cygwin gcc compatibility with MSVC numerics]]

2009-07-26 Thread Tim Prince
leena.padgaon...@patni.com wrote: My basic problem is that the cygwin floating addition is giving different results than VS 2008 for certain float values .Both the environments are on the same PC. So I was wondering about the floating point format used in cygwin. Btw, the makefile which I

Re: Cygwin problem make Linux c++ app in windows

2010-03-24 Thread Tim Prince
the keywords which make that happen. You had no unsatisfied references at the point where you issued -lpthread, and there is no dynamic libpthread. If you were able to satisfy all those headers, you already got lucky; don't push your luck. -- Tim Prince -- Problem reports: http

Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2010-04-23 Thread Tim Prince
-McAfee-in-full-damage-control-mode/12720406 -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Text editor with shell integration

2010-05-06 Thread Tim Prince
/cpuinfo -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: How to compile Fortran 90 subroutine under CYGWIN

2010-05-21 Thread Tim Prince
’ -- make noticed that you didn't supply a rule for .f90.o Why wouldn't you use gfortran? If you are trying to use a cygwin installation from several years ago, it's time to update. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Re: Desperately seeking rename

2010-05-21 Thread Tim Prince
, but never says whether mv is meant. If you want something other than mv, you may need to explain what you want. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: How to compile Fortran 90 subroutine under CYGWIN

2010-05-21 Thread Tim Prince
the Fortran compiler rather than gcc for compiling and linking Fortran source code. g77 and gfortran can handle .c files automatically. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

Re: How to compile Fortran 90 subroutine under CYGWIN

2010-05-21 Thread Tim Prince
in Case 1, gcc will compile C program and g77 will compile fortran program. Both of us reminded you to make a .f90.o rule which can be a copy of the .f.o rule with only that single change. You should make both rules use gfortran as the compiler. -- Tim Prince -- Problem reports: http

Re: How to run bash shell script in cygwin?

2010-05-25 Thread Tim Prince
://www.linuxfromscratch.org/blfs/view/6.3/postlfs/profile.html -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: bug in NINT() in gfortran

2010-06-12 Thread Tim Prince
ieee_nearest and legacy Fortran rounding style, but I don't see that gfortran was making the distinction. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Re: rsh issue on cygwin

2010-06-19 Thread Tim Prince
by default as it's considered highly vulnerable. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Cygwin speed difference on multiple cores -vs- single-core?

2010-08-13 Thread Tim Prince
, compared to when it is permitted to rotate among cores, with or without HyperThread enabled? I've never run into anyone running win7 32-bit; it may have more such issues than the more common 64-bit. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http

Re: Cygwin instabilities

2010-09-13 Thread Tim Prince
the whole 3 day series without such a hang. Anyway, it's not specific to -jN. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Re: Possible Windows 7 issue? cc1.exe: error while loading shared libraries: ?

2010-10-04 Thread Tim Prince
On 10/4/2010 10:35 AM, Taggart Ashby wrote: This issue started when I upgraded my operating system to Windows 7 64-bit. Anytime I attempt to compile a C or C++ program (cc1plus.exe in that case), I get the above error. I only get the error if I attempt to compile from the windows command

<    1   2   3   4   >