Re: [Cooker] gcc-2.95.spec $RPM_ARCH

1999-11-27 Thread Stefan van der Eijk

Thanks!!! That worked... I'm going to suggest bumping gcc up to
gcc-2.95.2-3mdk. I'm building the rpm's now and they will
be uploaded ASAP.

Name: gcc  Relocations: (not
relocateable)
Version : 2.95.2Vendor: MandrakeSoft
Release : 3mdk  Build Date: Sat Nov 27
14:16:28 1999
Install date: (not installed)   Build Host:
cgmd77035.chello.nl
Group   : Development/Languages Source RPM: (none)
Size: 13178461 License: GPL
URL : http://gcc.gnu.org
Summary : Various compilers (C, C++, Objective-C, Chill, ...)
Description :
A Pentium compiler aimed at integrating all the optimizations and
features
necessary for a high-performance and stable development environment. As
this
version is based on the gcc-2.95 , it also includes lots of Pentium,
PentiumPro,PentiumII/III,AMD K5,AMD K6 ... specific optimizations that
brings
performance increase .
* Sat Nov 27 1999 - Stefan van der Eijk [EMAIL PROTECTED]
 
- changed an instance of "i386" into "alpha" in the .spec file
 
* Sun Oct 31 1999 - David BAUDENS [EMAIL PROTECTED]
 
- 2.95.2-2mdk
- Add arch AMD K6 in libstdc++-compat.tar.bz2

greetings,

Stefan van der Eijk
[EMAIL PROTECTED]

 Kaixo!
 
 On Fri, Nov 26, 1999 at 09:22:40PM +0100, Stefan van der Eijk wrote:
 
  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
 
 %dir /usr/lib/perl5/5.00503/%{_arch}-linux/auto/Term/ANSIColor
 
 would be better.
 
 --
 Ki ça vos våye bén,
 Pablo Saratxaga
 
 http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975



Re: [Cooker] gcc-2.95.spec $RPM_ARCH

1999-11-27 Thread Stefan van der Eijk

 Thanks!!! That worked... I'm going to suggest bumping gcc up to
 gcc-2.95.2-3mdk. I'm building the rpm's now and they will
 be uploaded ASAP.
 
 Name: gcc  Relocations: (not
 relocateable)
 Version : 2.95.2Vendor: MandrakeSoft
 Release : 3mdk  Build Date: Sat Nov 27
 14:16:28 1999
 Install date: (not installed)   Build Host:
 cgmd77035.chello.nl
 Group   : Development/Languages Source RPM: (none)
 Size: 13178461 License: GPL
 URL : http://gcc.gnu.org
 Summary : Various compilers (C, C++, Objective-C, Chill, ...)
 Description :
 A Pentium compiler aimed at integrating all the optimizations and
 features
 necessary for a high-performance and stable development environment. As
 this
 version is based on the gcc-2.95 , it also includes lots of Pentium,
 PentiumPro,PentiumII/III,AMD K5,AMD K6 ... specific optimizations that
 brings
 performance increase .
 * Sat Nov 27 1999 - Stefan van der Eijk [EMAIL PROTECTED]
 
 - changed an instance of "i386" into "alpha" in the .spec file
that should have been: %{_arch}

 * Sun Oct 31 1999 - David BAUDENS [EMAIL PROTECTED]
 
 - 2.95.2-2mdk
 - Add arch AMD K6 in libstdc++-compat.tar.bz2
 
 greetings,
 
 Stefan van der Eijk
 [EMAIL PROTECTED]
 
  Kaixo!
 
  On Fri, Nov 26, 1999 at 09:22:40PM +0100, Stefan van der Eijk wrote:
 
   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
 
  %dir /usr/lib/perl5/5.00503/%{_arch}-linux/auto/Term/ANSIColor
 
  would be better.
 
  --
  Ki ça vos våye bén,
  Pablo Saratxaga
 
  http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975



Re: [Cooker] gcc-2.95.spec $RPM_ARCH

1999-11-27 Thread Jeff Garzik

On Sat, 27 Nov 1999, Pablo Saratxaga wrote:
 BTW, just by curioisty, how many processors can Linux/alpha handle correctly?
 A friend of mine works on an alpha machine with 24 alpha processors (and 2GB
 of RAM); and I wondered if Linux would be able to work on that beast.

What model is it?  rth and API added support for some newer servers in
2.2.14pre9 and 2.3.30-pre2.  Older SMP servers should be well-supported
in 2.2.x, and now in 2.3.30 as well.  2.3.x is unstable for Alpha at the
moment, however.

Jeff






Re[2]: [Cooker] gcc-2.95.spec $RPM_ARCH

1999-11-27 Thread tracer

Sunday, November 28, 1999

Hello Pablo,

Saturday, Saturday, November 27, 1999, you wrote:

Pablo Kaixo!

Pablo On Fri, Nov 26, 1999 at 09:22:40PM +0100, Stefan van der Eijk wrote:

 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

Pablo %dir /usr/lib/perl5/5.00503/%{_arch}-linux/auto/Term/ANSIColor

Pablo would be better.




Best regards,
 
tracer

Using theBAT 1.38 Beta/3 

mail to: [EMAIL PROTECTED] 
NOTE: 1 MAILRUN PER DAY ONLY
Phone 271194




[Cooker] gcc-2.95.spec $RPM_ARCH

1999-11-26 Thread Stefan van der Eijk

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]



Re: [Cooker] gcc-2.95.spec $RPM_ARCH

1999-11-26 Thread Pablo Saratxaga

Kaixo!

On Fri, Nov 26, 1999 at 09:22:40PM +0100, Stefan van der Eijk wrote:

 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

%dir /usr/lib/perl5/5.00503/%{_arch}-linux/auto/Term/ANSIColor

would be better.

-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975