configure: error: C preprocessor "/lib/cpp" fails (Ни одна прога не ставится)

Модераторы: Skull, Модераторы разделов

Ответить
DirectZ
Сообщения: 7

configure: error: C preprocessor "/lib/cpp" fails

Сообщение DirectZ »

Все попытки установки любых программ заканчиваются строкой:

configure: error: C preprocessor "/lib/cpp" fails sanity check

Например установка Wine:

Код: Выделить всё

$ ./tools/wineinstall
WINE Installer v0.74

Running configure...

configure: creating cache config.cache
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 for g++... g++
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

Configure failed, aborting install.
$


В 'config.log'е ничего не понимаю.

Помогите пожалуйста

ALTLinux Compact 3.2
KDE
Ядро 2.4
==============
| Get Better |
==============
Спасибо сказали:
Аватара пользователя
polachok
Бывший модератор
Сообщения: 2199
Статус: главный форумный маргинал
ОС: gnu/linux
Контактная информация:

Re: configure: error: C preprocessor "/lib/cpp" fails

Сообщение polachok »

наверное не стоят соответсвующие пакеты. ищите названия пакетов cpp, gcc, g++ и тп.
И немедленно выпил.
Спасибо сказали:
DirectZ
Сообщения: 7

Re: configure: error: C preprocessor "/lib/cpp" fails

Сообщение DirectZ »

cpp3.2 и gcc3.2 у меня стоят, а что такое g++ я не знаю.

