From: Eric Hoch <[EMAIL PROTECTED]>
Date: Thu, 27 Jan 2005 09:22:37 +0100
Hi,
> > > If you don't OS X or better the compiler only looks in /usr and
> > > perhaps /usr/bin for an installed version of pkg-config and if it
> > > doesn't find one it gives you this error message.
> >
> > This is because set_soenv.in doesn't prepend/append old PATH to the PATH
> > for the build env. and is constructing it from scratch.
[...]
> And what about old Path? Do "modern" Linux and other -nix use
> anther directory to store their freetyp2 in?
pkg-config once installed via fink is in /sw/bin. You can you your /sw/bin
into your $PATH but after sourcing *.Set.sh, your old PATH will be lost,
because set_soenv.in does not use already defined $PATH and extend it. It
construct it from scratch. This is bug.
--
Pavel Janík
Take care to branch the right way on equality.
-- The Elements of Programming Style (Kernighan & Plaugher)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]