From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Comment: RFC 2476 MSA function at mx18.yandex.ru logged sender identity as: vova1971 Date: Fri, 27 Jan 2006 17:07:36 +0300 From: =?koi8-r?B?98zBxMnNydIg59XTxdc=?= To: "ALT Linux Community" Subject: Re: [Comm] apt-get install g++ References: <000001c6232f$06832190$606f4553@celeron> <43DA1458.8000707@list.ru> Content-Type: text/plain; format=flowed; delsp=yes; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <43DA1458.8000707@list.ru> User-Agent: Opera M2/8.51 (Linux, build 1462) X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 14:08:04 -0000 Archived-At: List-Archive: List-Post: On Fri, 27 Jan 2006 15:38:48 +0300, Вильчинский Андрей wrote: > Еще раз подниму свою тему... > При инсталляции g++ пишет следущее: > [root@localhost root]# apt-get install g++ > Reading Package Lists... Done > Building Dependency Tree... Done > E: Couldn't find package g > > Помогите мне по установке С++ на компьютер, если возможно... > Я в этом деле новичок и пока в консоли Linux мне трудновато... :-( > Если незатруднит, то пишите пошагово... > Хотел бы связать С++ с программой RHIDE, если возможно... Во-первых, наверное не g++, а gcc Ставьте gcc, и потянутся зависимости.. А вообще apt-cache search gcc Или для наглядности воспользуйтесь Синаптиком, найдя соответствующий раздел Разработка.. ... cpp2.95 - The C Preprocessor for gcc backwards compatibility compiler cpp2.96 - The C Preprocessor gcc-c++-common - Common symlinks for the GNU C++ Compiler gcc-common - Common directories, symlinks and selection utility for the GNU Comp iler Collection gcc-g77-common - Common symlinks for the GNU Fortran 77 Compiler gcc-java-common - Common symlinks for the GNU Java Compiler gcc-treelang-common - Common symlinks for the GNU Treelang Compiler gcc2.95 - The GNU Compiler Collection gcc2.95-c++ - C++ support for gcc backwards compatibility compiler gcc2.95-g77 - Fortran 77 support for gcc backwards compatibility compiler gcc2.96 - The GNU Compiler Collection gcc2.96-c++ - C++ support for gcc gcc2.96-doc - GCC documentation gcc2.96-g77 - Fortran 77 support for gcc gcc2.96-objc - Objective C support for gcc gcc3.2 - GNU Compiler Collection gcc3.2-c++ - C++ support for gcc gcc3.2-doc - GCC documentation gcc3.2-g77 - Fortran 77 support for gcc gcc3.2-java - Java support for gcc gcc3.2-objc - Objective C support for gcc gcc3.3 - GNU Compiler Collection gcc3.3-c++ - C++ support for gcc gcc3.3-doc - GCC documentation gcc3.3-g77 - Fortran 77 support for gcc gcc3.3-gnat - Ada 95 support for gcc gcc3.3-java - Java support for gcc gcc3.3-objc - Objective C support for gcc gcc3.3-treelang - Treelang support for gcc glibc-core - The GNU libc core libraries and utilities kdevelop-common - Common files for kdevelop libgcc3.2 - GNU GCC library libgcc3.2-debug - GNU GCC library with debugging information libgcc3.3 - GNU GCC library libgcc3.3-debug - GNU GCC library with debugging information libobjc3.2-debug - Objective C runtime libraries with debugging information libobjc3.3-debug - Objective C runtime libraries with debugging information libstdc++2.95-devel - GNU C++ development library libstdc++3.2 - GNU C++ library libstdc++3.2-debug - GNU C++ library with debugging information libstdc++3.3 - GNU C++ library libstdc++3.3-debug - GNU C++ library with debugging information cppunit - CppUnit is the C++ port of the famous JUnit framework for unit testing cppunit-devel - CppUnit is the C++ port of the famous JUnit framework for unit t esting ... -- С уважением, Владимир Гусев