Boot into runlevel 3. I'm sure the CD supports it.
Boot into runlevel 3. I'm sure the CD supports it.
But how? When I run live-cd, it's 'welcome screen' and it starts booting
13 of September - Programmer Day
Use F1 or F3 as earlier advised. The live cd should first let you choose some things before booting the system. Even the install disk does that, so I'm sure live cd has such capabilities as well.
Ok, I've solved the problem in other way.![]()
13 of September - Programmer Day
But I've got another question. When I try to compile program with make (install) i get that there's no such command. When I launch add/remove programs I've got gcc preprocesor and library selected. What's up??? Why I can compile?
Regards
13 of September - Programmer Day
Preprocessor is not a compiler. You need to have other packages installed as well. Like gcc-g++, make, binutils, libstdc++-devel, glibc-devel and probably others as well.
And I've got gcc gnu libs installed either. And does somebody know is there simplier way to install gcc on Mandriva 2008 than this
http://www-users.mat.uni.torun.pl/~j.../gcc-comp.html
Regards
13 of September - Programmer Day
What happens when you try to run g++? Do you have make installed?
Run? What do you mean? I don't know, I've got (or not) gcc tgat was basically installed with Mandriva. I don't know whether I've got it or no, if not it means that it is not installed
13 of September - Programmer Day
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.
And don't forget about installing make.
The name of what?
Bookmarks