Changeset b6831b6 for BOOK/final-system/common/mpfr.xml
- Timestamp:
- Apr 16, 2011, 5:44:45 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e0ad6ee
- Parents:
- 7d97f36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/mpfr.xml
r7d97f36 rb6831b6 28 28 <para os="a">Prepare MPFR for compilation:</para> 29 29 30 <screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \ 31 ./configure --prefix=/usr --enable-shared \ 32 --with-gmp=/usr</userinput></screen> 30 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 31 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 32 ./configure --prefix=/usr --enable-shared \ 33 --with-gmp=/usr</userinput></screen> 33 34 34 35 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.