When I go to the sfml 2.2 tutorials and setup the example code I am unable to do so. I have linked everything and when I compile it I get a segmentation fault. How do I fix it? I am running lubuntu 14.10. Is it possible my hardware is too old for sfml, or should it still be capable on older hardware (older hardware being an Intel pentium 4 2.8 ghz processor and ati® radeon™ igp 345m graphics)? When I ran it the window would flash and it would show "segmentation fault (core dumped)" in the console. I believe I linked everything, before I added the line commented out it ran just fine. It is whenever I draw it to the screen, I followed a tutorial on youtube as well and when I was including a texture it ran fine detecting it but then I added the window.draw(sprite); and that is where I am having problems
edit: I noticed from searching around the sfml fourms that others were having segfaults on Linux. Could it be the operating system that is causing me to be having the segfault?