Re: pgcc compiler for slink?

1999-10-03 Thread Mark Brown
On Fri, Oct 01, 1999 at 10:26:57PM -0700, [EMAIL PROTECTED] wrote: > Okay, I was wanting to compile the gcc source package from potato under > slink. My suggestion is that unless you really *need* the packaged version you shouldn't bother - it's not even the standard version of any Debian package

Re: pgcc compiler for slink?

1999-10-02 Thread ferret
On Sat, 2 Oct 1999, Mark Brown wrote: > On Fri, Oct 01, 1999 at 06:41:34PM -0700, [EMAIL PROTECTED] wrote: > > On Fri, 1 Oct 1999, Mark Brown wrote: > > > On Thu, Sep 30, 1999 at 10:21:29PM -0700, [EMAIL PROTECTED] wrote: [snip] > Sorry, I don't understand what you're trying to achive. If you w

Re: pgcc compiler for slink?

1999-10-02 Thread Mark Brown
cc seems to be working fine. Unfortunately, the Potato gcc source package > > > requires the Potato debhelper, which won't compile without versioned perl, > > > and the slink egcs package doesn't patch with any pgcc patch files. :/ > > You can probably convince it to b

Re: pgcc compiler for slink?

1999-10-02 Thread ferret
On Fri, 1 Oct 1999, Mark Brown wrote: > On Thu, Sep 30, 1999 at 10:21:29PM -0700, [EMAIL PROTECTED] wrote: > [suggestion to build stock egcs/pgcc in /usr/local] Okay, might do that. > > I recently updated one of my testing machines to Potato, and the patched > > gcc seems

Re: pgcc compiler for slink?

1999-10-01 Thread Mark Brown
On Thu, Sep 30, 1999 at 10:21:29PM -0700, [EMAIL PROTECTED] wrote: > Has anyone successfully patched and compiled a pgcc/egcs package for > Slink? I was able to patch for Potato using the gcc source package and a > slightly older gcc source tarball patched with the pgcc patches. I

pgcc compiler for slink?

1999-10-01 Thread ferret
Has anyone successfully patched and compiled a pgcc/egcs package for Slink? I was able to patch for Potato using the gcc source package and a slightly older gcc source tarball patched with the pgcc patches. I recently updated one of my testing machines to Potato, and the patched gcc seems to be

Re: PGCC

1999-07-20 Thread Stephen Pitts
On Tue, Jul 20, 1999 at 10:33:46AM -0500, John Foster wrote: > Mark Brown wrote: > > > > On Mon, Jul 19, 1999 at 11:40:54AM -0500, Jeff Beley wrote: > > > > > Does anyone know of a place to get pgcc debs? I've heard pgcc greatly > > > boosts > >

Re: PGCC

1999-07-20 Thread John Foster
Mark Brown wrote: > > On Mon, Jul 19, 1999 at 11:40:54AM -0500, Jeff Beley wrote: > > > Does anyone know of a place to get pgcc debs? I've heard pgcc greatly > > boosts > > system performance. > > There are no debs, but it's pretty trivial to buil

Re: PGCC

1999-07-19 Thread Mark Brown
On Mon, Jul 19, 1999 at 11:40:54AM -0500, Jeff Beley wrote: > Does anyone know of a place to get pgcc debs? I've heard pgcc greatly boosts > system performance. There are no debs, but it's pretty trivial to build from source - I'd recommend using a CVS snapshot rather t

PGCC

1999-07-19 Thread Jeff Beley
Does anyone know of a place to get pgcc debs? I've heard pgcc greatly boosts system performance. --Jeff -- --- Jeff Beley <[EMAIL PROTECTED]> Network Administrator PGP Key ID 0x0B2F82FD

Re: pgcc Debian package?

1999-04-13 Thread Mark Brown
On Sun, Apr 11, 1999 at 07:43:55PM -0500, Matt Garman wrote: > First question: I've noticed there are several replacement gcc > compilers, and I'm not sure what the differences are (if any). egcc, > egcs, pgcc, perhaps more. I've seen that there is a egcc Debian >

RE: pgcc Debian package?

1999-04-12 Thread Russell Rademacher
Anyone know if there is a 3.3.3.x version of the XFree86 Debian files to upgrade my Slink system? Reason is that I got this 3DLabs Video Card which I am replacing and I do not like the idea of doing another 7 hours of compling the tarballs to make it work. :) If anyone got those

pgcc Debian package?

