Re: [newbie] gcc not found by configure

1999-06-01 Thread Kuraiken
Bernhard Rosenkraenzer wrote: > > On Tue, 1 Jun 1999, Kuraiken wrote: > > > I thought the -devel series meant you want it if you want to further develop > > _that_ lib...and that the normal lib is what you want to use if you simply > > develop _other_ software...doh! > > The devel packages are

Re: [newbie] gcc not found by configure

1999-05-31 Thread Bernhard Rosenkraenzer
On Tue, 1 Jun 1999, Kuraiken wrote: > I thought the -devel series meant you want it if you want to further develop > _that_ lib...and that the normal lib is what you want to use if you simply > develop _other_ software...doh! The devel packages are for developing (or simply recompiling) stuff th

Re: [newbie] gcc not found by configure

1999-05-31 Thread Kuraiken
Bernhard Rosenkraenzer wrote: > > On Mon, 31 May 1999, Kuraiken wrote: > > > (pretty standard, no?) and I got: > > hello.c:1 stdio.h: No such file or directory > > Install the glibc-devel package. > > LLaP > bero Got it, thanks. I'm actually trying to get pyKDE up...and it's asking for a lot

Re: [newbie] gcc not found by configure

1999-05-30 Thread Bernhard Rosenkraenzer
On Mon, 31 May 1999, Kuraiken wrote: > (pretty standard, no?) and I got: > hello.c:1 stdio.h: No such file or directory Install the glibc-devel package. LLaP bero

[newbie] gcc not found by configure

1999-05-30 Thread Kuraiken
Hello all, I've this rather perplexing problem with "configuring" and compiling software. For many software (downloaded from source) the steps are: cd into the untarred dir ./configure make make install make clean (sometimes) My problem is when I run the ./configure it all goes fine up till ch