Hello, i am trying to setup and SDK environment on top of the current version of Ubuntu, that is 7.10 Gutsy Gibbon. The installation is a fresh one from the CD Desktop, and Ubuntu works well.
I followed literally the instructions at ACME site to get all the packages: $ sudo apt-get install make $ sudo apt-get install gcc $ sudo apt-get install libc6-dev Up to this point, everything goes well. What follows does not work: $ sudo apt-get install libncurses5-dev $ sudo apt-get install pmake $ sudo apt-get install zlib1g-dev $ sudo apt-get install flex $ sudo apt-get install bison $ sudo apt-get install subversion The message I get is, for example, a package named "pmake" does not exist. Apparently pmake is no more part of standard desktop Ubuntu distribution, but is in a separate area for "developers". Apt-get does not find even the name of these packages. What to do ? Is Ubuntu 7.10 a bad choice as supporting environment for SDK ? Regards Ugo
