all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@online.de>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: Chong Yidong <cyd@stupidchicken.com>, emacs-devel@gnu.org
Subject: Re: Emacs 23.2.94 pretest
Date: Thu, 24 Feb 2011 22:26:03 +0100	[thread overview]
Message-ID: <4D66CCEB.5090102@online.de> (raw)
In-Reply-To: <m2lj156z31.fsf@igel.home>

Am 24.02.2011 19:56, schrieb Andreas Schwab:
> Chong Yidong<cyd@stupidchicken.com>  writes:
>
>> Andreas Röhler<andreas.roehler@online.de>  writes:
>>
>>> in directory which contains Emacs sources alone
>>> configure fails right after start:
>>>
>>> CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
>>> checking build system type... i686-pc-linux-gnu
>>> checking host system type... i686-pc-linux-gnu
>>> checking for gcc... gcc
>>> checking whether the C compiler works... yes
>>> checking for C compiler default output file name... a.out
>>> checking for suffix of executables...
>>> checking whether we are cross compiling... configure: error: in
>>> /home/My-Name/emacs-23.2.94':
>>> configure: error: cannot run C compiled programs.
>>> If you meant to cross compile, use `--host'.
>>> See `config.log' for more details
>     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>>
>>>
>>> Linux 2.6.31.14-0.6-default #1 SMP 2010-12-10 11:18:32 +0100 i686 i686
>>> i386 GNU/Linux
>>
>> Anyone know what this error refers to?
>
> See above.
>
> Andreas.

Here it is:

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

It was created by emacs configure 23.2.94, which was
generated by GNU Autoconf 2.67.  Invocation command line was

   $ ./configure

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

hostname = localhost
uname -m = i686
uname -r = 2.6.31.14-0.6-default
uname -s = Linux
uname -v = #1 SMP 2010-12-10 11:18:32 +0100

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

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

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: .
PATH: /usr/lib/qt3/bin
PATH: MY-PATH/bin
PATH: MY-PATH/python
PATH: MY-PATH/perl
PATH: /usr/local/share/f-prot/
PATH: MY-PATH/bin
PATH: MY-PATH/python
PATH: MY-PATH/perl
PATH: /usr/local/share/f-prot/


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

