Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Applications > [solved] compiler can not create executables
 Linux Applications   I cant get "X" app to work... also discussion about linux programs.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Closed Thread
 
Thread Tools Display Modes
Old 03-10-2005   #1 (permalink)
Linux Newbie
 
robak's Avatar
 
Join Date: Jan 2004
Posts: 136
Send a message via ICQ to robak
[solved] compiler can not create executables

Hi !

i just tried to compile kde on gentoo (kernel 2.6.11-r3) and i got this while compiling kdebase:


Code:
>>> Unpacking source...
>>> Unpacking kdebase-3.3.2.tar.bz2 to /var/tmp/portage/kdebase-3.3.2-r1/work
 * Applying konsole-3.3.2.patch ...                                       [ ok ] * Applying post-3.3.2-kdebase-htmlframes2.patch ...                      [ ok ] * Applying startkde-3.3.2-r1-gentoo.diff ...                             [ ok ]>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /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 x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for kde-config... /usr/kde/3.3/bin/kde-config
checking where to install... /usr/kde/3.3 (as requested)
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! ERROR: kde-base/kdebase-3.3.2-r1 failed.
!!! Function kde_src_compile, Line 154, Exitcode 77
!!! died running ./configure, kde_src_compile:configure
!!! If you need support, post the topmost build error, NOT this status message.
does anybody know how to fix this error?

thanks in advance
greez robak
__________________
make install not love

Registered Linux user number 369245
robak is offline  

Old 03-10-2005   #2 (permalink)
Linux Enthusiast
 
Join Date: Jan 2005
Posts: 575
What does config.log say ?
Santa's little helper is offline  
Old 03-10-2005   #3 (permalink)
Linux Enthusiast
 
Join Date: Dec 2004
Location: Rockin' in the USA!!!
Posts: 603
Send a message via Yahoo to smindinvern
haha, your compiler is screwed, what did you do just before this that may have caused that. Also, try doing:
Code:
ldconfig
lastly, try:
Code:
echo "void main(){}" > dummy.c
gcc dummy.c -o dummy.o
ld dummy.o
just to make sure that the compiler and linker are working, post any errors you get at any point in this process.
smindinvern is offline  
Old 03-11-2005   #4 (permalink)
Linux Newbie
 
robak's Avatar
 
Join Date: Jan 2004
Posts: 136
Send a message via ICQ to robak
so

compiling and linking works.

i tried ldconfig but the error on compiling kde is still there.

here is what config.log says:
Code:
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.59.  Invocation command line was

  $ ./configure --with-dpms --without-ldap --with-cups --with-gl --with-ssl --without-arts --with-pam=yes --without-java --host=x86_64-pc-linux-gnu --prefix=/usr/kde/3.3 --with-x --enable-mitshm --without-xinerama --with-qt-dir=/usr/qt/3 --enable-mt --with-qt-libraries=/usr/qt/3/lib --disable-dependency-tracking --disable-debug --without-debug --disable-final --without-arts --libdir=${exec_prefix}/lib

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

hostname = lora
uname -m = x86_64
uname -r = 2.6.11-gentoo-r3
uname -s = Linux
uname -v = #4 Thu Mar 10 17:15:42 Local time zone must be set--see zic manu

/usr/bin/uname -p = AMD Athlon(tm) 64 Processor 3000+
/bin/uname -X     = unknown

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

PATH: /usr/kde/3.3/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/3.4.3
PATH: /usr/X11R6/bin
PATH: /usr/qt/3/bin
PATH: /usr/kde/3.3/sbin
PATH: /usr/kde/3.3/bin


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

