[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gnumach nic update compile still error



Well I did, didn't I? 
In previous emails?

Here's another snip at the errors:

(set -e; gcc -O -E -nostdinc -DMACH -DCMU -DMACH_KERNEL -DKERNEL 
-DMACH_KMSG=1  -DCONTINUATIONS -D__ELF__ -Di386 -DLINUX_DEV
-I./i386/i386at -I./i386/i386 -I./i386/include -I./i386/include/mach/sa
-I./i386/bogus -I./i386 -I. -I. -I./include -I./bogus -I./util -I./kern
-I./device -M -MG -x c ./device/device.srv | \
sed -e 's/[^:]*:/device_server.c device.migs_d:/' > device.migs_d)
sed -e 's/_server\.c /_interface.h /' -e 's/migs_d/migsh_d/' <
device.migs_d > device.migsh_d
cd . && autoconf
./config.status --recheck
running /bin/sh ./configure  --enable-kmsg --enable-lpr --enable-floppy
--enable-ide --enable-eexpresspro100 --prefix=/gnu --host=i386-gnu
--no-create --no-recursion
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... i686-pc-linux-gnu
checking host system type... i386-pc-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for i386-gnu-gcc... i386-gnu-gcc
checking for C compiler default output file name... configure: error: C
compiler cannot create executables
See `config.log' for more details.
make: *** [config.status] Error 77
rm memory_object_default_user.c mach_server.c mach_port_server.c
mach_host_server.c memory_object_reply_user.c mach_i386_server.c
device_server.c device_pager_server.c mach_debug_server.c
memory_object_user_user.c device_reply_user.c mach4_server.c

my config log attached

Thanks.

Best Regards.
-arief

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

It was created by GNU Mach configure 1.4, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --enable-kmsg --enable-lpr --enable-floppy --enable-ide --enable-eexpresspro100 --prefix=/gnu --host=i386-gnu --no-create --no-recursion

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

hostname = damai
uname -m = i686
uname -r = 2.6.7
uname -s = Linux
uname -v = #1 Wed Jul 14 22:53:08 WIT 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: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/local/sbin
PATH: /usr/local/bin


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

configure:1312: checking build system type
configure:1330: result: i686-pc-linux-gnu
configure:1338: checking host system type
configure:1352: result: i386-pc-gnu
configure:1420: checking for a BSD-compatible install
configure:1475: result: /usr/bin/install -c
configure:1490: checking for gawk
configure:1506: found /usr/bin/gawk
configure:1516: result: gawk
configure:1534: checking for i386-gnu-gcc
configure:1550: found /usr/bin/i386-gnu-gcc
configure:1560: result: i386-gnu-gcc
configure:1842: checking for C compiler version
configure:1845: i386-gnu-gcc --version </dev/null >&5
gcc-3.2 (GCC) 3.2.3 (Debian)
Copyright (C) 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:1848: $? = 0
configure:1850: i386-gnu-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-gnu/3.2.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,f77,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.2.3 (Debian)
 /usr/lib/gcc-lib/i386-gnu/3.2.3/collect2 -m elf_i386 -dynamic-linker /lib/ld.so crt1.o crti.o /usr/lib/gcc-lib/i386-gnu/3.2.3/crtbegin.o -L/usr/lib/gcc-lib/i386-gnu/3.2.3 -rpath-link=/usr/i386-gnu/lib -lgcc -lc -lgcc /usr/lib/gcc-lib/i386-gnu/3.2.3/crtend.o crtn.o
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:1853: $? = 1
configure:1855: i386-gnu-gcc -V </dev/null >&5
gcc-3.2: invalid version number format
configure:1858: $? = 1
configure:1881: checking for C compiler default output file name
configure:1884: i386-gnu-gcc    conftest.c  >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:1887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mach"
| #define PACKAGE_TARNAME "gnumach"
| #define PACKAGE_VERSION "1.4"
| #define PACKAGE_STRING "GNU Mach 1.4"
| #define PACKAGE_BUGREPORT "bug-hurd@gnu.org"
| #define MACH_KMSG
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:1926: error: C compiler cannot create executables
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_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_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=i386-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i386-pc-gnu
ac_cv_host_alias=i386-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=i386-gnu-gcc

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

AWK='gawk'
CC='i386-gnu-gcc'
CFLAGS=''
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MIG='/usr/bin/i386-gnu-mig'
NM=''
OBJEXT=''
PACKAGE_BUGREPORT='bug-hurd@gnu.org'
PACKAGE_NAME='GNU Mach'
PACKAGE_STRING='GNU Mach 1.4'
PACKAGE_TARNAME='gnumach'
PACKAGE_VERSION='1.4'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC=''
ac_ct_LD=''
ac_ct_MIG=''
ac_ct_NM=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cross_compiling='maybe'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i386-pc-gnu'
host_alias='i386-gnu'
host_cpu='i386'
host_os='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='/gnu'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
systype='i386'
target_alias=''

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

#define MACH_KMSG
#define PACKAGE_BUGREPORT "bug-hurd@gnu.org"
#define PACKAGE_NAME "GNU Mach"
#define PACKAGE_STRING "GNU Mach 1.4"
#define PACKAGE_TARNAME "gnumach"
#define PACKAGE_VERSION "1.4"

configure: exit 77

Reply to: