[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] new groff directory structure
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] new groff directory structure |
Date: |
Mon, 30 Oct 2000 14:40:19 +0100 (CET) |
> > What about other packages with a couple of versioned binaries
> > (contrary to Emacs and gcc which basically only have a single
> > binary)?
>
> gcc has a sortiment of wrapper binaries ( cc, c++, f77, gcc, g++,
> g77 ... ) which are usualy in /bin. (configure with PREFIX=/ !!)
> The real work is done by a bundle of binaries in
> /lib/gcc-lib/<arch>/<version>.
But usually you use just one program and not, say, five in a pipe! It
is horribly to say the hyphothetical command
gcc -V 2.95.2 xxx | cpp -V 2.95.2 | ...
Werner