This compiler is based on the original Portable C Compiler by S. C. Johnson, written in the late 70's. Even though much of the compiler has been rewritten, some of the basics still remain. The intention is to write a C99 compiler while still keeping it small, simple, fast and understandable.
This compiler is based on the original Portable C Compiler by S. C. Johnson, written in the late 70's. Even though much of the compiler has been rewritten, some of the basics still remain. The intention is to write a C99 compiler while still keeping it small, simple, fast and understandable.
To install pcc-libs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pcc-libs
To see what files were installed by pcc-libs, run:
port contents pcc-libs
To later upgrade pcc-libs, run:
sudo port selfupdate && sudo port upgrade pcc-libs
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.