Вот полная версия config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Wine configure 20050524, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure -C --prefix=/usr/local

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.22-std-up-alt17
uname -s = Linux
uname -v = #1 Wed Feb 4 22:52:03 MSK 2004

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /home/directz/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1249: creating cache config.cache
configure:1424: checking build system type
configure:1442: result: i686-pc-linux-gnu
configure:1450: checking host system type
configure:1464: result: i686-pc-linux-gnu
configure:1504: checking whether make sets $(MAKE)
configure:1524: result: yes
configure:1579: checking for gcc
configure:1595: found /usr/bin/gcc
configure:1605: result: gcc
configure:1849: checking for C compiler version
configure:1852: gcc --version </dev/null >&5
i586-alt-linux-gcc (GCC) 3.2.3 (ALT Linux, build 3.2.3-alt2)
Copyright © 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1855: $? = 0
configure:1857: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,f77,objc,java --program-suffix=-3.2 --enable-objc-gc --with-system-zlib --without-included-gettext --host=i586-alt-linux --build=i586-alt-linux --target=i586-alt-linux
Thread model: posix
gcc version 3.2.3 (ALT Linux, build 3.2.3-alt2)
configure:1860: $? = 0
configure:1862: gcc -V </dev/null >&5
i586-alt-linux-gcc: argument to `-V' is missing
configure:1865: $? = 1
configure:1888: checking for C compiler default output file name
configure:1891: gcc conftest.c >&5
configure:1894: $? = 0
configure:1940: result: a.out
configure:1945: checking whether the C compiler works
configure:1951: ./a.out
configure:1954: $? = 0
configure:1971: result: yes
configure:1978: checking whether we are cross compiling
configure:1980: result: no
configure:1983: checking for suffix of executables
configure:1985: gcc -o conftest conftest.c >&5
configure:1988: $? = 0
configure:2013: result:
configure:2019: checking for suffix of object files
configure:2040: gcc -c conftest.c >&5
configure:2043: $? = 0
configure:2065: result: o
configure:2069: checking whether we are using the GNU C compiler
configure:2093: gcc -c conftest.c >&5
configure:2099: $? = 0
configure:2102: test -z || test ! -s conftest.err
configure:2105: $? = 0
configure:2108: test -s conftest.o
configure:2111: $? = 0
configure:2124: result: yes
configure:2130: checking whether gcc accepts -g
configure:2151: gcc -c -g conftest.c >&5
configure:2157: $? = 0
configure:2160: test -z || test ! -s conftest.err
configure:2163: $? = 0
configure:2166: test -s conftest.o
configure:2169: $? = 0
configure:2180: result: yes
configure:2197: checking for gcc option to accept ANSI C
configure:2267: gcc -c -g -O2 conftest.c >&5
configure:2273: $? = 0
configure:2276: test -z || test ! -s conftest.err
configure:2279: $? = 0
configure:2282: test -s conftest.o
configure:2285: $? = 0
configure:2303: result: none needed
configure:2321: gcc -c -g -O2 conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2327: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2509: checking for g++
configure:2525: found /usr/bin/g++
configure:2535: result: g++
configure:2551: checking for C++ compiler version
configure:2554: g++ --version </dev/null >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2557: $? = 1
configure:2559: g++ -v </dev/null >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2562: $? = 1
configure:2564: g++ -V </dev/null >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2567: $? = 1
configure:2570: checking whether we are using the GNU C++ compiler
configure:2594: g++ -c conftest.cc >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2600: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:2625: result: no
configure:2631: checking whether g++ accepts -g
configure:2652: g++ -c -g conftest.cc >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2658: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2681: result: no
configure:2723: g++ -c conftest.cc >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2729: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
|
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2723: g++ -c conftest.cc >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2729: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2723: g++ -c conftest.cc >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2729: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2723: g++ -c conftest.cc >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2729: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2723: g++ -c conftest.cc >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2729: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2723: g++ -c conftest.cc >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:2729: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2849: checking for cpp
configure:2865: found /usr/bin/cpp
configure:2876: result: cpp
configure:2889: checking for the directory containing the Wine tools
configure:2913: result: $(TOPOBJDIR)
configure:2924: checking how to run the C preprocessor
configure:2959: gcc -E conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from conftest.c:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:2965: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2959: gcc -E conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from conftest.c:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:2965: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2959: gcc -E -traditional-cpp conftest.c
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:2965: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2959: gcc -E -traditional-cpp conftest.c
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:2965: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2959: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from conftest.c:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:2965: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2959: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from conftest.c:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:2965: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3042: result: /lib/cpp
configure:3066: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from conftest.c:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3072: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3066: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from conftest.c:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3072: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050524"
| #define PACKAGE_STRING "Wine 20050524"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3141: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CPPBIN=cpp
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
wine_cv_toolsdir='$(TOPOBJDIR)'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOCA=''
ALSALIBS=''
AR=''
ARTSCCONFIG=''
ARTSINCL=''
ARTSLIBS=''
AS=''
AUDIOIOLIBS=''
BISON=''
CC='gcc'
CFLAGS='-g -O2'
COREFOUNDATIONLIB=''
CPP='/lib/cpp'
CPPBIN='cpp'
CPPFLAGS=''
CROSSCC=''
CROSSTEST=''
CROSSWINDRES=''
CRTLIBS=''
CURSESLIBS=''
CXX='g++'
CXXFLAGS=''
DEFS=''
DLLDEFS=''
DLLEXT=''
DLLFLAGS=''
DLLIBS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
EXTRACFLAGS=''
FONTFORGE=''
FONTSSUBDIRS=''
FREETYPEINCL=''
FREETYPELIBS=''
GLU32FILES=''
GLUT32FILES=''
GLUT_LIBS=''
ICULIBS=''
IMPLIBEXT=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
IOKITLIB=''
LD=''
LDCONFIG=''
LDD=''
LDDLLFLAGS=''
LDEXECFLAGS=''
LDFLAGS=''
LDLIBWINEFLAGS=''
LDPATH=''
LDSHARED=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBEXT=''
LIBOBJS=''
LIBPTHREAD=''
LIBS=''
LINT=''
LINTFLAGS=''
LN=''
LN_S=''
LTLIBOBJS=''
MAIN_BINARY=''
NASLIBS=''
OBJEXT='o'
OPENGLFILES=''
OPENGL_LIBS=''
PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_NAME='Wine'
PACKAGE_STRING='Wine 20050524'
PACKAGE_TARNAME='wine'
PACKAGE_VERSION='20050524'
PATH_SEPARATOR=':'
RANLIB=''
SANEINCL=''
SANELIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SOCKETLIBS=''
STRIP=''
TOOLSDIR='$(TOPOBJDIR)'
WIN16_FILES='$(WIN16_FILES)'
WIN16_INSTALL='$(WIN16_INSTALL)'
WINDRES=''
WINE_BINARIES=''
XFILES=''
XLEX=''
XLIB=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR=''
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CPPBIN='cpp'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_DLLWRAP=''
ac_ct_LD=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
ac_ct_WINDRES=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
ft_devel2=''
ft_devel=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sane_devel=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ------------- ##
## Output files. ##
## ------------- ##

MAKE_DLL_RULES=''
MAKE_LIB_RULES=''
MAKE_PROG_RULES=''
MAKE_RULES=''
MAKE_TEST_RULES=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT "wine-devel@winehq.org"
#define PACKAGE_NAME "Wine"
#define PACKAGE_STRING "Wine 20050524"
#define PACKAGE_TARNAME "wine"
#define PACKAGE_VERSION "20050524"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1


Я здесь ничего не понимаю.
==============
| Get Better |
==============
Спасибо сказали:
Аватара пользователя
alastor
Сообщения: 844
Статус: ARCH'еноид
ОС: Arch Linux current
Контактная информация:

Re: configure: error: C preprocessor "/lib/cpp" fails

Сообщение alastor »

Скорей всего у тебя правда чего-то недоставлено (судя по

Код: Выделить всё

/usr/bin/i586-alt-linux-g++: No such file or directory

Проверь наличие g++ (Так называется ГНУсный C++ компилятор, кстати).
Спасибо сказали:
DirectZ
Сообщения: 7

Re: configure: error: C preprocessor "/lib/cpp" fails

Сообщение DirectZ »

Файла /usr/bin/i586-alt-linux-g++ на самом деле не существует.
Зато там есть оборванная символическая ссылка i586-alt-linux-с++, указывающая на не существующий i586-alt-linux-g++. Поиск файла i586-alt-linux-g++ не дал никаких результатов.

Получается, что у меня его нет?
Если нет, то где мне его взять, в состав какого пакета он входит?
==============
| Get Better |
==============
Спасибо сказали:
Лис
Сообщения: 1639
ОС: Zenwalk

Re: configure: error: C preprocessor "/lib/cpp" fails

Сообщение Лис »

Он, вроде бы, отдельным пакетом идет.
Спасибо сказали:
DirectZ
Сообщения: 7

Re: configure: error: C preprocessor "/lib/cpp" fails

Сообщение DirectZ »

Помогите пожалуйста найти этот пакет.
На диске его нет.
На Sysiphus тоже нет.
Смотрел каталоги RPMS.main других дистрибутивов на ftp, но там тоже ничего похожего. :( Может этот пакет как-нибудь по другому называется.

У меня ALTLinux Compact 3.2
Ядро 2.4
Оболочка KDE
==============
| Get Better |
==============
Спасибо сказали:
Аватара пользователя
Bolverk
Бывший модератор
Сообщения: 1571
ОС: Cygwin
Контактная информация:

Re: configure: error: C preprocessor "/lib/cpp" fails

Сообщение Bolverk »

Показываю свой rpm -qa *gcc*
gcc-c++-common-1.4.3-alt1
gcc3.3-c++-3.3.3-alt5
libgcc3.3-3.3.3-alt5
gcc-common-1.4.3-alt1
gcc3.3-3.3.3-alt5

У тебя gcc 3.2, так что по-видимому, нужен пакет gcc3.2-c++
Спасибо сказали:
Ответить