On 11/17/05, go moko <[EMAIL PROTECTED]> wrote:
> --- Randy McMurchy <[EMAIL PROTECTED]> wrote:
>
> > go moko wrote these words on 11/17/05 07:06 CST:
> > > Another method
> > > is to use a variable GNOME_PATH and put everywhere
> > > "--prefix=$GNOME_PATH" (as for KDE, if my memory
> > is
> > > good).
> >
> > Well, the book already specifies to use
> > $GNOME_PREFIX for the Orbit
> > installation, might as well suggest to use that if
> > you're going to
> > vary from the book and use a hard-coded prefix. :-)
>
> Yes, it was exactly what I wanted to say; but as I
> don't have the book under the eyes, I thought the
> variable's name was GNOME_PATH. All my excuses...
>
> > However, at this point because the OP says that his
> > pkgconfig var
> > is set correctly and he used backticks in the
> > configure command,
> > there is really nothing else anyone can do, as it
> > simply should
> > "just work".
>
> Nothing more. And as it is /usr that is returned from
> the command, $PKG_CONFIG_PATH is well configured.
>
> Nupur, can you give us exactly all the command that
> you typed for libbonobo, not just the extract?
> Thx.
>

Sure, the exact command that i typed was:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0`
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin
--sysconfdir=/etc/gnome

which gave the following error:

configure: error: expected an absolute directory name for --prefix:
pkg-config --variable=prefix ORBit-2.0

Then, I ran the checked PKG_CONFIG_PATH by echo $PKG_CONFIG_PATH and
it returned:
/usr/lib/pkgconfig/

Then I ran the command `pkg-config --variable=prefix ORBit-2.0' (without quotes)
and it returned /usr

So, for configuring libbonobo, I used the following command and installed it:

./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc/gnome
--
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