[plt-scheme] pltscheme-370 build problem: libtool: compile: unable to infer tagged configuration

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Jul 22 11:55:47 EDT 2007

At Sun, 22 Jul 2007 16:21:31 +0200, "Marijn Schouten (hkBst)" wrote:
> Matthew Flatt wrote:
> > At Tue, 17 Jul 2007 19:44:16 +0200, "Marijn Schouten (hkBst)" wrote:
> >> I have a problem building pltscheme-370:
> >>
> >> /var/tmp/portage/dev-scheme/drscheme-370/work/plt-370/src/lt/libtool
> >> - --mode=compile x86_64-pc-linux-gnu-gcc -fPIC -I./include -DNO_SIGNALS -O2
> >> - -pipe -ggdb     -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -
> DLARGE_CONFIG
> >> - -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./alloc.c
> >> libtool: compile: unable to infer tagged configuration
> >> libtool: compile: specify a tag with `--tag'

Ok, I think I get it, now: litbool can't figure out that
"x86_64-pc-linux-gnu-gcc" is variant of "cc", and the solution really
is to use --tag=CC.

I've committed a change to the `configure' script in SVN. You could use

 http://svn.plt-scheme.org/plt/trunk/src/configure

as a replacement "src/configure' in a nightly bundle to try it out.

Matthew



Posted on the users mailing list.