Cannot link C++ code under gcc 3.2 running cygwin under Windows 2000

2003-07-23 Thread Keen Wayne A Contr AFRL/MNGG
"gcc -v -o hello2 hello.cpp" You are using gcc to compile C++ code, when you should use g++. Wayne -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: h

Re: Performance problem

2003-07-08 Thread Keen Wayne A Contr AFRL/MNGG
General observation: There are quite a few more optimizations that can have *some* impact on performance. Options for processor specific code and increased math speed. Note also -O2 is not maximum optimization, -O3 is: -O3 Optimize yet more. -O3 turns on all optimizations specified by -O2

Re: Problems compiling trivial C program

2003-02-07 Thread Keen Wayne A Contr AFRL/MNGG
You might want to do either a: which gcc and gcc -v to see what gcc you are using and where it is coming from... Wayne Keen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html

Asking Questions The Smart Way - Moved

2003-01-22 Thread Keen Wayne A Contr AFRL/MNGG
I found the other day that the classic has a new address: http://www.catb.org/~esr/faqs/smart-questions.html Wayne Keen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

rxvt resizing hang fixed by 11/21 cygwin1.dll snapshot

2002-11-22 Thread Keen Wayne A Contr AFRL/MNGG
Like an earlier poster, I had noted some hang conditions when a window in which rxvt was running when resized. This morning I downloaded the 11/21 snapshot of the cygwin1.dll, and the problem appears to have gone away. Note that they changing out of the cygwin1.dll file was the only change that I

Re: ANNOUNCE: mrxvt - a tabbed rxvt hack for Win32 (in development)

2002-11-04 Thread Keen Wayne A Contr AFRL/MNGG
Maybe I am doing this wrong, but the way I keep track of th wonderful things going on with Cygwin is to book mark and read the mailing list archives, located at: http://cygwin.com/ml/cygwin/ They are updated with startling rapditity and I can keep track of things without clogging my mailbox. Way

RE: make is missing

2002-10-30 Thread Keen Wayne A Contr AFRL/MNGG
This brings up a point that has not been brought up in a day or two. If you run across somethinglike make, or gcc, or Perl that seems like it should be there, the first place to go is back to setup (not to the mailing list). Run setup, click open all the categories and have a look. Many time

Re: executing perl from command line (cygwin)

2002-10-07 Thread Keen Wayne A Contr AFRL/MNGG
When you run Cygwin setup, you will find Perl in the Interpreter folder, the same place that has Python and other fun stuff. Its not like the old days when you had to get Perl seperately, its cool! Wayne -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Setup as recommended reading

2002-05-22 Thread Keen Wayne A Contr AFRL/MNGG
In wake of several questions about whether something is in Cygwin, I would like to throw a simple suggestion out for the community. When you run setup, and you get to the screen that allows you to select what you want to install, take a minute to click open the categories and see whats in them.

Re: version 1.3 10, problem with gunzip.exe

2002-05-20 Thread Keen Wayne A Contr AFRL/MNGG
Mine is listed as that length using ls -l, and it does run (successfully - never take that for granted). I am running 1.3.10, updated this morning. Wayne Keen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

XP-Pro Install Results

2002-05-14 Thread Keen Wayne A Contr AFRL/MNGG
I successfully did an incremental install from the internet this morning using 2.218.2.6 on my Pentium 3 Laptop, 1.113 Ghz, XP Pro. I did the install at about 8 AM, CST (1) I installed the new pieces of code including diff and flex. I did not install the setup module that was marked skip. (2) I

Note On Setup

2002-05-13 Thread Keen Wayne A Contr AFRL/MNGG
Depending on the users connection, the following note may or may not be helpful. When I bring up the Cygwin page here at work, the page is, most often, not current. This is because, somewhere along the way, somebody is caching an older version of the page. If I try to grab setup from this older

Re: Virus results

2002-05-02 Thread Keen Wayne A Contr AFRL/MNGG
My computer here at work is required to do a daily scan with Norton. They also push updates when I log in in the morning. I have seen no hits of this kind. After the first post a few days ago, I also did a full scan with up-to-date Norton at home, where I run Cygwin also. Again, no virus was de

Re: SPAM

2002-04-29 Thread Keen Wayne A Contr AFRL/MNGG
The SPAM filtering tradespace is interesting. A number of weeks ago, Mr. Faylor indicated he was altering the filter to reject more SPAM, and that this might lead to some problems with the list getting some legitimate mail. At that time, he received some complaints about legitimate mail being bl

Re: Strange behavior of MSVC's printf under cygwin shell?

2002-03-25 Thread Keen Wayne A Contr AFRL/MNGG
I have frequently seen unpredictable behavior of C prints in terms of their timing. (I'm an old guy and I still debug with prints from time to time). The only way I got predictable results was to do a buffer flush immediately after the print. In my case, if I didn't do that, and the program cra

Your (Our) Problem

2002-03-25 Thread Keen Wayne A Contr AFRL/MNGG
I am having a similar problem to what you describe, and I think it is the same as a thread from earlier in the weekend about gcc and perl etc. not installing. On my home machine, I tried many times to get gcc to install from the new setup (install over the internet anyway). Each time I got the s