You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2003/11/06 23:09:52 UTC

cvs commit: xml-xerces/c/doc build-winunix.xml samples.xml

jberry      2003/11/06 14:09:52

  Modified:    c/doc    build-winunix.xml samples.xml
  Log:
  Add Mac OS X DYLD_LIBRARY_PATH notes to unix build instructions
  
  Revision  Changes    Path
  1.28      +1 -0      xml-xerces/c/doc/build-winunix.xml
  
  Index: build-winunix.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/build-winunix.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build-winunix.xml	13 Mar 2003 21:56:28 -0000	1.27
  +++ build-winunix.xml	6 Nov 2003 22:09:52 -0000	1.28
  @@ -250,6 +250,7 @@
           pertains to the system environment variable for finding libraries.
           On <em>Linux and Solaris</em>, the environment variable name is called
           <code>LD_LIBRARY_PATH</code>, on <em>AIX</em> it is <code>LIBPATH</code>,
  +        on <em>Mac OS X</em> it is <code>DYLD_LIBRARY_PATH</code>,
           while on <em>HP-UX</em> it is <code>SHLIB_PATH</code>. The following
           discussion assumes you are working on Linux, but it is with subtle
           understanding that you know how to interpret it for the other UNIX flavors.</p>
  
  
  
  1.21      +2 -1      xml-xerces/c/doc/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/samples.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- samples.xml	28 Jul 2003 22:10:33 -0000	1.20
  +++ samples.xml	6 Nov 2003 22:09:52 -0000	1.21
  @@ -55,7 +55,8 @@
   		<p>On UNIX platforms you must ensure that <ref>LIBPATH</ref>
   		environment variable is set properly to pick up the shared libraries at
   		runtime. (UNIX gurus will understand here that <ref>LIBPATH</ref> actually
  -		translates to <em>LD_LIBRARY_PATH</em> on Solaris and Linux, <em>SHLIB_PATH</em> on HP-UX
  +		translates to <em>LD_LIBRARY_PATH</em> on Solaris and Linux, <em>SHLIB_PATH</em> on HP-UX,
  +		<em>DYLD_LIBRARY_PATH</em> on Mac OS X,
   		and stays as <em>LIBPATH</em> on AIX).</p>
   
   		<p>To set you LIBPATH (on AIX for example), you would type:</p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org