Translation [Fwd: [cvs] web/xml/faq faq.en.xml, 1.75, 1.76]

Alexander Hansen <[email protected]> Wed, 06 Sep 2006 21:58:04 -0400
Newsgroups gmane.os.apple.fink.i18n
Message-ID <[email protected]>

-------- Original Message --------
Subject: [cvs] web/xml/faq faq.en.xml,1.75,1.76
Date: Thu, 07 Sep 2006 01:23:12 +0000
From: Alexander Hansen <[email protected]>
Reply-To: [email protected]
Newsgroups: gmane.os.apple.fink.cvs
Followup-To: gmane.os.apple.fink.devel

Update of /cvsroot/fink/web/xml/faq
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13434

Modified Files:
	faq.en.xml
Log Message:
update "compile myself" FAQ to include setting MACOSX_DEPLOYMENT_TARGET


Index: faq.en.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- faq.en.xml	17 Aug 2006 01:32:10 -0000	1.75
+++ faq.en.xml	7 Sep 2006 01:23:10 -0000	1.76
@@ -1701,14 +1701,17 @@
  setenv CXXFLAGS $CFLAGS
  setenv CPPFLAGS $CXXFLAGS
  setenv ACLOCAL_FLAGS "-I /sw/share/aclocal"
-setenv PKG_CONFIG_PATH "/sw/lib/pkgconfig"</codeblock>
+setenv PKG_CONFIG_PATH "/sw/lib/pkgconfig"
+setenv MACOSX_DEPLOYMENT_TARGET 10.4</codeblock>
          <p>-bash-</p>
          <codeblock>export CFLAGS=-I/sw/include
  export LDFLAGS=-L/sw/lib
  export CXXFLAGS=$CFLAGS
  export CPPFLAGS=$CXXFLAGS
  export ACLOCAL_FLAGS="-I /sw/share/aclocal"
-export PKG_CONFIG_PATH="/sw/lib/pkgconfig"</codeblock>
+export PKG_CONFIG_PATH="/sw/lib/pkgconfig"
+export MACOSX_DEPLOYMENT_TARGET=10.4</codeblock>
+	<p>(assuming that the build system is running OS 10.4 or later)</p>
          <p>It is often easiest just to add these to your startup files 
(e.g.
          <filename>.cshrc</filename> | <filename>.profile</filename>) 
so they
          are set automatically. If a package does not use these 
variables, you


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642