Intallation of GNU Radio in Ubuntu 10.04 without Internet Connection

Hi
Â
I have already installed GNU on my PCÂ with Ubuntu 10.04 .
Now I am trying to install GNU Radio Software on my Note Book in Ubuntu
10.04 enviroment without internet connection ( I am not allowed to
connect my Notebook to internet…University Server restriction).
I have downloaded gnuradio-3.2.2 .
When i run the command ./configure . I am getting the following error "
C preprocessor “/lib/cpp” fails sanity check".
Please guide me regarding this issue
Thanks
Â
Zimran Rafique

On 10/03/2010 05:07 PM, hafiz zimran wrote:

Hi

I have already installed GNU on my PC with Ubuntu 10.04 . Now I am
trying to install GNU Radio Software on my Note Book in Ubuntu 10.04
enviroment without internet connection ( I am not allowed to connect
my Notebook to internet…University Server restriction). I have
downloaded gnuradio-3.2.2 . When i run the command ./configure . I am
getting the following error " C preprocessor “/lib/cpp” fails sanity
check". Please guide me regarding this issue Thanks

  1. Run the apt-get install command on a vanilla install of ubuntu from a
    computer that has an internet connection:
    http://gnuradio.org/redmine/wiki/1/UbuntuInstall#Install-Scripts

  2. Then copy all the *.deb files in /var/cache/apt/archives/ to a
    removable media.

  3. Copy the *.debs onto the offline computer, and run “sudo dpkg -i
    *.deb”.

  4. Now you have all the dependencies to configure and build gnuradio

-Josh