natbob1
August 11th, 2008, 07:48 PM
I'm trying to compile a C application from source on a computer that does not have an internet connection, it gives the error:
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
I have looked at other threads and found that the issue is solved by using:
sudo apt-get install linux-kernel-headers
sudo apt-get install build-essential
which I cannot do because It doesn't have an Internet connection.
I do have another windows computer that does have an Internet connection. So I would like to know how to download the packages and install them from a disk.
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
I have looked at other threads and found that the issue is solved by using:
sudo apt-get install linux-kernel-headers
sudo apt-get install build-essential
which I cannot do because It doesn't have an Internet connection.
I do have another windows computer that does have an Internet connection. So I would like to know how to download the packages and install them from a disk.