2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Make</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Make by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-03 03:55:07 +00:00
|
|
|
<para><screen><userinput>LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls &&
|
|
|
|
make &&
|
2001-10-27 23:21:44 +01:00
|
|
|
make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-03-06 22:50:02 +00:00
|
|
|
<para>During the make install phase you will see this warning:</para>
|
|
|
|
|
2002-05-25 01:19:47 +01:00
|
|
|
<blockquote><screen>chgrp: changing group of `/mnt/lfs/static/bin/make': Operation not permitted
|
|
|
|
/mnt/lfs/static/bin/make needs to be owned by group kmem and setgid;
|
2002-03-06 22:50:02 +00:00
|
|
|
otherwise the `-l' option will probably not work. You may need special
|
2002-05-25 01:19:47 +01:00
|
|
|
privileges to complete the installation of /mnt/lfs/static/bin/make.</screen></blockquote>
|
2002-03-06 22:50:02 +00:00
|
|
|
|
2002-05-26 22:25:09 +01:00
|
|
|
<para>You can safely ignore this warning. The make program doesn't actually need to be owned by
|
|
|
|
group kmem and setgid for the <emphasis>-l</emphasis> option to work. (This option
|
|
|
|
tells make not to start any new jobs when a certain load on
|
|
|
|
the system has been reached.)</para>
|
2002-03-06 22:50:02 +00:00
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|