--- Nupur <[EMAIL PROTECTED]> wrote:

> I apologize for replying so late. G. Moko, after
> trying with the first
> command you asked me to; i.e.,
> ./configure --prefix=$(pkg-config --variable=prefix
> ORBit-2.0)
> --libexecdir=$(pkg-config --variable=prefix
> ORBit-2.0)/sbin
> --sysconfdir=/etc/gnome
> 
> The configuration went well. Though after using the
> second command
> that you mentioned, i.e.,
> 
> GNOME_PATH=`pkg-config --variable=prefix ORBit-2.0`
> echo $GNOME_PATH
> 
> I got the following as the result
> pkg-config --variable=prefix ORBit-2.0
> 
> Also, I do use bash as my shell. And I never
> installed anything in
> /opt, /usr was always my first option for
> installation.

I've no more idea what it can be. According to bash
(and other shells I looked at), `command` and
$(command) are equivalent for command substitution.
The second form is the newer. So I can only recommand
you to always use $(...) instead of `...` in all your
commands, it should be strictly the same thing.
If someone know why the shell act as this, I'm also
insterested, as I never see it before.
Sorry to cannot do more for you.
G. Moko


        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to