Results 1 to 20 of 53

Thread: Mandriva Linux question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Linux question

    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.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    28
    Thanked 976 Times in 912 Posts

    Default Re: Linux question

    And don't forget about installing make.

  3. #3
    Join Date
    May 2007
    Posts
    315
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Linux question

    Quote Originally Posted by wysota View Post
    Mandriva live-cd was not meant for development.
    What's the name of this?
    13 of September - Programmer Day

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Linux question

    The name of what?

  5. #5
    Join Date
    May 2007
    Posts
    315
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Linux question

    Of this Madnriva sub-distribution you've mentioned to use otherwise. 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
    13 of September - Programmer Day

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Linux question

    I didn't say to use mandriva. Mandriva doesn't have a live-cd dedicated for development. Either install mandriva on a hard disk as a regular system or find a different live-cd, best if it was based on Debian.

  7. #7
    Join Date
    May 2007
    Posts
    315
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Linux question

    So you suggest not to use mandriva to develop programs? I tried Kubuntu, but I had network problems. My network card was well recognised, but when I tried to connect to it, computer has been crashing every time...
    13 of September - Programmer Day

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Linux question

    Quote Originally Posted by Salazaar View Post
    So you suggest not to use mandriva to develop programs?
    No 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.

  9. #9
    Join Date
    May 2007
    Posts
    315
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Linux question

    Quote Originally Posted by wysota View Post
    No 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.
    I don't understand. Running from hdd? Explain, please, what shell I do to have Mandriva 2008 with all developer-needed components.
    Regards
    13 of September - Programmer Day

  10. #10
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Linux question

    Download and install a complete distro.

    http://www.mandriva.com/en/download/free

  11. #11
    Join Date
    May 2007
    Posts
    315
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Linux question

    Quote Originally Posted by wysota View Post
    Download and install a complete distro.

    http://www.mandriva.com/en/download/free
    i don't understand. That's what I've done. I've downloaded Mandriva One, burned it and installed, but I haven't got gcc and others.
    Regards
    13 of September - Programmer Day

  12. #12
    Join Date
    Oct 2007
    Location
    Munich, Bavaria
    Posts
    144
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1
    Thanked 19 Times in 19 Posts

    Default Re: Linux question

    You need to install the packages you need.
    There are many ways to install packages on linux.

    http://www.howtoforge.com/forums/showthread.php?t=855

  13. #13
    Join Date
    May 2007
    Posts
    315
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Linux question

    Quote Originally Posted by DeepDiver View Post
    You need to install the packages you need.
    There are many ways to install packages on linux.

    http://www.howtoforge.com/forums/showthread.php?t=855
    There is one way described there. This is not enough. I've also tried to install from mandriva live-cd, but there I've only got gcc preprocesor and lib
    13 of September - Programmer Day

  14. #14
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Linux question

    Mandriva One is the live cd. I'm talking about Mandriva 2008.0 that comes on a DVD.

  15. #15
    Join Date
    Oct 2007
    Location
    Munich, Bavaria
    Posts
    144
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1
    Thanked 19 Times in 19 Posts

    Default Re: Linux question

    I'm running Debian and Kubuntu and I never downloaded the full dvd/cd-set.
    Debian knows a netinstall cd with ~180 MB with the base system and the installer.
    All packages are downloaded via http/ftp.

    This must be possible with Mandriva as well.

    Just my two cents

  16. #16
    Join Date
    May 2007
    Posts
    315
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Linux question

    Quote Originally Posted by wysota View Post
    Mandriva One is the live cd. I'm talking about Mandriva 2008.0 that comes on a DVD.
    Wysota, are you talking about this?
    Last edited by Salazaar; 21st November 2007 at 18:30.
    13 of September - Programmer Day

Similar Threads

  1. Re: Linux question
    By Salazaar in forum General Discussion
    Replies: 9
    Last Post: 24th November 2007, 18:27

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.