summaryrefslogtreecommitdiff
path: root/Build/source/WARNING
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-28 08:56:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-28 08:56:01 +0000
commitfd52faff2d89c990d952356d440fb8624fb54d6f (patch)
tree4d01e51cb60b9909a183939c7462a3129289bed8 /Build/source/WARNING
parenta83875d097d98b2265fdfaa570b8a55628161ed1 (diff)
fix various build problems: -lsocket, -liconv, foo.exe vs. foo
git-svn-id: svn://tug.org/texlive/trunk@12834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/WARNING')
-rw-r--r--Build/source/WARNING14
1 files changed, 12 insertions, 2 deletions
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 <peb@mppmu.mpg.de> 2009-04-24 15:00 UTC
+Peter Breitenlohner <peb@mppmu.mpg.de> 2009-04-28 09:00 UTC