From 1e8166a92a48bf7a5b114625b5b157363f078c22 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 11 May 2003 21:50:06 +0000 Subject: [PATCH] Add info about the LLVM_LIB_SEARCH_PATH envvar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6096 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 7d997c9565a..d7d47aefadc 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -80,6 +80,7 @@
  • Edit Makefile.config to set local paths. This includes setting the install location of the C frontend, and the various paths to the C and C++ compilers used to build LLVM itself. +
  • Set your LLVM_LIB_SEARCH_PATH environment variable.
  • gmake -k |& tee gnumake.out    # this is csh or tcsh syntax @@ -145,6 +146,15 @@

  • PURIFY = Path to the purify program. + In addition to settings in this file, you must set a + LLVM_LIB_SEARCH_PATH environment variable in your startup scripts. + This environment variable is used to locate "system" libraries like + "-lc" and "-lm" when linking. This variable should be set + to the absolute path for the bytecode-libs subdirectory of the C front-end + install. For example, + /home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs for the X86 + version of the C front-end, on our research machines.

    +

    The location for LLVM object files

    @@ -462,7 +472,7 @@ -Last modified: Thu Feb 13 22:20:39 CST 2003 +Last modified: Sun May 11 16:49:46 CDT 2003 -- 2.34.1