PDA

View Full Version : Installare i .tar.gz... CHE STRESS!


Zeno Cosini
07-04-2004, 09:55
Ragazzi, sarà che sono un maledetto niubbo, ma davvero ho sempre problemi ad installare le cose con i .tar.gz!
Ad esempio ora volevo installare superkaramba perchè tempo fa lo installai via .rpm ma nn mi faceva configurare i temi allora ci ritento... Ma ora, così come con altri file .tar.gz come ad esempio quickdc o altri mi dà sempre questo errore:
[root@Ale superkaramba-0.33]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wnon-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
Spero riusciate ad aiutarmi! :muro:
P.S. il config.log dice così:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was

$ ./configure

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

hostname = Ale
uname -m = i686
uname -r = 2.6.3-4mdk
uname -s = Linux
uname -v = #1 Tue Mar 2 07:26:13 CET 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: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin


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

configure:1510: checking build system type
configure:1528: result: i686-pc-linux-gnu
configure:1536: checking host system type
configure:1550: result: i686-pc-linux-gnu
configure:1558: checking target system type
configure:1572: result: i686-pc-linux-gnu
configure:1618: checking for a BSD-compatible install
configure:1672: result: /usr/bin/install -c
configure:1687: checking for -p flag to install
configure:1700: result: yes
configure:1711: checking whether build environment is sane
configure:1754: result: yes
configure:1774: checking for gawk
configure:1790: found /bin/gawk
configure:1800: result: gawk
configure:1810: checking whether make sets $(MAKE)
configure:1830: result: yes
configure:2042: checking for style of include used by make
configure:2070: result: GNU
configure:2217: checking for gcc
configure:2233: found /usr/bin/gcc
configure:2243: result: gcc
configure:2487: checking for C compiler version
configure:2490: gcc --version </dev/null >&5
gcc (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
Copyright (C) 2003 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:2493: $? = 0
configure:2495: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/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-clocale=gnu --enable-languages=c,c++,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
configure:2498: $? = 0
configure:2500: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2503: $? = 1
configure:2527: checking for C compiler default output
configure:2530: gcc conftest.c >&5
configure:2533: $? = 0
configure:2579: result: a.out
configure:2584: checking whether the C compiler works
configure:2590: ./a.out
configure:2593: $? = 0
configure:2610: result: yes
configure:2617: checking whether we are cross compiling
configure:2619: result: no
configure:2622: checking for suffix of executables
configure:2624: gcc -o conftest conftest.c >&5
configure:2627: $? = 0
configure:2652: result:
configure:2658: checking for suffix of object files
configure:2680: gcc -c conftest.c >&5
configure:2683: $? = 0
configure:2705: result: o
configure:2709: checking whether we are using the GNU C compiler
configure:2734: gcc -c conftest.c >&5
configure:2737: $? = 0
configure:2740: test -s conftest.o
configure:2743: $? = 0
configure:2756: result: yes
configure:2762: checking whether gcc accepts -g
configure:2784: gcc -c -g conftest.c >&5
configure:2787: $? = 0
configure:2790: test -s conftest.o
configure:2793: $? = 0
configure:2804: result: yes
configure:2821: checking for gcc option to accept ANSI C
configure:2882: gcc -c conftest.c >&5
configure:2885: $? = 0
configure:2888: test -s conftest.o
configure:2891: $? = 0
configure:2909: result: none needed
configure:2927: gcc -c conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2930: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3041: checking dependency style of gcc
configure:3103: result: gcc3
configure:3126: checking how to run the C preprocessor
configure:3162: gcc -E conftest.c
configure:3168: $? = 0
configure:3200: gcc -E conftest.c
configure:3201:28: ac_nonexistent.h: No such file or directory
configure:3206: $? = 1
configure: failed program was:
| #line 3191 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3244: result: gcc -E
configure:3269: gcc -E conftest.c
configure:3275: $? = 0
configure:3307: gcc -E conftest.c
configure:3308:28: ac_nonexistent.h: No such file or directory
configure:3313: $? = 1
configure: failed program was:
| #line 3298 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3436: checking for g++
configure:3465: result: no
configure:3436: checking for c++
configure:3465: result: no
configure:3436: checking for gpp
configure:3465: result: no
configure:3436: checking for aCC
configure:3465: result: no
configure:3436: checking for CC
configure:3465: result: no
configure:3436: checking for cxx
configure:3465: result: no
configure:3436: checking for cc++
configure:3465: result: no
configure:3436: checking for cl
configure:3465: result: no
configure:3436: checking for FCC
configure:3465: result: no
configure:3436: checking for KCC
configure:3465: result: no
configure:3436: checking for RCC
configure:3465: result: no
configure:3436: checking for xlC_r
configure:3465: result: no
configure:3436: checking for xlC
configure:3465: result: no
configure:3478: checking for C++ compiler version
configure:3481: g++ --version </dev/null >&5
./configure: line 1: g++: command not found
configure:3484: $? = 127
configure:3486: g++ -v </dev/null >&5
./configure: line 1: g++: command not found
configure:3489: $? = 127
configure:3491: g++ -V </dev/null >&5
./configure: line 1: g++: command not found
configure:3494: $? = 127
configure:3497: checking whether we are using the GNU C++ compiler
configure:3522: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:3525: $? = 127
configure: failed program was:
| #line 3502 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:3544: result: no
configure:3550: checking whether g++ accepts -g
configure:3572: g++ -c -g conftest.cc >&5
./configure: line 1: g++: command not found
configure:3575: $? = 127
configure: failed program was:
| #line 3555 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3592: result: no
configure:3636: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:3639: $? = 127
configure: failed program was:
| #line 3618 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
| #include <stdlib.h>
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3636: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:3639: $? = 127
configure: failed program was:
| #line 3618 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3636: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:3639: $? = 127
configure: failed program was:
| #line 3618 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
| #include <stdlib.h>
| extern "C" void std::exit (int) throw (); using std::exit;
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3636: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:3639: $? = 127
configure: failed program was:
| #line 3618 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
| #include <stdlib.h>
| extern "C" void std::exit (int); using std::exit;
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3636: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:3639: $? = 127
configure: failed program was:
| #line 3618 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
| #include <stdlib.h>
| extern "C" void exit (int) throw ();
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3636: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:3639: $? = 127
configure: failed program was:
| #line 3618 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
| #include <stdlib.h>
| extern "C" void exit (int);
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3636: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:3639: $? = 127
configure: failed program was:
| #line 3618 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| /* end confdefs.h. */
| #include <stdlib.h>
| void exit (int);
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3706: checking dependency style of g++
configure:3768: result: none
configure:4064: checking whether g++ supports -Wundef
configure:4101: rm -rf SunWS_cache; g++ -o conftest -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wundef conftest.cc 1>&5
./configure: line 1: g++: command not found
configure:4104: $? = 127
configure: failed program was:
| #line 4084 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:4135: result: no
configure:4142: checking whether g++ supports -Wno-long-long
configure:4179: rm -rf SunWS_cache; g++ -o conftest -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wno-long-long conftest.cc 1>&5
./configure: line 1: g++: command not found
configure:4182: $? = 127
configure: failed program was:
| #line 4162 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:4213: result: no
configure:4220: checking whether g++ supports -Wnon-virtual-dtor
configure:4257: rm -rf SunWS_cache; g++ -o conftest -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wnon-virtual-dtor conftest.cc 1>&5
./configure: line 1: g++: command not found
configure:4260: $? = 127
configure: failed program was:
| #line 4240 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:4291: result: no
configure:5129: checking how to run the C++ preprocessor
configure:5161: g++ -E conftest.cc
./configure: line 1: g++: command not found
configure:5167: $? = 127
configure: failed program was:
| #line 5147 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5161: g++ -E conftest.cc
./configure: line 1: g++: command not found
configure:5167: $? = 127
configure: failed program was:
| #line 5147 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5161: /lib/cpp conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5167: $? = 1
configure: failed program was:
| #line 5147 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5161: /lib/cpp conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5167: $? = 1
configure: failed program was:
| #line 5147 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5243: result: /lib/cpp
configure:5268: /lib/cpp conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5274: $? = 1
configure: failed program was:
| #line 5254 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5268: /lib/cpp conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5274: $? = 1
configure: failed program was:
| #line 5254 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karamba"
| #define VERSION "0.17"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5342: 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_CXXCPP_set=
ac_cv_env_CXXCPP_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_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none

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

ACLOCAL='${SHELL} /home/zeno/superkaramba-0.33/admin/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/zeno/superkaramba-0.33/admin/missing --run tar'
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/zeno/superkaramba-0.33/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/zeno/superkaramba-0.33/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/zeno/superkaramba-0.33/admin/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 '
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS='-pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion'
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FRAMEWORK_COREAUDIO=''
GMSGFMT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_PLUGIN=''
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE=''
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LIBCOMPAT=''
LIBCRYPT=''
LIBDL=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBPYTHON=''
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBTOOL=''
LIBUCB=''
LIBUTIL=''
LIBXINERAMA=''
LIBZ=''
LIB_KAB=''
LIB_KDECORE=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/zeno/superkaramba-0.33/admin/missing --run makeinfo'
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
NOREPO=''
OBJEXT='o'
PACKAGE='karamba'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PYTHONINC=''
PYTHONLIB=''
PYTHONMODDIR=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB=''
REPO=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS=''
USE_RTTI=''
USE_THREADS=''
VERSION='0.17'
WOVERLOADED_VIRTUAL=''
XGETTEXT=''
XMMS_INCLUDES=''
XMMS_LIBS=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB=''
ac_ct_STRIP=''
all_includes=''
all_libraries=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__quote=''
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'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/zeno/superkaramba-0.33/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local/kde'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
x_includes='NONE'
x_libraries='NONE'

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

#define PACKAGE "karamba"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "0.17"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1

diabolicus
07-04-2004, 10:53
comincia installando i compilatori, gcc g++ e tutte le relative dipendenze.

ilsensine
07-04-2004, 11:17
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no

Sta disperatamente cercando un qualsiasi compilatore C++, che non è installato...
Hai installato il gcc (linguaggio C) ma non il g++. Probabilmente anche le librerie c++ di sviluppo non sono state installate...

Zeno Cosini
07-04-2004, 17:56
Il compilatore gcc l'ho installato infatti, gli altri due sospettavo di doverli installare ma nn so come... con urpmi nn ho cavato un ragno dal buco... quello c++ dovrebbe essere gcc-c++ giusto?
Se avete qualche dritta sui pacchetti giusti e su dove trovarli sono tutt'orecchie!!!:oink:

diabolicus
07-04-2004, 18:26
Originariamente inviato da Zeno Cosini
Il compilatore gcc l'ho installato infatti, gli altri due sospettavo di doverli installare ma nn so come... con urpmi nn ho cavato un ragno dal buco... quello c++ dovrebbe essere gcc-c++ giusto?

non lo so, non uso mandrake. comunque installa quello e ripeti il configure, probabilmente trovera' il compilatore.. e si blocchera' su qualcos'altro :D

Pardo
07-04-2004, 20:33
i niubbi non dovrebbero usare i sorgenti , per il loro bene...

Zeno Cosini
07-04-2004, 20:46
Originariamente inviato da Pardo
i niubbi non dovrebbero usare i sorgenti , per il loro bene...
Sono d'accordo con te... Dove trovo gli rpm???:O

stefanoxjx
07-04-2004, 20:49
Originariamente inviato da Pardo
i niubbi non dovrebbero usare i sorgenti , per il loro bene...

Parole sante!!!!!
Però ho l'impressione che se lasci fare sempre tutto a apt-get, rpm o emerge, per quello che riguarda l'installazione rimani sempre un niubbo.

Parola di vero niubbo!!!!

Ciao.

ilsensine
08-04-2004, 07:38
Originariamente inviato da Zeno Cosini
Il compilatore gcc l'ho installato infatti, gli altri due sospettavo di doverli installare ma nn so come... con urpmi nn ho cavato un ragno dal buco... quello c++ dovrebbe essere gcc-c++ giusto?
Se avete qualche dritta sui pacchetti giusti e su dove trovarli sono tutt'orecchie!!!:oink:
...e dillo che hai la Mandrake, no?

Per l'ennesima volta: parti con il cd di installazione, selezioni "aggiornamento" invece di installazione", aggiungi gli "strumenti di sviluppo" nella scelta dei pacchetti, e ti verrà aggiunta buona parte di quello che serve. Eventuali pacchetti singoli richiesti dai sorgenti puoi installarli dopo con urpmi (o con rpmdrake se non sai il nome preciso).

Ikitt_Claw
08-04-2004, 08:02
Originariamente inviato da stefanoxjx
Però ho l'impressione che se lasci fare sempre tutto a apt-get, rpm o emerge, per quello che riguarda l'installazione rimani sempre un niubbo.


Secondo me no. Per conoscere a fondo rpm, per dire (e intendo dire scriversi gli spec file), piuttosto che emerge con gli ebuild, sono richieste conoscienze non banali.

Ikitt_Claw
08-04-2004, 08:03
Originariamente inviato da Zeno Cosini
Sono d'accordo con te... Dove trovo gli rpm???:O

http://rpm.pbone.net

prima passa da

http://plf.zarb.org/~nanardon

Pardo
08-04-2004, 09:55
mhm c'e` anche http://rpmfind.net
(o meglio uno dei suoi mirror xke` di solito questo principale non funziona mai!)



Però ho l'impressione che se lasci fare sempre tutto a apt-get, rpm o emerge, per quello che riguarda l'installazione rimani sempre un niubbo.


Certo piace a tutti vedere l'output di gcc scorrere pero` a meno che si abbia gentoo o freebsd o similari non e` molto conveniente sul lungo periodo buttare dentro tanta roba a cazzo (= da sorci e make install) perche` e` cmq roba che lo spacchettatore responsabile della distro non gestisce e non vede neanche.
Decisamente l33t e` compilare ma poi anche inserire il risultato in un pacchetto valido x la distro... cosi` e` tutto perfetto ma ancora piu` tempo perso...

Pero` se uno usa decentemente (non dico da dio) lo spacchettatore della distro e installa solo roba in quel formato, avra` di sicuro un sistema pulito e upgradato per tutti gli anni a venire e questo e` l'importante..