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


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to