Re: perl requires gcc at runtime?

2003-02-26 Thread Thomas Lotterer
On Tue, Feb 25, 2003, Ralf S. Engelschall wrote:

 On Tue, Feb 25, 2003, Andrews, Martin wrote:
 
  I notices that gcc is getting installed on all my machines because perl
  (perl-5.8.0-1.2.0) has gcc as a runtime dependency. Is that right?
 
 
I've put this into the FAQ.
http://www.openpkg.org/faq.html#perl-gcc

--
[EMAIL PROTECTED]
Development Team, Operations Northern Europe, Cable  Wireless
__
The OpenPKG Projectwww.openpkg.org
User Communication List  [EMAIL PROTECTED]


Re: perl requires gcc at runtime?

2003-02-25 Thread Ralf S. Engelschall
On Tue, Feb 25, 2003, Andrews, Martin wrote:

 I notices that gcc is getting installed on all my machines because perl
 (perl-5.8.0-1.2.0) has gcc as a runtime dependency. Is that right?

Unfortunately, yes. The point is that Perl modules with XS parts
require _exactly_ the C compiler under build-time which was used at the
built-time of Perl. The build-time of a module (usually in package
perl-xxx) is the run-time of perl, hence the perl package
requires under both build- and run-time to gcc.

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
The OpenPKG Projectwww.openpkg.org
User Communication List  [EMAIL PROTECTED]