1999-04-12 Thread Matt Garman
First question: I've noticed there are several replacement gcc compilers, and I'm not sure what the differences are (if any). egcc, egcs, pgcc, perhaps more. I've seen that there is a egcc Debian package, but not a pgcc one. What are the differences between these compilers; i

Re: Debian Packages compiled with PGCC

1999-03-03 Thread joop . vson
Why not add a kind of VIEWPATH environment variable to the install tool. (like in some compilers) The package that is found first in the list of directories will be installed Joop

was Re: Debian Packages compiled with PGCC

1999-03-03 Thread Bruce Sass
> I agree with Ben here - the binary distribution should remain _at least_ > 486 compatible, if not 386 compatible. It should be compatible with anything Linux can run on... say a i386, 4M RAM, 20M(?) flash drive and late '80s video. - Bruce

Re: Debian Packages compiled with PGCC

1999-03-03 Thread Stephen Pitts
> -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > Correct me if I'm wrong, but slink still uses gcc 2.7.2.1 for C compilation (because pgcc/egcs hate the Linux 2.0 kernel). egcs is only used for C++ compilation. -- Stephen Pitts [EMAIL PROTECTED] webmaster - http://www.mschess.org

Re: Debian Packages compiled with PGCC

1999-03-03 Thread Stephen Pitts
eric. > > On Tue, Mar 02, 1999 at 03:05:56PM -0600, Stephen Pitts wrote: > > Correct me if I'm wrong, but I think the problem with doing it in the > > current situation is > > that you create another symlink farm. 99% of the packages will _not_ be > > compiled w

Re: Debian Packages compiled with PGCC

1999-03-03 Thread Eric
I was trying to install from the rpms which I converted to debs using alien. I didn't try installing from the source...I didn't really want to because I don't really want it to take the place of my normal gcc...I'd like to be able to remove it from my system easily. How much of the pentium optim

Re: Debian Packages compiled with PGCC

1999-03-03 Thread Mark Brown
On Tue, Mar 02, 1999 at 02:41:03PM -0600, Eric wrote: > I figure that they could have the important processor-intensive > packages actually recompiled with PGCC and the rest of the things in > binary-i686 would just be links to the packages in binary-i386. Definately. Pentium optimised

Re: Debian Packages compiled with PGCC

1999-03-02 Thread Eric
It depends on how it's been optimized. The FAQ on gcc.ml.org tells me that using -mcpu will produce code which will run on any Intel CPU, but will run best on whatever CPU you specify. However, the -march=cpu option, which turns on optimizations which make use of the specific instructions availa

Re: Debian Packages compiled with PGCC

1999-03-02 Thread Eric
Correct me if I'm wrong, but I think the problem with doing it in the current > situation is > that you create another symlink farm. 99% of the packages will _not_ be > compiled with PGCC, > so you have maybe 50 deb packages and 2350 links. In the future, if I can > give APT

Re: Debian Packages compiled with PGCC

1999-03-02 Thread Allens
cents. Peter Allen Dale E. Martin wrote: > > Ben Collins <[EMAIL PROTECTED]> writes: > > > On Tue, Mar 02, 1999 at 09:51:57AM +0100, Sami Dalouche wrote: > > > recommended) with PGCC. The minority who have a 386/486 now can't > > > probably use &

Re: Debian Packages compiled with PGCC

1999-03-02 Thread Stephen Pitts
e on the FTP (and HTTP now...) servers is reorganized for dpkg > 2.0. I guess there are some complications in doing this with the > current directory structure, though I don't understand what they are. > I figure that they could have the important processor-intensive > packages actu

Re: Debian Packages compiled with PGCC

1999-03-02 Thread Eric
there are some complications in doing this with the current directory structure, though I don't understand what they are. I figure that they could have the important processor-intensive packages actually recompiled with PGCC and the rest of the things in binary-i686 would just be links t

Re: Debian Packages compiled with PGCC

1999-03-02 Thread Dale E. Martin
Ben Collins <[EMAIL PROTECTED]> writes: > On Tue, Mar 02, 1999 at 09:51:57AM +0100, Sami Dalouche wrote: > > recommended) with PGCC. The minority who have a 386/486 now can't probably > > use > > these software because their CPU is too slow and if they want, th

Re: Debian Packages compiled with PGCC

