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
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
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
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
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