[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Groff] new groff directory structure
From: |
Freudenberger Joerg |
Subject: |
RE: [Groff] new groff directory structure |
Date: |
Mon, 30 Oct 2000 12:40:52 +0100 |
> 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>.
The jungest wrapper is able to handle the access to the older versions.
Only meant as comment.
Yours
Jörg