Re: g++ command, missing packages?

2004-01-15 Thread Angelika Olsson
I´m just writing to tell you that I think you were right. I think I had downloaded everything but not installed it all correctly. It´s working now! However, the next problem seems to be to get make to work properly... Thank you, Angelika -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: g++ command, missing packages?

2004-01-14 Thread Angelika Olsson
[EMAIL PROTECTED] writes: >On Wed, 14 Jan 2004, Angelika Olsson wrote: > >> "Gerrit P. Haase" <[EMAIL PROTECTED]> skriver: >> >gcc-core & gcc-testsuite includes only the source & testsuite for the >> >backend, you pro

Re: g++ command, missing packages?

2004-01-14 Thread Angelika Olsson
"Gerrit P. Haase" <[EMAIL PROTECTED]> skriver: >gcc-core & gcc-testsuite includes only the source & testsuite for the >backend, you probably don't want to install it, so make the list to be: > > gcc > gcc-ada > gcc-g++ > gcc-g77 >

Re: g++ command, missing packages?

2004-01-14 Thread Angelika Olsson
"Gerrit P. Haase" <[EMAIL PROTECTED]> skriver: >Thinking again about it. If you select one or more of the gcc-* >packages, the main package `gcc' should be selected autoatically. >Probably you unselected the `gcc' package accidently in the setup >chooser? I´ve downloaded it again and it looks the

Re: g++ command, missing packages?

2004-01-14 Thread Angelika Olsson
"Gerrit P. Haase" <[EMAIL PROTECTED]> skriver: >Hello Angelika, > > >>> what else do I need? Any system/env. variables need to set? > >> Ah I see, you have all but the `gcc' package. Please install the `gcc' >> package. > >> It is my fault, the `gcc-core' package should be the actual compiler, >>

Re: g++ command, missing packages?

2004-01-14 Thread Angelika Olsson
Cygwin List <[EMAIL PROTECTED]> skriver: >At 11:07 AM 1/12/2004, Angelika Olsson you wrote: >>Hello. >>I'm kind of a newbie at c++ and cygwin. I've just installed cygwin on my >>pc, including all the g++ packages. I try to compile with the simple >>comma

g++ command

2004-01-12 Thread Angelika Olsson
Hello. I'm kind of a newbie at c++ and cygwin. I've just installed cygwin on my pc, including all the g++ packages. I try to compile with the simple command: g++ -c Test.cpp but all I get is the depressing reply: bash: g++: command not found Have I forgotten something? Do I need something extra