Re: make with g++

2011-12-08 Thread Fitzy
>Just for curiosity, try changing your makefile to the following and >running make: >all: which g++ g++ main.cpp -o test >Hope this helps, >Csaba Hi Csaba, When I run that it shows this in the cygwin console: $ make which g++ /user/bin/g++ It doesn't run g++ though, not sure i

Re: make with g++

2011-12-08 Thread Csaba Raduly
Hi, On Thu, Dec 8, 2011 at 4:34 PM, Fitzy wrote: >  Alright so I'm a complete newbie when it comes to anything linux related. > > And so I cannot figure out how make is supposed to work under cygwin, > even creating the simplest makefile produces > > "Error: 'g++' not found" Did you actually run

make with g++

2011-12-08 Thread Fitzy
Alright so I'm a complete newbie when it comes to anything linux related. And so I cannot figure out how make is supposed to work under cygwin, even creating the simplest makefile produces "Error: 'g++' not found" Which doesn't make much sense to me, given that I can run g++ from the cygwin co

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread Larry Hall
I can do one better than that. I can point to the Cygwin packages page which lists all the packages available for installation with Cygwin and all the files that come with them. It's essentially the same list you get when you run 'setup' but this page will allow you to see all the files in these

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread warrenmcneely
Thanks Larry Could you list the files for the Cygwin Supported editor and some of the other incidentals. Maybe I will have room on my drive to defrag when done. Warren At 08:39 PM 3/24/2004 -0500, you wrote: You don't need all of Cygwin's packages to be able to write, compile, and debug C++

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread Larry Hall
You don't need all of Cygwin's packages to be able to write, compile, and debug C++ code on Cygwin, no. You can probably get by with a default installation plus 'gcc', 'gcc-g++', 'binutils', and 'gdb', depending on your needs. That, of course, leaves out your favorite Cygwin-supported editor,

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread warrenmcneely
Do I need those files for writing C++ code, compiling and debugging? By the way I always get two emails from you for each response-any idea why? Warren At 08:25 PM 3/24/2004 -0500, you wrote: Installing all of Cygwin's packages is quite large, yes. .99GB doesn't seem beyond reason to me. X11R

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread Larry Hall
Installing all of Cygwin's packages is quite large, yes. .99GB doesn't seem beyond reason to me. X11R6 is the directory with X-windows binaries. Larry At 08:03 PM 3/24/2004, you wrote: >Thanks, Larry > >I now have My usr file at .99GB is that normal? With X11R6 at 147MB--what is this >file

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread warrenmcneely
Thanks, Larry I now have My usr file at .99GB is that normal? With X11R6 at 147MB--what is this file? I need to trim this whole thing back. Cygwin is over 2 GB. Warren At 10:14 PM 3/23/2004 -0500, you wrote: At 05:36 PM 3/23/2004, you wrote: >Hi Larry, > >Well doesn't the installer install e

RE: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of warrenmcneely > Sent: 23 March 2004 22:36 > Well doesn't the installer install everything when you select "all"? > When I first installed Cygwin last October I had no such problem. > I assumed it would be installed again. Am reinsta

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-23 Thread Larry Hall
At 05:36 PM 3/23/2004, you wrote: >Hi Larry, > >Well doesn't the installer install everything when you select "all"? >When I first installed Cygwin last October I had no such problem. If you're saying that you selected all packages for install now, then yes, it should install everything. If you

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-23 Thread warrenmcneely
Hi Larry, Well doesn't the installer install everything when you select "all"? When I first installed Cygwin last October I had no such problem. I assumed it would be installed again. Am reinstalling. Thanks, Warren At 04:05 PM 3/23/2004 -0500, you wrote: At 03:50 PM 3/23/2004, you wrote: >How d

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-23 Thread Larry Hall
At 03:50 PM 3/23/2004, you wrote: >How do I correct this? I am a novice at this. Install it! If that's not the problem, visit: >Problem reports: http://cygwin.com/problems.html -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 89

Just updated Cygwin and can't make with g++ command not found

2004-03-23 Thread warrenmcneely
How do I correct this? I am a novice at this. Warren -- 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/