RE: g++ command

2004-01-12 Thread Dave Korn
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of 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

Re: g++ command

2004-01-12 Thread Larry Hall
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 >command: > >g++ -c Test.cpp > >but all I get is the depressing reply: > >bash: g++: command not

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 >>command: >> >>g++ -c Test.cpp >> >>but all I get i

Re: g++ command, missing packages?

2004-01-14 Thread Gerrit P. Haase
Hello Angelika, > Would love to, how do I get the output from cygcheck. What is it? Key in: $ cygcheck -c gcc Cygwin Package Information Package VersionStatus gcc 3.3.1-3OK $ cygcheck -c gcc-g++ Cygwin Package Information Package Versi

Re: g++ command, missing packages?

2004-01-14 Thread Gerrit P. Haase
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, > not `gcc' but as it is now, `gcc-core' is just the source

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
"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 Gerrit P. Haase
Angelika schrieb: > "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 downloade

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 Igor Pechtchanski
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 probably don't want to install it, so make the list to be: > > > > gcc > > gcc-ada >

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 probably don't want to install it, so make the list to be: >> > >> >

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-15 Thread Gerrit P. Haase
Angelika wrote: > 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! Fine. > However, the next problem seems to be to get make to work properly... This should be discussed in a new thread. Ge