Changeset afc74a1 for BOOK/temp-system/common
- Timestamp:
- Jun 3, 2013, 12:54:49 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fa72b0b7
- Parents:
- ab0d03b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/cloog.xml
rab0d03b rafc74a1 23 23 <title>Installation of CLooG</title> 24 24 25 <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para>26 27 <screen os="s2"><userinput>cp -v configure{,.orig}28 sed -e "/LD_LIBRARY_PATH=/d" \29 configure.orig > configure</userinput></screen>30 31 25 <para os="a">Prepare CLooG for compilation:</para> 32 26 … … 37 31 <para os="c">Compile the package:</para> 38 32 39 <screen os="d"><userinput>make</userinput></screen> 33 <screen os="d"><userinput>make -C isl 34 make -C isl install 35 make</userinput></screen> 40 36 41 37 <para os="e">Install the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.