OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 26-Feb-2003 09:53:11
Branch: HEAD Handle: 2003022608531100
Modified files:
openpkg-web faq.wml
Log:
perl-gcc
Summary:
Revision Changes Path
1.26 +11 -0 openpkg-web/faq.wml
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/faq.wml
============================================================================
$ cvs diff -u -r1.25 -r1.26 faq.wml
--- openpkg-web/faq.wml 26 Feb 2003 08:38:14 -0000 1.25
+++ openpkg-web/faq.wml 26 Feb 2003 08:53:11 -0000 1.26
@@ -476,5 +476,16 @@
.../rpm --define "with_cc /usr/local/bin/gcc" --rebuild ...
</pre>
</faq>
+
+<faq id="perl-gcc"
+ title="Why does perl require gcc at run-time?">
+ The build-time of a module with XS parts is the run-time of Perl.
+ Those modules require <b>exactly</b> the C compiler at their
+ build-time which was previously used at the built-time of "perl".
+ To control C compiler usage in a deterministic way both at "perl"
+ build-time and module build-time aka Perl run-time the "perl"
+ package has "gcc" listed as both a <tt>BuildPreReq</tt> and a
+ <tt>PreReq</tt>.
+</faq>
</ol>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]