[plt-scheme] pltscheme-370 build problem: libtool: compile: unable to infer tagged configuration
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'
You configured with --enable-shared, right? For now, you can avoid the
problem by not using --enable-shared.
In SVN, I've upgraded the version of libtool that we use to the latest
stable release. I hope that this will fix the problem for the next
release. The fastest and simplest way to try it out will be to download
a pre-release Unix source archive from
http://pre.plt-scheme.org/installers/
starting about a day from now (since I committed after last night's
build).
Matthew