| Computers Forum Index » Computer Compilers - LCC » installing lcc on ubuntu... |
|
Page 1 of 1 |
|
| Author |
Message |
| ... |
Posted: Wed Nov 05, 2008 6:19 am |
|
|
|
Guest
|
frnds can any one plz tell me how install lcc on ubuntu linux hardy
heron 8.04
thaniks in advance |
|
|
| Back to top |
|
|
|
| CBFalconer... |
Posted: Wed Nov 05, 2008 10:46 pm |
|
|
|
Guest
|
piyush.cse26 at (no spam) gmail.com wrote:
Quote:
frnds can any one plz tell me how install lcc on ubuntu linux hardy
heron 8.04
Try "man gcc".
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section. |
|
|
| Back to top |
|
|
|
| Keith Thompson... |
Posted: Thu Nov 06, 2008 12:07 am |
|
|
|
Guest
|
CBFalconer <cbfalconer at (no spam) yahoo.com> writes:
Quote: piyush.cse26 at (no spam) gmail.com wrote:
frnds can any one plz tell me how install lcc on ubuntu linux hardy
heron 8.04
Try "man gcc".
What does that have to do with installing lcc?
Perhaps you were suggesting that the OP should use gcc *instead of*
trying to install lcc, but if you're going to answer a question other
than the one that was asked you might at least make it clear what
you're doing.
To the original poster: I assume you're talking about lcc, not
lcc-win; the latter, as far as I know, is currently available only for
Windows. lcc is distributed as source; see
<http://www.cs.princeton.edu/software/lcc/>. You'll need an existing
C compiler to build it; gcc, which is readily available on Ubuntu,
will do nicely. See doc/install.html in the lcc source distribution
for installation instructions.
--
Keith Thompson (The_Other_Keith) kst-u at (no spam) mib.org <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister" |
|
|
| Back to top |
|
|
|
|