As you are new to linux, you should not compile/build any source package. This is exactly what you are doing right now. Its better you enable Internet in your Ubuntu first. Then everything will be easier.
If you are still interested in compiling install build-essential package first. As you dont have internet connection you have to add your live cd as your repository. open console and enter `sudo apt-cdrom` command. It will request you to enter a cdrom in your drive. you have to insert your ubuntu cd. After this, It will index the cdrom and save it in /etc/apt/sources.lst file. Now enter `sudo apt-get install build-essential`. This will install the build-essential package. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh -- Ubuntu Bangladesh | http://ubuntu.linux.org.bd [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