configure:1582: checking build system type
configure:1600: result: x86_64-unknown-linux-gnu
configure:1608: checking host system type
configure:1622: result: x86_64-pc-linux-gnu
configure:1630: checking target system type
configure:1644: result: x86_64-pc-linux-gnu
configure:1691: checking for a BSD-compatible install
configure:1746: result: /bin/install -c
configure:1761: checking for -p flag to install
configure:1774: result: yes
configure:1785: checking whether build environment is sane
configure:1828: result: yes
configure:1880: checking for gawk
configure:1896: found /bin/gawk
configure:1906: result: gawk
configure:1916: checking whether make sets $(MAKE)
configure:1936: result: yes
configure:2012: checking for x86_64-pc-linux-gnu-strip
configure:2041: result: no
configure:2050: checking for strip
configure:2066: found /usr/bin/strip
configure:2077: result: strip
configure:2194: checking for kde-config
configure:2256: result: /usr/kde/3.3/bin/kde-config
configure:2279: checking where to install
configure:2287: result: /usr/kde/3.3 (as requested)
configure:2338: checking for style of include used by make
configure:2366: result: GNU
configure:2476: checking for x86_64-pc-linux-gnu-gcc
configure:2492: found /usr/bin/x86_64-pc-linux-gnu-gcc
configure:2502: result: x86_64-pc-linux-gnu-gcc
configure:2784: checking for C compiler version
configure:2787: x86_64-pc-linux-gnu-gcc --version </dev/null >&5
x86_64-pc-linux-gnu-gcc (GCC) 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7)
Copyright (C) 2004 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:2790: $? = 0
configure:2792: x86_64-pc-linux-gnu-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/specs
Configured with: /var/tmp/portage/gcc-3.4.3-r1/work/gcc-3.4.3/configure --enable-version-specific-runtime-libs --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/include/g++-v3 --host=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --enable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix
Thread model: posix
gcc version 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7)
configure:2795: $? = 0
configure:2797: x86_64-pc-linux-gnu-gcc -V </dev/null >&5
x86_64-pc-linux-gnu-gcc: `-V' option must have argument
configure:2800: $? = 1
configure:2823: checking for C compiler default output file name
configure:2826: x86_64-pc-linux-gnu-gcc  -march=x86   conftest.c  >&5
conftest.c:1: error: bad value (x86) for -march= switch
conftest.c:1: error: bad value (x86) for -mtune= switch
configure:2829: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdebase"
| #define VERSION "3.3.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2868: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-march=x86
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=set
ac_cv_env_CXXFLAGS_value='-march=athlon64 -pipe -O2 -funroll-loops'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_host_alias=x86_64-pc-linux-gnu
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_target_alias=x86_64-pc-linux-gnu
kde_cv_path=/usr/kde/3.3/bin/kde-config
kde_cv_path_kde_config=/usr/kde/3.3/bin/kde-config

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

ACLOCAL='${SHELL} /var/tmp/portage/kdebase-3.3.2-r1/work/kdebase-3.3.2/admin/missing --run aclocal-1.9'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /var/tmp/portage/kdebase-3.3.2-r1/work/kdebase-3.3.2/admin/missing --run tar'
AR=''
ARTSCCONFIG=''
AUTOCONF='${SHELL} /var/tmp/portage/kdebase-3.3.2-r1/work/kdebase-3.3.2/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /var/tmp/portage/kdebase-3.3.2-r1/work/kdebase-3.3.2/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /var/tmp/portage/kdebase-3.3.2-r1/work/kdebase-3.3.2/admin/missing --run automake-1.9'
AWK='gawk'
CC='x86_64-pc-linux-gnu-gcc'
CCDEPMODE=''
CFLAGS=' -march=x86'
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in $(top_srcdir)/./kappfinder/configure.in.in $(top_srcdir)/./kcontrol/access/configure.in.in $(top_srcdir)/./kcontrol/accessibility/configure.in.in $(top_srcdir)/./kcontrol/crypto/configure.in.in $(top_srcdir)/./kcontrol/energy/configure.in.in $(top_srcdir)/./kcontrol/fonts/configure.in.in $(top_srcdir)/./kcontrol/info/configure.in.in $(top_srcdir)/./kcontrol/joystick/configure.in.in $(top_srcdir)/./kcontrol/kfontinst/configure.in.in $(top_srcdir)/./kcontrol/nics/configure.in.in $(top_srcdir)/./kcontrol/randr/configure.in.in $(top_srcdir)/./kcontrol/smartcard/configure.in.in $(top_srcdir)/./kcontrol/style/configure.in.in $(top_srcdir)/./kcontrol/usbview/configure.in.in $(top_srcdir)/./kcontrol/view1394/configure.in.in $(top_srcdir)/./kdeprint/configure.in.in $(top_srcdir)/./kdeprint/kprinter/configure.in.in $(top_srcdir)/./kdesktop/configure.in.in $(top_srcdir)/./kdesktop/lock/configure.in.in $(top_srcdir)/./kdesu/configure.in.in $(top_srcdir)/./kdm/configure.in.in $(top_srcdir)/./khotkeys/configure.in.in $(top_srcdir)/./kioslave/devices/configure.in.in $(top_srcdir)/./kioslave/filter/configure.in.in $(top_srcdir)/./kioslave/fish/configure.in.in $(top_srcdir)/./kioslave/ldap/configure.in.in $(top_srcdir)/./kioslave/smb/configure.in.bot $(top_srcdir)/./kioslave/smb/configure.in.in $(top_srcdir)/./kioslave/thumbnail/configure.in.in $(top_srcdir)/./konqueror/preloader/configure.in.in $(top_srcdir)/./konsole/configure.in.in $(top_srcdir)/./ksmserver/configure.in.in $(top_srcdir)/./ksysguard/configure.in.in $(top_srcdir)/./kxkb/configure.in.in $(top_srcdir)/configure.in.bot'
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS='-march=athlon64 -pipe -O2 -funroll-loops'
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
DEVICESDIR=''
DOXYGEN=''
DOXYGEN_PROJECT_NAME=''
DOXYGEN_PROJECT_NUMBER=''
DPMSINC=''
DPMSLIB=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_PERMISSIVE_FLAG=''
EXEEXT=''
F77=''
FFLAGS=''
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'
JAR=''
JAVAC=''
JAVAH=''
JVMLIBS=''
KCFG_DEPENDENCIES=''
KCHECKPASS_PAM_SERVICE=''
KCONFIG_COMPILER=''
KDECONFIG='/usr/kde/3.3/bin/kde-config'
KDE_BINDIR=''
KDE_EXTRA_RPATH=''
KDE_HAS_DOXYGEN=''
KDE_HAVE_DOT=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_NO_UNDEFINED=''
KDE_PLUGIN=''
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE=''
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE=''
KDE_XSL_STYLESHEET=''
KDM_PAM_SERVICE=''
KRB4_INCS=''
KRB4_LIBS=''
KRB4_RPATH=''
KRB5_INCS=''
KRB5_LIBS=''
KRB5_RPATH=''
KSCREENSAVER_PAM_SERVICE=''
LDAP_INCS=''
LDAP_LIBS=''
LDAP_RPATH=''
LDFLAGS=''
LIBALIB=''
LIBART_CFLAGS=''
LIBART_LIBS=''
LIBART_RPATH=''
LIBBZ2=''
LIBCFG=''
LIBCOMPAT=''
LIBCRYPT=''
LIBCURSES=''
LIBDEVINFO=''
LIBDL=''
LIBFONTCONFIG_CFLAGS=''
LIBFONTCONFIG_LIBS=''
LIBFONTCONFIG_RPATH=''
LIBFREETYPE_CFLAGS=''
LIBFREETYPE_LIBS=''
LIBFREETYPE_RPATH=''
LIBGEN=''
LIBHOSTS=''
LIBJPEG=''
LIBKSTAT=''
LIBMALLOC=''
LIBOBJS=''
LIBODM=''
LIBOSSAUDIO=''
LIBPNG=''
LIBPOSIX4=''
LIBPTHREAD=''
LIBRESOLV=''
LIBRPC=''
LIBS=''
LIBSENSORS=''
LIBSHADOW=''
LIBSM=''
LIBSOCKET=''
LIBSSL=''
LIBTOOL=''
LIBUCB=''
LIBUTEMPTER=''
LIBUTIL=''
LIBXDMCP=''
LIBZ=''
LIB_FONT_ENC=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUTILS=''
LIB_LIBS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_TRU64_MACH=''
LIB_X11=''
LIB_XCURSOR=''
LIB_XEXT=''
LIB_XF86MISC=''
LIB_XRANDR=''
LIB_XRENDER=''
LIB_XSS=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /var/tmp/portage/kdebase-3.3.2-r1/work/kdebase-3.3.2/admin/missing --run makeinfo'
MCOPIDL=''
MD5SUM=''
MD5SUM_CUT=''
MEINPROC=''
MOC=''
MSGFMT=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT=''
PACKAGE='kdebase'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PAMLIBS=''
PASSWDLIBS=''
PATH_SEPARATOR=':'
PERL=''
QTDOCDIR=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB=''
RUN_KAPPFINDER=''
SETUIDFLAGS=''
SET_MAKE=''
SHELL='/bin/sh'
SMBCLIENT_EXTRA_LIBS=''
SSL_INCLUDES=''
SSL_LDFLAGS=''
STRIP='strip'
TOPSUBDIRS=''
UIC=''
UIC_TR=''
UNAME=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS=''
USE_RTTI=''
USE_THREADS=''
VERSION='3.3.2'
WOVERLOADED_VIRTUAL=''
XDM_CFLAGS=''
XDM_DEFINES=''
XGETTEXT=''
XMLLINT=''
XTESTLIB=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP='strip'
all_includes=''
all_libraries=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
applnk_SUBDIR_included_FALSE=''
applnk_SUBDIR_included_TRUE=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
doc_SUBDIR_included_FALSE=''
doc_SUBDIR_included_TRUE=''
drkonqi_SUBDIR_included_FALSE=''
drkonqi_SUBDIR_included_TRUE=''
exec_prefix='NONE'
have_xcursor_FALSE=''
have_xcursor_TRUE=''
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
include_BZIP2_FALSE=''
include_BZIP2_TRUE=''
include_devicesdir_FALSE=''
include_devicesdir_TRUE=''
include_fontinst_tn_FALSE=''
include_fontinst_tn_TRUE=''
include_kcontrol_access_FALSE=''
include_kcontrol_access_TRUE=''
include_kcontrol_accessibility_FALSE=''
include_kcontrol_accessibility_TRUE=''
include_kcontrol_joystick_FALSE=''
include_kcontrol_joystick_TRUE=''
include_kcontrol_kfontinst_FALSE=''
include_kcontrol_kfontinst_TRUE=''
include_kcontrol_randr_FALSE=''
include_kcontrol_randr_TRUE=''
include_kcontrol_smartcard_FALSE=''
include_kcontrol_smartcard_TRUE=''
include_kcontrol_usbview_FALSE=''
include_kcontrol_usbview_TRUE=''
include_kcontrol_view1394_FALSE=''
include_kcontrol_view1394_TRUE=''
include_kioslave_ldap_FALSE=''
include_kioslave_ldap_TRUE=''
include_kioslave_smb_FALSE=''
include_kioslave_smb_TRUE=''
include_ksysguardd_FALSE=''
include_ksysguardd_TRUE=''
include_ksysguardd_freebsd_FALSE=''
include_ksysguardd_freebsd_TRUE=''
include_ksysguardd_irix_FALSE=''
include_ksysguardd_irix_TRUE=''
include_ksysguardd_linux_FALSE=''
include_ksysguardd_linux_TRUE=''
include_ksysguardd_netbsd_FALSE=''
include_ksysguardd_netbsd_TRUE=''
include_ksysguardd_openbsd_FALSE=''
include_ksysguardd_openbsd_TRUE=''
include_ksysguardd_solaris_FALSE=''
include_ksysguardd_solaris_TRUE=''
include_ksysguardd_tru64_FALSE=''
include_ksysguardd_tru64_TRUE=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/var/tmp/portage/kdebase-3.3.2-r1/work/kdebase-3.3.2/admin/install-sh'
jni_includes=''
kappfinder_SUBDIR_included_FALSE=''
kappfinder_SUBDIR_included_TRUE=''
kate_SUBDIR_included_FALSE=''
kate_SUBDIR_included_TRUE=''
kcheckpass_SUBDIR_included_FALSE=''
kcheckpass_SUBDIR_included_TRUE=''
kcminit_SUBDIR_included_FALSE=''
kcminit_SUBDIR_included_TRUE=''
kcontrol_SUBDIR_included_FALSE=''
kcontrol_SUBDIR_included_TRUE=''
kdcop_SUBDIR_included_FALSE=''
kdcop_SUBDIR_included_TRUE=''
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir='/usr/kde/3.3/share/doc/HTML'
kde_libs_prefix='/usr/kde/3.3'
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir='/usr/kde/3.3/lib/kde3/plugins/designer'
kdebugdialog_SUBDIR_included_FALSE=''
kdebugdialog_SUBDIR_included_TRUE=''
kdeinitdir=''
kdepasswd_SUBDIR_included_FALSE=''
kdepasswd_SUBDIR_included_TRUE=''
kdeprint_SUBDIR_included_FALSE=''
kdeprint_SUBDIR_included_TRUE=''
kdesktop_SUBDIR_included_FALSE=''
kdesktop_SUBDIR_included_TRUE=''
kdesu_SUBDIR_included_FALSE=''
kdesu_SUBDIR_included_TRUE=''
kdialog_SUBDIR_included_FALSE=''
kdialog_SUBDIR_included_TRUE=''
kdm_SUBDIR_included_FALSE=''
kdm_SUBDIR_included_TRUE=''
kfind_SUBDIR_included_FALSE=''
kfind_SUBDIR_included_TRUE=''
khelpcenter_SUBDIR_included_FALSE=''
khelpcenter_SUBDIR_included_TRUE=''
khotkeys_SUBDIR_included_FALSE=''
khotkeys_SUBDIR_included_TRUE=''
kicker_SUBDIR_included_FALSE=''
kicker_SUBDIR_included_TRUE=''
kioslave_SUBDIR_included_FALSE=''
kioslave_SUBDIR_included_TRUE=''
klipper_SUBDIR_included_FALSE=''
klipper_SUBDIR_included_TRUE=''
kmenuedit_SUBDIR_included_FALSE=''
kmenuedit_SUBDIR_included_TRUE=''
konqueror_SUBDIR_included_FALSE=''
konqueror_SUBDIR_included_TRUE=''
konsole_SUBDIR_included_FALSE=''
konsole_SUBDIR_included_TRUE=''
kpager_SUBDIR_included_FALSE=''
kpager_SUBDIR_included_TRUE=''
kpersonalizer_SUBDIR_included_FALSE=''
kpersonalizer_SUBDIR_included_TRUE=''
kreadconfig_SUBDIR_included_FALSE=''
kreadconfig_SUBDIR_included_TRUE=''
kscreensaver_SUBDIR_included_FALSE=''
kscreensaver_SUBDIR_included_TRUE=''
ksmserver_SUBDIR_included_FALSE=''
ksmserver_SUBDIR_included_TRUE=''
ksplashml_SUBDIR_included_FALSE=''
ksplashml_SUBDIR_included_TRUE=''
kstart_SUBDIR_included_FALSE=''
kstart_SUBDIR_included_TRUE=''
ksysguard_SUBDIR_included_FALSE=''
ksysguard_SUBDIR_included_TRUE=''
ksystraycmd_SUBDIR_included_FALSE=''
ksystraycmd_SUBDIR_included_TRUE=''
ktip_SUBDIR_included_FALSE=''
ktip_SUBDIR_included_TRUE=''
kwin_SUBDIR_included_FALSE=''
kwin_SUBDIR_included_TRUE=''
kxkb_SUBDIR_included_FALSE=''
kxkb_SUBDIR_included_TRUE=''
l10n_SUBDIR_included_FALSE=''
l10n_SUBDIR_included_TRUE=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libkonq_SUBDIR_included_FALSE=''
libkonq_SUBDIR_included_TRUE=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
nogroup=''
nsplugins_SUBDIR_included_FALSE=''
nsplugins_SUBDIR_included_TRUE=''
oldincludedir='/usr/include'
pics_SUBDIR_included_FALSE=''
pics_SUBDIR_included_TRUE=''
prefix='/usr/kde/3.3'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
supports_i8k_FALSE=''
supports_i8k_TRUE=''
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
x_includes='NONE'
x_libraries='NONE'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''

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

#define PACKAGE "kdebase"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "3.3.2"

configure: exit 77
thanks so far
__________________
make install not love

Registered Linux user number 369245
robak is offline  
Old 03-15-2005   #5 (permalink)
Linux Newbie
 
robak's Avatar
 
Join Date: Jan 2004
Posts: 136
Send a message via ICQ to robak
problem is solved

it had two entries for CFLAGS in my make.conf
i just forgot to comment one of them out
__________________
make install not love

Registered Linux user number 369245
robak is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Free Network Mapping Tool for Microsoft® Office Visio® Professional 2007 Users
Don't map your network by hand – let LANsurveyor Express for Microsoft Visio Professional 2007 automatically create network diagrams for you.
subscribe
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say.
subscribe

Safe, Secure Backup


All times are GMT. The time now is 11:33 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2