OK, here goes the whole thing:

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.53. Invocation command line was

$ ./configure --with-mit-threads=no --with-comment=Yahoo SMP --enable-assembler --with-innodb --with-named-thread-libs=-DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R \
-D_THREAD_SAFE -DHAVE_BROKEN_REALPATH \
-I/usr/local/include/pthread/linuxthreads -L/usr/local/lib \
-llthread -llgcc_r --prefix=/usr/local/mysql --enable-thread-safe-client --with-server-suffix=-Yahoo-SMP --with-libwrap --with-raid --with-extra-charsets=complex

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

hostname = server1.cheathouse.com
uname -m = i386
uname -r = 4.7-STABLE
uname -s = FreeBSD
uname -v = FreeBSD 4.7-STABLE #2: Wed Dec 18 15:50:46 EST 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CHEATHOUSE

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

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

PATH: /usr/local/mysql/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin


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

configure:1482: checking build system type
configure:1500: result: i386-unknown-freebsd4.7
configure:1510: checking host system type
configure:1524: result: i386-unknown-freebsd4.7
configure:1534: checking target system type
configure:1548: result: i386-unknown-freebsd4.7
configure:1578: checking for a BSD-compatible install
configure:1632: result: /usr/bin/install -c
configure:1643: checking whether build environment is sane
configure:1661: result: yes
configure:1695: checking for gawk
configure:1724: result: no
configure:1695: checking for mawk
configure:1724: result: no
configure:1695: checking for nawk
configure:1711: found /usr/bin/nawk
configure:1721: result: nawk
configure:1731: checking whether make sets ${MAKE}
configure:1751: result: yes
configure:1952: checking whether to enable maintainer-specific portions of Makefiles
configure:1961: result: no
configure:1976: checking whether build environment is sane
configure:1994: result: yes
configure:1997: checking whether make sets ${MAKE}
configure:2017: result: yes
configure:2067: checking for gawk
configure:2093: result: nawk
configure:2149: checking for gcc
configure:2175: result: cc
configure:2175: result: cc
configure:2419: checking for C compiler version
configure:2422: cc --version </dev/null >&5
2.95.4
configure:2425: $? = 0
configure:2427: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:2430: $? = 0
configure:2432: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2435: $? = 1
configure:2461: checking for C compiler default output
configure:2464: cc -O -pipe -march=pentiumpro -D__USE_UNIX98 \
-D_REENTRANT -D_THREAD_SAFE -DHAVE_BROKEN_REALPATH \
-I/usr/local/include/pthread/linuxthreads conftest.c >&5
cc: \: No such file or directory
cc: \: No such file or directory
configure:2467: $? = 1
configure: failed program was:
#line 2438 "configure"
#include "confdefs.h"

#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

;
return 0;
}
configure:2494: error: C compiler cannot create executables

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

ac_cv_build=i386-unknown-freebsd4.7
ac_cv_build_alias=i386-unknown-freebsd4.7
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O -pipe -march=pentiumpro -D__USE_UNIX98 \
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O -pipe -march=pentiumpro \
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=cc
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_host=i386-unknown-freebsd4.7
ac_cv_host_alias=i386-unknown-freebsd4.7
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=nawk
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_make_make_set=yes
ac_cv_target=i386-unknown-freebsd4.7
ac_cv_target_alias=i386-unknown-freebsd4.7
lt_cv_sys_path_separator=:

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "mysql"
#define VERSION "4.0.9-gamma"
#define PROTOCOL_VERSION 10
#define DOT_FRM_VERSION 6
#define SYSTEM_TYPE "unknown-freebsd4.7"
#define MACHINE_TYPE "i386"

configure: exit 77


Maximo Migliari.

At 02:12 PM 31-01-03 -0600, you wrote:
In the last episode (Jan 31), Maximo Migliari said:
> These are the last two lines in config.log
>
> #define MACHINE_TYPE "i386"
> configure: exit 77

How about the last 20 or so :)  We need to see the error message that
caused the autoconf test to fail.

--
        Dan Nelson
        [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <mysql-unsubscribe-##L=##[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to