From fd52faff2d89c990d952356d440fb8624fb54d6f Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 28 Apr 2009 08:56:01 +0000 Subject: fix various build problems: -lsocket, -liconv, foo.exe vs. foo git-svn-id: svn://tug.org/texlive/trunk@12834 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/WARNING | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'Build/source/WARNING') diff --git a/Build/source/WARNING b/Build/source/WARNING index 8b24239a4ae..ad7fab415f9 100644 --- a/Build/source/WARNING +++ b/Build/source/WARNING @@ -13,13 +13,23 @@ problems. Please try ./Build for your system and tell me about any failures. +Make sure to use GNU Make (an Automake generated Makefile is supposed not to +require GNU Make, but that seems not to be the case). + +If /bin/sh on your system can not handle command substitutions such as +'$(COMMAND)' and XSI constructs such as 'VAR+=VAL', you must set +CONFIG_SHELL to a shell that does. Due to a bug in current Autoconf this +should be done both in the environment and on the command line, e.g., + CONFIG_SHELL=/bin/bash ./Build CONFIG_SHELL=/bin/bash +(assuming bourne shell syntax). + If building a particular subdirectory, e.g., texk/xdvik/ fails, try TL_CONFIGURE_ARGS='--disable-xdvik' ./Build -(assuming a bourne compatible shell). +(again assuming bourne shell syntax). If there are problems with the cxx-runtime-hack (gcc only), please try adding '--disable-cxx-runtime-hack' to TL_CONFIGURE_ARGS. Good luck! -Peter Breitenlohner 2009-04-24 15:00 UTC +Peter Breitenlohner 2009-04-28 09:00 UTC -- cgit v1.2.3