configure:2974: checking build system type
configure:2988: result: i686-pc-linux-gnu
configure:3008: checking host system type
configure:3021: result: i686-pc-linux-gnu
configure:3437: checking for gcc
configure:3453: found /usr/bin/gcc
configure:3464: result: gcc
configure:3693: checking for C compiler version
configure:3702: gcc --version >&5
gcc (SUSE Linux) 4.4.1 [gcc-4_4-branch revision 150839]
Copyright (C) 2009 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:3713: $? = 0
configure:3702: gcc -v >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada 
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.4 
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ 
--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap 
--with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit 
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch 
--enable-version-specific-runtime-libs --program-suffix=-4.4 
--enable-linux-futex --without-system-libunwind --with-arch-32=i586 
--with-tune=generic --build=i586-suse-linux
Thread model: posix
gcc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux)
configure:3713: $? = 0
configure:3702: gcc -V >&5
gcc: '-V' option must have argument
configure:3713: $? = 1
configure:3702: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3713: $? = 1
configure:3733: checking whether the C compiler works
configure:3755: gcc -g -O2 -fno-optimize-sibling-calls   conftest.c  >&5
configure:3759: $? = 0
configure:3807: result: yes
configure:3810: checking for C compiler default output file name
configure:3812: result: a.out
configure:3818: checking for suffix of executables
configure:3825: gcc -o conftest -g -O2 -fno-optimize-sibling-calls 
conftest.c  >&5
configure:3829: $? = 0
configure:3851: result:
configure:3873: checking whether we are cross compiling
configure:3881: gcc -o conftest -g -O2 -fno-optimize-sibling-calls 
conftest.c  >&5
conftest.c:11:19: error: /usr/local/include/stdio.h: Permission denied
conftest.c: In function 'main':
conftest.c:15: error: 'FILE' undeclared (first use in this function)
conftest.c:15: error: (Each undeclared identifier is reported only once
conftest.c:15: error: for each function it appears in.)
conftest.c:15: error: 'f' undeclared (first use in this function)
configure:3885: $? = 1
configure:3892: ./conftest
./configure: line 3894: ./conftest: No such file or directory
configure:3896: $? = 127
configure:3903: error: in `/home/MY-NAME/emacs-23.2.94':
configure:3905: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 -fno-optimize-sibling-calls'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_host=i686-pc-linux-gnu
ac_cv_prog_ac_ct_CC=gcc

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

ALLOCA=''
ALSA_CFLAGS=''
ALSA_LIBS=''
CC='gcc'
CFLAGS='-g -O2 -fno-optimize-sibling-calls'
CFLAGS_SOUND=''
CPP=''
CPPFLAGS=''
CRT_DIR=''
C_SWITCH_X_SITE=''
DBUS_CFLAGS=''
DBUS_LIBS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FREETYPE_CFLAGS=''
FREETYPE_LIBS=''
GCONF_CFLAGS=''
GCONF_LIBS=''
GETLOADAVG_LIBS=''
GETOPTOBJS=''
GETOPT_H=''
GNUSTEP_MAKEFILES=''
GNUSTEP_SYSTEM_HEADERS=''
GNUSTEP_SYSTEM_LIBRARIES=''
GNU_OBJC_CFLAGS=''
GREP=''
GTK_CFLAGS=''
GTK_LIBS=''
GZIP_PROG=''
HAVE_XSERVER=''
INSTALL_DATA=''
INSTALL_INFO=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
KMEM_GROUP=''
LDFLAGS=''
LD_SWITCH_X_SITE=''
LD_SWITCH_X_SITE_AUX=''
LIBOBJS=''
LIBOTF_CFLAGS=''
LIBOTF_LIBS=''
LIBS=''
LIBSOUND=''
LIB_SRC_EXTRA_INSTALLABLES=''
LN_S=''
LTLIBOBJS=''
M17N_FLT_CFLAGS=''
M17N_FLT_LIBS=''
MAINT='#'
MAKEINFO=''
NEED_SETGID=''
OBJEXT=''
OTHER_FILES=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='emacs'
PACKAGE_STRING='emacs 23.2.94'
PACKAGE_TARNAME='emacs'
PACKAGE_URL=''
PACKAGE_VERSION='23.2.94'
PATH_SEPARATOR=':'
PKG_CONFIG=''
RANLIB=''
RSVG_CFLAGS=''
RSVG_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
XFT_CFLAGS=''
XFT_LIBS=''
XMKMF=''
X_TOOLKIT_TYPE=''
ac_ct_CC='gcc'
archlibdir='${libexecdir}/emacs/${version}/${configuration}'
bindir='${exec_prefix}/bin'
bitmapdir=''
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
c_switch_machine=''
c_switch_system=''
canonical='i686-pc-linux-gnu'
configuration='i686-pc-linux-gnu'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datadir}/emacs/${version}/etc'
dvidir='${docdir}'
etcdir='${datadir}/emacs/${version}/etc'
exec_prefix='NONE'
gamedir='${localstatedir}/games/emacs'
gameuser='games'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
liblockfile=''
lispdir='${datadir}/emacs/${version}/lisp'
lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim'
localedir='${datarootdir}/locale'
locallisppath='${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp'
localstatedir='${prefix}/var'
machfile='m/intel386.h'
mandir='${datarootdir}/man'
ns_appbindir=''
ns_appdir=''
ns_appresdir=''
ns_appsrc=''
oldincludedir='/usr/include'
opsysfile='s/gnu-linux.h'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='/home/MY-NAME/emacs-23.2.94'
sysconfdir='${prefix}/etc'
target_alias=''
version=''
x_default_search_path=''

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

/* confdefs.h */
#define PACKAGE_NAME "emacs"
#define PACKAGE_TARNAME "emacs"
#define PACKAGE_VERSION "23.2.94"
#define PACKAGE_STRING "emacs 23.2.94"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define MAIL_USE_POP 1
#define SYNC_INPUT 1

configure: exit 1

>




  reply	other threads:[~2011-02-24 21:26 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-15  4:46 Emacs 23.2.94 pretest Chong Yidong
2011-02-15  4:54 ` Miles Bader
2011-02-15 15:49   ` Chong Yidong
2011-02-15 18:43     ` copyright-update in nnfolder [was Re: Emacs 23.2.94 pretest] Glenn Morris
2011-02-15 20:30       ` Stefan Monnier
2011-02-16  2:22       ` Miles Bader
2011-02-16 21:28     ` Emacs 23.2.94 pretest Lars Ingebrigtsen
2011-02-17  1:00 ` Sean Sieger
2011-02-23 17:36   ` Uday S Reddy
2011-02-23 17:44     ` Chong Yidong
2011-02-23 17:51       ` Uday S Reddy
2011-02-23 19:01         ` Chong Yidong
2011-02-23 19:27           ` Eli Zaretskii
2011-02-23 20:36           ` Uday S Reddy
2011-02-23 20:41             ` Lennart Borgman
2011-02-24  0:28               ` Christoph
2011-02-23 21:21             ` Chong Yidong
2011-02-23 21:51               ` Eli Zaretskii
2011-02-23 23:11                 ` Chong Yidong
2011-02-23 23:35                   ` Uday Reddy
2011-02-24  3:54                   ` Eli Zaretskii
2011-02-23 23:46               ` Uday S Reddy
2011-02-23 17:59     ` Eli Zaretskii
2011-02-24  1:13       ` Sean Sieger
2011-02-24  4:01         ` Eli Zaretskii
     [not found] ` <4D669A15.9080701@online.de>
2011-02-24 18:09   ` Chong Yidong
2011-02-24 18:56     ` Andreas Schwab
2011-02-24 21:26       ` Andreas Röhler [this message]
2011-02-24 22:20         ` Davis Herring
2011-02-25  6:46           ` Andreas Röhler
2011-02-25  9:32             ` Andreas Schwab
2011-02-25 10:09               ` Andreas Röhler
2011-02-25  7:01           ` Andreas Röhler
2011-02-25 13:35             ` Davis Herring
2011-02-25 10:18 ` Andreas Röhler
2011-02-25 10:29   ` Andreas Schwab
2011-02-25 11:31     ` Andreas Röhler
2011-02-25 11:43 ` Andreas Röhler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D66CCEB.5090102@online.de \
    --to=andreas.roehler@online.de \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.