Yes Linux, this brings up memories
I have a Linux system working as a router - works fine, but it was setup by someone else who knew how. I once tried to install Mono on it, this had to be compiled. So I downloaded Mono source code, unpacked it all and run make: boom - some dependency is missing. Ok, I spent time to locate it and find it for THAT flavour of Linux - there is no single place which would issue standard dependencies. Ok, try to compile that dependecy, and in turn it wants another dependency. Keep doing this (get new dependency try to compile it), and end up with circular dependencies
Decide to go for as many binary packages of dependencies as possible, at about 20th (new mono builds require more and more) I finally abort it, because I have wasted at least a few hours trying to get fking thing compiled - wtf, C is supposed to be cross platform and here on SAME CPU x86 on SAME OS (Linux) I can't fking get it to work out of the box.
Some people know how to handle Linux. Good for you. I choose to know how to build NEW stuff and don't want to waste my time chasing endless dependecies, no fking way - not even if I was paid very well I will volunteer to do it. So I use Windows XP. Vista is still sh1t though.
I have a Linux system working as a router - works fine, but it was setup by someone else who knew how. I once tried to install Mono on it, this had to be compiled. So I downloaded Mono source code, unpacked it all and run make: boom - some dependency is missing. Ok, I spent time to locate it and find it for THAT flavour of Linux - there is no single place which would issue standard dependencies. Ok, try to compile that dependecy, and in turn it wants another dependency. Keep doing this (get new dependency try to compile it), and end up with circular dependencies
Decide to go for as many binary packages of dependencies as possible, at about 20th (new mono builds require more and more) I finally abort it, because I have wasted at least a few hours trying to get fking thing compiled - wtf, C is supposed to be cross platform and here on SAME CPU x86 on SAME OS (Linux) I can't fking get it to work out of the box.
Some people know how to handle Linux. Good for you. I choose to know how to build NEW stuff and don't want to waste my time chasing endless dependecies, no fking way - not even if I was paid very well I will volunteer to do it. So I use Windows XP. Vista is still sh1t though.
Comment