Hello,
I bumped into the following line in the gcc-2.95.spec file:
%dir /usr/lib/perl5/5.00503/i386-linux/auto/Term/ANSIColor
This file returns a "File Not Found" when I try to compile
it on my alpha. I tried the trick I used on the perl package
the other day and changed the line into:
%dir /usr/lib/perl5/5.00503/$RPM_ARCH-linux/auto/Term/ANSIColor
or
%dir /usr/lib/perl5/5.00503/${RPM_ARCH}-linux/auto/Term/ANSIColor
But both didn't help. They ended up like this:
File not found:
/var/tmp/gcc-2.95.2-root/usr/lib/perl5/5.00503/$RPM_ARCH-linux/auto/Term/ANSIColor
Does anybody have a clue how we can eliminate the "i386" in that place
of the .spec file and place some variable in it? I'm clueless for the
moment...
Thanks in advance,
Stefan van der Eijk
[EMAIL PROTECTED]