summaryrefslogtreecommitdiff
path: root/Build/source/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-02-23 22:28:08 +0000
committerKarl Berry <karl@freefriends.org>2007-02-23 22:28:08 +0000
commit685e0877a951caa917df347ce69eea91c110f6e9 (patch)
treeebb85bc2d6aca0a7b78870e3b11d823b9e2e8c4f /Build/source/README
parent065e097be4d846bd020a7474048a0d9049933274 (diff)
LD_OPTIONS
git-svn-id: svn://tug.org/texlive/trunk@3987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README')
-rw-r--r--Build/source/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/README b/Build/source/README
index dce949652ff..e5b2d11076d 100644
--- a/Build/source/README
+++ b/Build/source/README
@@ -1,5 +1,5 @@
$Id$
-Copyright (C) 2004, 2006 TeX Users Group.
+Copyright 2004, 2006, 2007 TeX Users Group.
You may freely use, modify and/or distribute this file.
(Originally written in 2004 by Karl Berry.)
@@ -18,6 +18,9 @@ Don't worry about the other files and directories in inst.
If you are going to check them in yourself, copy the binaries to
texmf/bin/<tlplatform> and svn add/remove/commit them.
+If your C++ needs to find the standard library in a special place (i.e.,
+configure fails saying the compiler doesn't work), try:
+env LD_OPTIONS=-R/usr/local/lib Build
Running ./reautoconf here reruns autoconf, both old (the hacked 2.13
we have here) and new (assumed to be in /usr/bin/autoconf).