Re: making gcc work

2001-04-05 Thread John Griffiths
wow they don't make you project leader for nufink eh? thank you muchly! and all the others who helped. At 10:51 PM 4/5/2001 -0400, Ben Collins wrote: >On Fri, Apr 06, 2001 at 11:46:13AM +1000, John Griffiths wrote: >> >> ok i get: >> >> hello.c:1: stdio.h: No such file or directory >> >> hell

Re: making gcc work

2001-04-05 Thread Daniel Freedman
On Thu, Apr 05, 2001, Ben Collins wrote: > On Fri, Apr 06, 2001 at 11:46:13AM +1000, John Griffiths wrote: > > > > ok i get: > > > > hello.c:1: stdio.h: No such file or directory > > > > hello.c attached to check i didn't get it wrong > > Install the libc6-dev package. Hi, Might want to also

Re: making gcc work

2001-04-05 Thread Ben Collins
On Fri, Apr 06, 2001 at 11:46:13AM +1000, John Griffiths wrote: > > ok i get: > > hello.c:1: stdio.h: No such file or directory > > hello.c attached to check i didn't get it wrong Install the libc6-dev package. -- ---===-=-==-=---==-=-- /

Re: making gcc work

2001-04-05 Thread John Griffiths
>Can you put the following into a file? > >--- >#include > >int >main( ) >{ >puts( "Hello World" ) ; >return 0 ; >} >- > >Call the file 'hello.c' or something. Then run : > >$ gcc hello.c -o hello >$ ./hello > >Yo

Re: making gcc work

2001-04-05 Thread D-Man
On Fri, Apr 06, 2001 at 11:16:34AM +1000, John Griffiths wrote: | i've been forced to compile a program i want to use (ices to stream to icecast, shout isn't cutting for low-bitrate mp3's) | | I've apt-get insalled gcc and automake (along with the dependencies) | | but I still get this error mes

making gcc work

2001-04-05 Thread John Griffiths
i've been forced to compile a program i want to use (ices to stream to icecast, shout isn't cutting for low-bitrate mp3's) I've apt-get insalled gcc and automake (along with the dependencies) but I still get this error message when i try to run ./configure : configure: error: installation or co