pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   sevan
Date:           Sun Jul  3 19:25:16 UTC 2016

Modified Files:
        pkgsrc/doc/guide/files: platforms.xml

Log Message:
Remove Linux section, README.Linux contains a copy of the information which is more recently maintained.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/doc/guide/files/platforms.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/platforms.xml
diff -u pkgsrc/doc/guide/files/platforms.xml:1.96 pkgsrc/doc/guide/files/platforms.xml:1.97
--- pkgsrc/doc/guide/files/platforms.xml:1.96   Sun Jul  3 19:15:50 2016
+++ pkgsrc/doc/guide/files/platforms.xml        Sun Jul  3 19:25:16 2016
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.96 2016/07/03 19:15:50 sevan Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.97 2016/07/03 19:25:16 sevan Exp $ -->
 
 <chapter id="platforms">
   <title>Using pkgsrc on systems other than &os;</title>
@@ -273,58 +273,5 @@ interix:kP=\E[S:kN=\E[T:kH=\E[U:dc@:DC@:
 
       </sect3>
     </sect2>
-
-    <sect2 id="linux">
-      <title>Linux</title>
-
-      <para>Some versions of Linux (for example Debian GNU/Linux) need
-      either libtermcap or libcurses (libncurses).  Installing the
-      distributions libncurses-dev package (or equivalent) should fix
-      the problem.</para>
-
-      <para>pkgsrc supports both gcc (GNU Compiler Collection) and icc
-      (Intel C++ Compiler). gcc is the default. icc 8.0 and 8.1 on
-      i386 have been tested.</para>
-
-      <para>To bootstrap using icc, assuming the default icc installation
-      directory:</para>
-
-      <programlisting>
-env ICCBASE=/opt/intel/cc/10.1.008 ./bootstrap --compiler=icc
-      </programlisting>
-
-      <note>
-       <para>For icc 8.0 you must add `LDFLAGS=-static-libcxa' to this.</para>
-       <para>For icc 8.1 you must add `LDFLAGS=-i-static' instead.</para>
-       <para>For icc 10.1 neither of these appears to be necessary.</para>
-      </note>
-
-      <para>Use a value for ICCBASE that corresponds to the directory
-      where icc is installed. After bootstrapping, set
-      <varname>ICCBASE</varname> in &mk.conf;:</para>
-
-      <programlisting>
-ICCBASE=                /opt/intel/cc/10.1.008
-      </programlisting>
-
-      <para>The pkgsrc default for <varname>ICCBASE</varname> is
-      <filename>/opt/intel_cc_80</filename>. This is the default
-      install directory for icc 8.0. If you are using a more recent
-      version, be sure to set the correct path explicitly.
-      </para>
-
-      <para>pkgsrc uses the static linking method of the runtime libraries
-      provided by icc, so binaries can be run on other systems which do not
-      have the shared libraries installed.</para>
-
-      <para>Libtool, however, extracts a list of libraries from the
-      &man.ld.1; command run when linking a C++ shared library and
-      records it, throwing away the -Bstatic and -Bdynamic options
-      interspersed between the libraries.  This means that
-      libtool-linked C++ shared libraries will have a runtime
-      dependency on the icc libraries until this is fixed in
-      libtool.</para>
-
-    </sect2>
   </sect1>
 </chapter>



Home | Main Index | Thread Index | Old Index