Mandriva live-cd was not meant for development. Either install it on your disk and use rpmdrake to install the remaining required software or use a live-cd meant for development - it will have the tools already installed.
As for gcc C++ development, you need at least those packages installed (and of course their dependencies):
- libgcc1
- gcc
- gcc-cpp
- gcc-c++
Running "urpmi gcc-c++ glibc-devel libstdc++-devel" should install all the required software, provided that urpmi is configured properly.





Reply With Quote
I've got another problem. I've moved some files (.tar.bz2) to a directory. I've extracted one, ok. I'm extracting secon, but it tells me that I don't have the permission to write it. But previous file I've unpacked with no problem! These two files have the same permissions. Regards
I suggest not to use mandriva live-cd to develop programs. I use Mandriva myself and it works just fine. But I run it from my hard disk and not from a live cd.

Bookmarks