# ipkg install gcc-c++
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package gcc-c++.
Check the spelling or perhaps run 'ipkg update'
PAr contre j'ai ca qui est deja installé :
# ipkg list | grep gcc
libgcc - 3.4.4-r7 - The GNU cc and gcc C compilers.
# ipkg list | grep c++
libsigc++ - 2.0.18-1 - libsigc++ implements a typesafe callback system for standard C++.
libstdc++ - 5.0.7-6 - Standard C++ library, needed for dynamically linked C++ programs
Il n'y a apparement pas de paquete gcc-c++
# ipkg install gcc-c++
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package gcc-c++.
Check the spelling or perhaps run 'ipkg update'
PAr contre j'ai ca qui est deja installé :
# ipkg list | grep gcc
libgcc - 3.4.4-r7 - The GNU cc and gcc C compilers.
# ipkg list | grep c++
libsigc++ - 2.0.18-1 - libsigc++ implements a typesafe callback system for standard C++.
libstdc++ - 5.0.7-6 - Standard C++ library, needed for dynamically linked C++ programs
(...)