1999-03-02 Thread Ben Collins
On Tue, Mar 02, 1999 at 09:51:57AM +0100, Sami Dalouche wrote: > recommended) with PGCC. The minority who have a 386/486 now can't probably use > these software because their CPU is too slow and if they want, they could use > the src to compile the softs on them own ? The whole ide

Debian Packages compiled with PGCC

1999-03-02 Thread Sami Dalouche
r which lots of CPU is recommended) with PGCC. The minority who have a 386/486 now can't probably use these software because their CPU is too slow and if they want, they could use the src to compile the softs on them own ? -- // -oOo- -oOo ---oOo---

PGCC, GCC, EGCC, SCC (Swarc), ARGH!!

1998-10-20 Thread Adam Greene
Which compiler is best, recommended, etc. Does one compiler optimize for Pentium, PentiumMMX, PentiumII, K6, K6-2, Cyrix 6x86MX, Cyrix MII, IDT Winchip6(-2). I know Swarc does the different MMX flavours and is working on 3Dnow! (by using a variant on C). But will EGCC / PGCC ever support these??

Re: is pgcc or whatever usable yet?

1998-04-29 Thread Shaleh
t; compiler is truly helping? questions, questions, questions > > > > The EGCS compiler already has pgcc optimizations integrated into it. Just > > install the egcc package. > > but, don't try to compile the kernel with it unless you are brave :) > > ---

Re: is pgcc or whatever usable yet?

1998-04-29 Thread Norbert Veber
estions > > The EGCS compiler already has pgcc optimizations integrated into it. Just > install the egcc package. but, don't try to compile the kernel with it unless you are brave :) pgpvf56PGQQ7S.pgp Description: PGP signature

Re: is pgcc or whatever usable yet?

1998-04-28 Thread Ossama Othman
> Is the Pentium compiler stable and usable yet? Is it possible to have > both it and standard gcc installed? How can one test that the Pentium > compiler is truly helping? questions, questions, questions The EGCS compiler already has pgcc optimizations integrated into it. Just in

is pgcc or whatever usable yet?

1998-04-28 Thread Shaleh
Is the Pentium compiler stable and usable yet? Is it possible to have both it and standard gcc installed? How can one test that the Pentium compiler is truly helping? questions, questions, questions -- --- How can you see, when your mind is not open?

Re: PGCC package?

1998-04-16 Thread Fabien Ninoles
On Mon, Apr 13, 1998 at 01:59:16PM -0400, Ossama Othman wrote: > Hi Rob, > > > On a related note, is there a program that can keep a record of the > > most heavily used libraries and programs, so that a list could be made > > of the most useful ones to recompile? > > I am not aware of any program

Re: PGCC package?

1998-04-13 Thread Ossama Othman
Hi Rob, > On a related note, is there a program that can keep a record of the > most heavily used libraries and programs, so that a list could be made > of the most useful ones to recompile? I am not aware of any program that will do that. The only thing I can think of is to use ldd to see what

Re: PGCC package?

1998-04-13 Thread Robert Wilderspin
On 13 Apr 98 01:20:26 GMT, in linux.debian.user you wrote: >If you use EGCS gcc, found in the Debian egcc package, just use the >"-mpentium" compiler flag. This should optimize your code for pentium >processors, just as PGCC does. This CPU flag for pentiums isn't avail

Re: PGCC package?

1998-04-13 Thread Ossama Othman
Hi, > Now, the FAQ for that pgcc said that it was based on egcs. It listed > various optimisation switches but didn't mention '-march'. After > reading your message I tried '-march=pentiumpro -O6' and it produced > the same code as '-mcpu=pentiumpro -

Re: PGCC package?

1998-04-13 Thread Bruce Mardle
> Date: Sun, 12 Apr 1998 21:20:26 -0400 (EDT) > From: Ossama Othman <[EMAIL PROTECTED]> > > The EGCS project has been attempting to recombine most or all of the gcc > forks, including pgcc. Therefore, EGCS gcc should have most, if not all, > of the optimizations availa

Re: PGCC package?

1998-04-13 Thread Ossama Othman
Hi, > Has anyone had any experience of using PGCC with Debian? I'm > surprised that there isn't a package available for it, or even any > trying to create one (according to the prospective packages list). The EGCS project has been attempting to recombine most or all of the g

PGCC package?

1998-04-12 Thread Robert Wilderspin
Has anyone had any experience of using PGCC with Debian? I'm surprised that there isn't a package available for it, or even any trying to create one (according to the prospective packages list). Has there been any discussion as to whether pre-compiled Pentium binaries should be made