discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Problem using GRC when executing the grc examples


From: Mattias Kjellsson
Subject: Re: [Discuss-gnuradio] Problem using GRC when executing the grc examples
Date: Wed, 03 Mar 2010 13:19:11 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Makmur Hidayat wrote:
> Then I try to add the following to .bashrc
>
> export BOOST_PREFIX=/opt/boost_1_37_0
> export LD_LIBRARY_PATH=$BOOST_PREFIX/lib
>  
> But I can not do that because .bashrc is read only.
>  
> Therefore how to solve the problem?
$chmod +w .bashrc
would make the above file writable. But ".bashrc" shouldn't really be
r/o, should it? This file should be readable by everyone, and
read/writable for the owner. At least in my experience.

Cheers,
//Mattias




reply via email to

[Prev in Thread] Current Thread [Next in Thread]