Thank you very much for your replies.
Guess component wasn't the right word here.
What i meant was what part of the code.
I'd be rather astound if it was caused by dying hardware.
I'm not having any trouble running any programs.
Everything else compiles well, also make does work for other programs.
Compiling anything with Code::Blocks works smoothly as well.
Just checked the version I have -->gcc (Debian 4.4.5-8) 4.4.5
But I don't think it's the compiler either.
Just to recap what I did
I'm new to the matter maybe I did something wrong
Code:
1)downloaded the tar
2) created a directory in my home folder
3)extracted libgraph-1.0.2 using tar -xvzf
4)typed ./configure
makefile was created
5)typed make
Result Segfault
What exactly does make do here?
From what I understood
linux doesn't know how to display the functions in graphics.h
It needs to do so using SDL
So libgraph configures the system to use SDL to display the graphics.h functions.
make takes a file replaces some parts of it and re-compiles it?
or the output of make handles the displaying of graphics using SDL.?
Could it some library libgraph depends on that is causing the trouble?