Changeset 03e0e3d
- Timestamp:
- Jul 3, 2009, 12:16:52 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3c32719
- Parents:
- 65a1d51
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/mpfr.xml
r65a1d51 r03e0e3d 35 35 36 36 <screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \ 37 ./configure --prefix=/usr --enable-shared</userinput></screen> 37 ./configure --prefix=/usr --enable-shared \ 38 --with-gmp=/usr</userinput></screen> 38 39 39 40 <para os="c">Compile the package:</para> -
BOOK/introduction/common/changelog.xml
r65a1d51 r03e0e3d 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>July 3, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Winkie] - Explicitly link MPFR against our GMP.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem> -
BOOK/temp-system/common/mpfr.xml
r65a1d51 r03e0e3d 35 35 <screen os="b"><userinput>./configure --prefix=/tools \ 36 36 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 37 --enable-shared </userinput></screen>37 --enable-shared --with-gmp=/tools</userinput></screen> 38 38 39 39 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.