I'm trying to build Xfce from SVN using a PKGBUILD from the forum. I'm
having trouble that doesn't happen if I configure/compile the SVN
myself. The direct error is: "checking for C compiler default output
file name... configure: error: C compiler cannot create executables".
I've also attached the complete config.log for more detail.
It seems as though this is related to using makepkg, oddly enough.
Anyone have any ideas?
Thanks in advance,
Andrew
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libxfce4util configure 4.3.0svn-r17677, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --enable-maintainer-mode --prefix=/opt/xfce4-svn
## --------- ##
## Platform. ##
## --------- ##
hostname = Linuxland
uname -m = i686
uname -r = 2.6.13-archck1
uname -s = Linux
uname -v = #1 SMP Mon Aug 29 19:30:05 BST 2005
/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: /var/abs/local/xfce4-svn/pkg/opt/xfce4-svn/bin
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/X11R6/bin
PATH: /opt/bin
PATH: /opt/gnome/bin
PATH: /opt/java/jre/bin
PATH: /opt/kde/bin
PATH: /opt/mozilla/bin
PATH: /opt/qt/bin
PATH: /opt/xfce4/bin
PATH: /opt/xfce4/libexec
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1583: checking for a BSD-compatible install
configure:1638: result: /bin/install -c
configure:1649: checking whether build environment is sane
configure:1692: result: yes
configure:1757: checking for gawk
configure:1786: result: no
configure:1757: checking for mawk
configure:1773: found /bin/mawk
configure:1783: result: mawk
configure:1793: checking whether make sets $(MAKE)
configure:1813: result: yes
configure:1983: checking whether to enable maintainer-specific portions of Makefiles
configure:1992: result: yes
configure:2036: checking for style of include used by make
configure:2064: result: GNU
configure:2135: checking for gcc
configure:2161: result: gcc
configure:2405: checking for C compiler version
configure:2408: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050818 (prerelease)
Copyright (C) 2005 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:2411: $? = 0
configure:2413: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0-20050818/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit
Thread model: posix
gcc version 4.0.2 20050818 (prerelease)
configure:2416: $? = 0
configure:2418: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2421: $? = 1
configure:2444: checking for C compiler default output file name
configure:2447: gcc -I/var/abs/local/xfce4-svn/pkg/opt/xfce4-svn/include/xfce4 \
-L/var/abs/local/xfce4-svn/pkg/opt/xfce4-svn/lib \
-march=i686 -O2 -pipe conftest.c >&5
gcc: \: No such file or directory
gcc: \: No such file or directory
configure:2450: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libxfce4util"
| #define PACKAGE_TARNAME "libxfce4util"
| #define PACKAGE_VERSION "4.3.0svn-r17677"
| #define PACKAGE_STRING "libxfce4util 4.3.0svn-r17677"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "libxfce4util"
| #define VERSION "4.3.0svn-r17677"
| #define XFCE_VERSION_STRING "4.3.0"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2489: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-I/var/abs/local/xfce4-svn/pkg/opt/xfce4-svn/include/xfce4 \
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=i686 -O2 -pipe'
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=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
-L/var/abs/local/xfce4-svn/pkg/opt/xfce4-svn/lib \
-march=i686 -O2 -pipe'
ACLOCAL='${SHELL} /var/abs/local/xfce4-svn/src/trunk/libxfce4util/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /var/abs/local/xfce4-svn/src/trunk/libxfce4util/missing --run tar'
AR=''
AUTOCONF='${SHELL} /var/abs/local/xfce4-svn/src/trunk/libxfce4util/missing --run autoconf'
AUTOHEADER='${SHELL} /var/abs/local/xfce4-svn/src/trunk/libxfce4util/missing --run autoheader'
AUTOMAKE='${SHELL} /var/abs/local/xfce4-svn/src/trunk/libxfce4util/missing --run automake-1.9'
AWK='mawk'
CC='gcc'
CCDEPMODE=''
CFLAGS='-I/var/abs/local/xfce4-svn/pkg/opt/xfce4-svn/include/xfce4 \
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS='-march=i686 -O2 -pipe'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
GOBJECT_CFLAGS=''
GOBJECT_LIBS=''
GOBJECT_REQUIRED_VERSION=''
GOBJECT_VERSION=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
HAVE_CYGWIN_FALSE=''
HAVE_CYGWIN_TRUE=''
HTML_DIR=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBXFCE4UTIL_VERINFO='2:0:0'
LIBXFCE4UTIL_VERSION_MAJOR='4'
LIBXFCE4UTIL_VERSION_MICRO='0'
LIBXFCE4UTIL_VERSION_MINOR='3'
LN_S=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /var/abs/local/xfce4-svn/src/trunk/libxfce4util/missing --run makeinfo'
OBJEXT=''
PACKAGE='libxfce4util'
PACKAGE_BUGREPORT='[EMAIL PROTECTED]'
PACKAGE_NAME='libxfce4util'
PACKAGE_STRING='libxfce4util 4.3.0svn-r17677'
PACKAGE_TARNAME='libxfce4util'
PACKAGE_VERSION='4.3.0svn-r17677'
PATH_SEPARATOR=':'
PERL=''
PKG_CONFIG=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='4.3.0svn-r17677'
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
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 -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/var/abs/local/xfce4-svn/src/trunk/libxfce4util/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/opt/xfce4-svn'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "libxfce4util"
#define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
#define PACKAGE_NAME "libxfce4util"
#define PACKAGE_STRING "libxfce4util 4.3.0svn-r17677"
#define PACKAGE_TARNAME "libxfce4util"
#define PACKAGE_VERSION "4.3.0svn-r17677"
#define VERSION "4.3.0svn-r17677"
#define XFCE_VERSION_STRING "4.3.0"
configure: exit 77
_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch