That didn't work
acprep: ERROR: Execution failed: sh configure CPPFLAGS=-DNDEBUG=1 -
isystem /usr/local/include -isystem /usr/local/include CFLAGS=-fast
CXXFLAGS=-fpch-deps -Wconversion -fast -pipe LDFLAGS=-fast -L/usr/
local/lib -L/usr/lib --with-included-gettext --enable-python --disable-
dependency-tracking --prefix=/usr/local
The output of config.log up to this error is:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ledger configure next-0-g1417b40, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ configure CPPFLAGS=-DNDEBUG=1 -isystem /usr/local/include -
isystem /usr/local/include CFLAGS=-fast CXXFLAGS=-fpch-deps -
Wconversion -fast
-pipe LDFLAGS=-fast -L/usr/local/lib -L/usr/lib --with-included-
gettext --enable-python --disable-dependency-tracking --prefix=/usr/
local
## --------- ##
## Platform. ##
## --------- ##
hostname = nemesis.local
uname -m = Power Macintosh
uname -r = 9.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_PPC
/usr/bin/uname -p = powerpc
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
1 processor is logically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 1.00 gigabytes
Default processor set: 60 tasks, 209 threads, 1 processors
Load average: 1.51, Mach factor: 0.17
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /Users/ed/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/local/pgsql/bin
PATH: /usr/local/mysql/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2079: checking for a BSD-compatible install
configure:2135: result: /usr/bin/install -c
configure:2146: checking whether build environment is sane
configure:2189: result: yes
configure:2217: checking for a thread-safe mkdir -p
configure:2256: result: ./install-sh -c -d
configure:2269: checking for gawk
configure:2299: result: no
configure:2269: checking for mawk
configure:2299: result: no
configure:2269: checking for nawk
configure:2299: result: no
configure:2269: checking for awk
configure:2285: found /usr/bin/awk
configure:2296: result: awk
configure:2307: checking whether make sets $(MAKE)
configure:2328: result: yes
configure:2544: checking for style of include used by make
configure:2572: result: GNU
configure:2642: checking for gcc
configure:2669: result: gcc
configure:2907: checking for C compiler version
configure:2914: gcc --version >&5
powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
Copyright (C) 2007 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:2917: $? = 0
configure:2924: gcc -v >&5
Using built-in specs.
Target: powerpc-apple-darwin9
Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-
checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,ob
jc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-
slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/us
r/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --
target=powerpc-apple-darwin9
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5577)
configure:2927: $? = 0
configure:2934: gcc -V >&5
gcc-4.2: argument to `-V' is missing
configure:2937: $? = 1
configure:2960: checking for C compiler default output file name
configure:2987: gcc -fast -DNDEBUG=1 -isystem /usr/local/include -
isystem /usr/local/include -fast -L/usr/local/lib -L/usr/lib
conftest.c >&
5
configure:2990: $? = 0
configure:3028: result: a.out
configure:3045: checking whether the C compiler works
configure:3055: ./a.out
configure: line 3056: ./a.out: Bad CPU type in executable
configure:3058: $? = 126
configure:3067: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
On Jun 4, 8:54 pm, John Wiegley <[email protected]> wrote:
> On Jun 4, 2010, at 11:06 AM, ed wrote:
>
> > Smiles feebly ... "next branch"? could I have an acprep incantation
> > please? You can't ssh into my laptop but I'd be happy to email you the
> > config.log if that would help
>
> Type:
>
> git checkout next ; ./acprep opt update
>
> That should do it for you. :)
>
> John