[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2-4.7.3 on Mac 10.5.8/PPC: libgm2/configure deemed harmful
From: |
john o goyo |
Subject: |
Re: [Gm2] gm2-4.7.3 on Mac 10.5.8/PPC: libgm2/configure deemed harmful |
Date: |
Fri, 17 Oct 2014 22:34:10 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-GB; rv:1.9.2.23) Gecko/20110920 Thunderbird/3.1.15 |
On 16/10/2014 04:17, Gaius Mulley wrote:
[...]
Hi John,
are you using the tarball from:
http://floppsie.comp.glam.ac.uk/download/c/gcc-4.7.3+gm2-git-latest.tar.gz
No -- I invoke "git pull" whenever a change is made and build from there.
It is certainly odd that it is looking for config.sub. Here is the
output from:
$ ls scratch-area/gcc-4.7.3+gm2-git-latest/gm2/gcc-versionno/libgm2
ChangeLog Makefile.in autogen.sh configure libcor liblog
libpim p2c Makefile.am aclocal.m4 config.h.in configure.ac
libiso libmin libulm
I have the same files, as pulled down by git.
Here is my helper script to rebuild the various configure scripts,
it would be interesting to see if you could rebuild them under solaris.
#!/bin/bash
cd combined/gm2/gcc-versionno/libgm2
autoreconf2.64 || exit 1
build % autoreconf
aclocal: couldn't open directory `../config': No such file or directory
autoreconf: aclocal failed with exit status: 1
Now I am confused. There is no ../config in the gcc-versionno
directory. (Mind, I know nothing about autoconf and friends.)
john