From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <44FB01B2.7040209@box.vsi.ru> Date: Sun, 03 Sep 2006 20:24:18 +0400 From: artem User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.6) Gecko/20040310 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: ALT Linux Community References: <44FA97A1.8070803@box.vsi.ru> <679044850609030155u60951c7dy3c5cdfadb4b08826@mail.gmail.com> <44FAA0AF.6090408@box.vsi.ru> <679044850609030244g76e28c1m6bbd41eb47159da@mail.gmail.com> <44FAA9E9.8070800@box.vsi.ru> <679044850609030347x11b0f86bw8f5e8125c46a5314@mail.gmail.com> <44FAF552.3060508@box.vsi.ru> <679044850609030843m4bcb05f0o92b23e8811f49706@mail.gmail.com> <44FAFDF6.8010500@box.vsi.ru> <679044850609030915m56a62eban1e5464027a19eb0e@mail.gmail.com> In-Reply-To: <679044850609030915m56a62eban1e5464027a19eb0e@mail.gmail.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Comm] Gcc X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.7 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: Sun, 03 Sep 2006 16:24:15 -0000 Archived-At: List-Archive: List-Post: Damir Shayhutdinov пишет: >>Не секрет gperf. А с g++ вы оказались правы. Именно это мне >>и нужно (просто перепутал с gcc) >> >> > >А что говорит apt-get install gperf? > >Или непременно нужна самая последняя версия? > > > conf checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile configure: configuring in lib configure: running /bin/sh '/root/Documents/gperf-3.0.2/lib/configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=/root/Documents/gperf-3.0.2/lib checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking how to run the C++ preprocessor... /lib/cpp checking for ranlib... ranlib checking for a BSD compatible install... /bin/install -c configure: creating ./config.status config.status: creating Makefile configure: configuring in src configure: running /bin/sh '/root/Documents/gperf-3.0.2/src/configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=/root/Documents/gperf-3.0.2/src checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking how to run the C++ preprocessor... /lib/cpp checking for a BSD compatible install... /bin/install -c checking for stack-allocated variable-size arrays... no checking for rand in -lm... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged configure: configuring in tests configure: running /bin/sh '/root/Documents/gperf-3.0.2/tests/configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=/root/Documents/gperf-3.0.2/tests checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking how to run the C++ preprocessor... /lib/cpp configure: creating ./config.status config.status: creating Makefile configure: configuring in doc configure: running /bin/sh '/root/Documents/gperf-3.0.2/doc/configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=/root/Documents/gperf-3.0.2/doc checking whether make sets $(MAKE)... yes checking for a BSD compatible install... /bin/install -c configure: creating ./config.status config.status: creating Makefile make cd lib; make all make[1]: Entering directory `/root/Documents/gperf-3.0.2/lib' g++ -I/root/Documents/gperf-3.0.2/lib -c /root/Documents/gperf-3.0.2/lib/getline.cc /usr/bin/i586-alt-linux-g++: No such file or directory make[1]: *** [getline.o] Error 1 make[1]: Leaving directory `/root/Documents/gperf-3.0.2/lib' make: *** [all] Error 2