> After installing gcc35, attempted to build perl 5.8.4, I 
> noticed there's
> no gcc in /openpkg/bin but rather /openpkg/bin/gcc35 and did 
> a ln -s to
> create /openpkg/bin/gcc.

That's expected behavior.. gcc35 is experimental (EVAL) as it hasn't been
released yet. Try with gcc-3.4 or if you want to testdrive gcc35 you can use


# openpkg rpm --rebuild perl-5.8.4-20040422.src.rpm --define "with_gcc=yes"

which 'Provides' gcc:

%if "%{with_gcc}" == "yes"
Provides:     gcc = %{version}-%{release}
%endif


______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to