[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] How Install TCC on Ubuntu Linux
From: |
Peter \"Firefly\" Lund |
Subject: |
Re: [Tinycc-devel] How Install TCC on Ubuntu Linux |
Date: |
Wed, 26 Jul 2006 21:29:21 +0200 (CEST) |
On Wed, 26 Jul 2006, Sumesh KS wrote:
But i have n't any internet connection. but i download tcc from it's site. i
You could have told us that right away. Then you would have gotten the
answer right away.
read the install help file in that file and i type the commands . But it
give an error message like "No Compiler found". I downloades the source
version so that package it show i want a C compiler like GCC. How i Get C
Of course.
I don't know how you got your Ubuntu installation. Do you have a CD-ROM?
If so, you might be able to type 'apt-get install gcc' and install the
compiler that way.
Otherwise, you should probably visit:
http://packages.ubuntu.com/
the next time you get close to an internet connection (which you
apparently do once in a while to read and write email :) ).
You can find the packages for gcc and related stuff, download that,
install them on your machine, and then compile tcc from source.
You can also skip that and only download the tcc package:
http://packages.ubuntu.com/dapper/devel/tcc
Once you have the package(s) on your own machine, you install it/them with
the dpkg command (and you need to have root rights, hence the sudo
command):
sudo dpkg -i tcc_0.9.23-2_i386.deb
-Peter