On Sunday 19 August 2007 15:11, J.R. Hass wrote:
> Is there a way to store that command in a variable and then run it
> from the command line via a variable?

You might try playing around with an alias rather than export, but it's 
probably better to separate the CC= from the command.
...
export CC="gcc -B/usr/bin"
../configure...
...


Trent.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to