1. Thanks for the link! I managed to download, convert and activate right packages (GCC "main" package and an extension for C++) in Porteus Package Manager. Unfortunately, now I'm unable to build anything, even a simple hello world program. The compiler complains about missing libmpc.so.3 file. As far as I know, this library is for complex numbers and is not used at all by my code, so I think the problem is in GCC's configuration (libmpc.so does exist in /usr/lib, but there's no trace of libmpc.so.3). Additionally, most applications can no longer run from the command line:
Code: Select all
root@porteus:/mnt/sda1/Downloads# kate
kate: /lib/libc.so.6: version `GLIBC_2.18' not found (required by /usr/lib/libstdc++.so.6)
kate: /lib/libc.so.6: version `GLIBC_2.16' not found (required by /usr/lib/libstdc++.so.6)
kate: /lib/libc.so.6: version `GLIBC_2.17' not found (required by /usr/lib/libstdc++.so.6)
I'm still able to run Kate from the system menu, only the console seems to be affected by the problem. What might be causing this?
2. The command says 'porteus 3.4.4'. Didn't know such version exists
3. If 3.2.2 doesn't work well on my machine, it's hard to believe that 4.0 will...
4. Yes, Always Fresh. I doubt that a screenshot would explain much. It looks just like the normal password window which pops up when you press a key when a screen saver is running. Now when I think of that, it might be that a screen saver has actually been launched. Normally it should run after 10 minutes or so, but in my case it was more like 10 seconds. Perhaps just disabling the screen saver would help.