Re: error 127 doing make paranoid install



Thanks again for you help-I think the output below is what you asked for.
$ which gcc
/usr/bin/gcc

$ locate config.log
/Downloads-other-tar-gz/icewm-1.2.21pre1/config.log
/subversion-1.1.4/apr/config.log
/subversion-1.1.4/apr-util/config.log
/subversion-1.1.4/apr-util/xml/expat/config.log
/subversion-1.1.4/config.log
/subversion-1.1.4/neon/config.log
/Users/johnsmac/darwinports/base/config.log
/Users/johnsmac/darwinports/dports/x11/gtk2/work/gtk+-2.6.7/config.log
/xft-2.1.2/config.log

configure:2168: $? = 0
configure:2170: gcc -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
configure:2173: $? = 0
configure:2175: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2178: $? = 1
configure:2202: checking for C compiler default output
configure:2205: gcc    conftest.c  >&5
configure:2208: $? = 0
configure:2254: result: a.out
configure:2259: checking whether the C compiler works
configure:2265: ./a.out
configure:2268: $? = 0
configure:2285: result: yes
configure:2292: checking whether we are cross compiling
configure:2294: result: no
configure:2297: checking for suffix of executables
configure:2299: gcc -o conftest    conftest.c  >&5
configure:2302: $? = 0
configure:2327: result: 
configure:2333: checking for suffix of object files
configure:2355: gcc -c   conftest.c >&5
configure:2358: $? = 0
configure:2380: result: o
configure:2384: checking whether we are using the GNU C compiler
configure:2409: gcc -c   conftest.c >&5
configure:2412: $? = 0
configure:2415: test -s conftest.o
configure:2418: $? = 0
configure:2431: result: yes
configure:2437: checking whether gcc accepts -g
configure:2459: gcc -c -g  conftest.c >&5
configure:2462: $? = 0
configure:2465: test -s conftest.o
configure:2468: $? = 0
configure:2479: result: yes
configure:2496: checking for gcc option to accept ANSI C
configure:2557: gcc  -c -g -O2  conftest.c >&5
configure:2560: $? = 0
configure:2563: test -s conftest.o
configure:2566: $? = 0
configure:2584: result: none needed
configure:2602: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2605: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2724: checking for style of include used by make
configure:2752: result: GNU
configure:2780: checking dependency style of gcc
configure:2848: result: gcc3
configure:2937: checking build system type
configure:2955: result: powerpc-apple-darwin7.9.0
configure:2963: checking host system type
configure:2977: result: powerpc-apple-darwin7.9.0
configure:3007: checking for ld used by GCC
configure:3070: result: /usr/bin/ld
configure:3079: checking if the linker (/usr/bin/ld) is GNU ld
configure:3091: result: no
configure:3096: checking for /usr/bin/ld option to reload object files
configure:3103: result: -r
configure:3108: checking for BSD-compatible nm
configure:3144: result: /usr/bin/nm -p
configure:3147: checking for a sed that does not truncate output
configure:3229: result: /usr/bin/sed
configure:3232: checking whether ln -s works
configure:3236: result: yes
configure:3243: checking how to recognise dependent libraries
configure:3424: result: file_magic Mach-O dynamically linked shared library
configure:3437: checking command to parse /usr/bin/nm -p output
configure:3521: gcc -c -g -O2  conftest.c >&5
configure:3524: $? = 0
configure:3528: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 
]\([BCDEGRST][BCDE
GRST]*\)[       ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3
\3/p' \> conftes
t.nm
configure:3531: $? = 0
cannot find nm_test_var in conftest.nm
configure:3521: gcc -c -g -O2  conftest.c >&5
configure:3524: $? = 0
configure:3528: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 
]\([BCDEGRST][BCDE
GRST]*\)[       ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3
\3/p' \> confte
st.nm
configure:3531: $? = 0
configure:3583: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:3586: $? = 0
configure:3630: result: ok
configure:3639: checking how to run the C preprocessor
configure:3675: gcc -E  conftest.c
configure:3681: $? = 0
configure:3713: gcc -E  conftest.c
configure:3714:28: ac_nonexistent.h: No such file or directory
configure:3719: $? = 1
configure: failed program was:
| #line 3704 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "xft"
| #define VERSION "2.1.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3757: result: gcc -E
configure:3782: gcc -E  conftest.c
configure:3788: $? = 0
configure:3820: gcc -E  conftest.c
configure:3821:28: ac_nonexistent.h: No such file or directory
configure:3826: $? = 1
configure: failed program was:
| #line 3811 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "xft"
| #define VERSION "2.1.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3869: checking for egrep
configure:3879: result: grep -E
configure:3884: checking for ANSI C header files
configure:3910: gcc -c -g -O2  conftest.c >&5
configure:3913: $? = 0
configure:3916: test -s conftest.o
configure:3919: $? = 0
configure:4008: gcc -o conftest -g -O2   conftest.c  >&5
configure:4011: $? = 0
configure:4013: ./conftest
configure:4016: $? = 0
configure:4031: result: yes
configure:4055: checking for sys/types.h
configure:4072: gcc -c -g -O2  conftest.c >&5
configure:4075: $? = 0
configure:4078: test -s conftest.o
configure:4081: $? = 0
configure:4092: result: yes
configure:4055: checking for sys/stat.h
configure:4072: gcc -c -g -O2  conftest.c >&5
configure:4075: $? = 0
configure:4078: test -s conftest.o
configure:4081: $? = 0
configure:4092: result: yes
configure:4055: checking for stdlib.h
configure:4072: gcc -c -g -O2  conftest.c >&5
configure:4075: $? = 0
configure:4078: test -s conftest.o
configure:4081: $? = 0
configure:4092: result: yes
configure:4055: checking for string.h
configure:4072: gcc -c -g -O2  conftest.c >&5
configure:4075: $? = 0
configure:4078: test -s conftest.o
configure:4081: $? = 0
configure:4092: result: yes
configure:4055: checking for memory.h
configure:4072: gcc -c -g -O2  conftest.c >&5
configure:4075: $? = 0
configure:4078: test -s conftest.o
configure:4081: $? = 0
configure:4092: result: yes
configure:4055: checking for strings.h
configure:4072: gcc -c -g -O2  conftest.c >&5
configure:4075: $? = 0
configure:4078: test -s conftest.o
configure:4081: $? = 0
configure:4092: result: yes
configure:4055: checking for inttypes.h
configure:4072: gcc -c -g -O2  conftest.c >&5
configure:4075: $? = 0
configure:4078: test -s conftest.o
configure:4081: $? = 0
configure:4092: result: yes
configure:4055: checking for stdint.h
configure:4072: gcc -c -g -O2  conftest.c >&5
configure:4075: $? = 0
configure:4078: test -s conftest.o
configure:4081: $? = 0
configure:4092: result: yes
configure:4055: checking for unistd.h
configure:4072: gcc -c -g -O2  conftest.c >&5
configure:4075: $? = 0
configure:4078: test -s conftest.o
configure:4081: $? = 0
configure:4092: result: yes
configure:4118: checking dlfcn.h usability
configure:4131: gcc -c -g -O2  conftest.c >&5
configure:4134: $? = 0
configure:4137: test -s conftest.o
configure:4140: $? = 0
configure:4150: result: yes
configure:4154: checking dlfcn.h presence
configure:4165: gcc -E  conftest.c
configure:4171: $? = 0
configure:4190: result: yes
configure:4226: checking for dlfcn.h
configure:4233: result: yes
configure:4431: checking for ranlib
configure:4447: found /usr/bin/ranlib
configure:4458: result: ranlib
configure:4511: checking for strip
configure:4527: found /usr/bin/strip
configure:4538: result: strip
configure:4748: checking for objdir
configure:4759: result: .libs
configure:4776: checking for gcc option to produce PIC
configure:4922: result: -fno-common
configure:4926: checking if gcc PIC flag -fno-common works
configure:4950: gcc -c -g -O2 -fno-common -DPIC  conftest.c >&5
configure:4953: $? = 0
configure:4956: test -s conftest.o
configure:4959: $? = 0
configure:4997: result: yes
configure:5013: checking if gcc static flag -static works
configure:5038: gcc -o conftest -g -O2   -static conftest.c  >&5
ld: can't locate file for: -lcrt0.o
configure:5041: $? = 1
configure: failed program was:
| #line 5021 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "xft"
| #define VERSION "2.1.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5063: result: no
configure:5075: checking if gcc supports -c -o file.o
configure:5098: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:5119: result: yes
configure:5124: checking if gcc supports -c -o file.lo
configure:5152: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:5155: $? = 0
configure:5158: test -s conftest.lo
configure:5161: $? = 0
configure:5183: result: yes
configure:5214: checking if gcc supports -fno-rtti -fno-exceptions
configure:5237: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c 
conftest.c
>&5
cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
configure:5240: $? = 0
configure:5243: test -s conftest.o
configure:5246: $? = 0
configure:5263: result: yes
configure:5274: checking whether the linker (/usr/bin/ld) supports
shared librarie
s
configure:5969: result: yes
configure:5974: checking how to hardcode library paths into programs
configure:5998: result: unsupported
configure:6003: checking whether stripping libraries is possible
configure:6011: result: no
configure:6019: checking dynamic linker characteristics
configure:6439: result: darwin7.9.0 dyld
configure:6444: checking if libtool supports shared libraries
configure:6446: result: yes
configure:6449: checking whether to build shared libraries
configure:6470: result: yes
configure:6473: checking whether to build static libraries
configure:6477: result: yes
configure:7151: checking whether -lc should be explicitly linked in
configure:7159: gcc -c -g -O2  conftest.c >&5
configure:7162: $? = 0
configure:7176: gcc -r -keep_private_externs -nostdlib -o
conftest-master.o confte
st.o && gcc -dynamiclib  -o conftest conftest-master.o -v
-install_name /conftest
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7179: $? = 1
configure:7192: result: yes
configure:7775: checking for pkg-config
configure:7793: found /opt/local/bin/pkg-config
configure:7806: result: /opt/local/bin/pkg-config
configure:7823: checking for xrender >= 0.8.2
configure:7827: result: yes
configure:7831: checking XRENDER_CFLAGS
configure:7834: result: -DXTHREADS -I/opt/local/include -I/usr/X11R6/include  
configure:7837: checking XRENDER_LIBS
configure:7840: result: -L/opt/local/lib -L/usr/X11R6/lib -lXrender -lX11  
configure:8446: checking for freetype-config
configure:8462: found /opt/local/bin/freetype-config
configure:8472: result: freetype-config
configure:8542: checking for fontconfig >= 1.0.1
configure:8546: result: yes
configure:8550: checking FONTCONFIG_CFLAGS
configure:8553: result: -I/opt/local/include  
configure:8556: checking FONTCONFIG_LIBS
configure:8559: result: -L/opt/local/lib -lfontconfig  
configure:8704: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  CONFIG_FILES    = 
 CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on Johns-Computer.local

config.status:676: creating Makefile
config.status:676: creating xft.pc
config.status:676: creating xft-config
config.status:676: creating Xft.3
config.status:780: creating config.h
config.status:1009: executing depfiles commands

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

ac_cv_build=powerpc-apple-darwin7.9.0
ac_cv_build_alias=powerpc-apple-darwin7.9.0
ac_cv_c_compiler_gnu=yes
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_CPP_set=
ac_cv_env_CPP_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_exeext=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes


On 5/4/05, Vincent Rubiolo <vincent rubiolo free fr> wrote:
> Hello John,
> 
> John Yur wrote:
> [...]
> > checking for C compiler default output file name... configure: error:
> > C compiler cannot create executables
> > See `config.log' for more details.
> Could you do so and attach your config.log please?
> Another good thing might be to issue a 'which gcc' in your shell so that
> you can check whether the correct compiler is picked up by GARNOME...
> 
> Vincent
> --
> Reclaim Your Inbox!
> http://www.mozilla.org/products/thunderbird
>



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