Products > lcc-linux32

Lcc-linux32

A port of the popular lcc-win32 compiler to the intel-based Linux platforms.

Just for the brave, because no installer is provided. You have to manually the files into the proper places (e.g copy the includes to /usr/include/lcc the binaries to /usr/local/bin and the libraries into /usr/local/lib

You have to use gcc for linking. So the steps are the following:

lcc -c c_file.c
gcc c_file.o /usr/local/lib/lcclib.a

Because of license issues, do we had to remove the downloads from our pages. We're sorry for any trouble we have caused.