[livesupport-dev] whats with your pkg-config settings
  • Do i guess that the correct place for all the .pc in the whole wide world is infact in /usr/local/lib/pkgconf!

    Because if some people like me don't have everything there, so why are you telling it to only look there???
  • 5 Comments sorted by
  • j.p.drawneek@durham.ac.uk wrote:
    > Do i guess that the correct place for all the .pc in the whole wide world is infact in /usr/local/lib/pkgconf!
    >
    > Because if some people like me don't have everything there, so why are you telling it to only look there???

    I guess some distributions prefer: /usr/lib/pkgconfig but the sweetest
    thing is, you can export that directory to some envirionment variable,
    and all problems are gone.

    Stefan
  • > I guess some distributions prefer: /usr/lib/pkgconfig but the sweetest

    Which ?

    > thing is, you can export that directory to some envirionment variable,
    > and all problems are gone.

    which env var is it ? because the auto generate hard code the pkg-config path to be only the lib folder in where your making it to.

    Managed to figure out were you guys were doing it in some of them, but in the Makefile.ac you had it hard coded in??? So i do not see how an env var would do anything about it?

    > Stefan


    --
    This message has been scanned for viruses and
    dangerous content by MailScanner, and is
    believed to be clean.
  • j.p.drawneek@durham.ac.uk wrote:
    >>I guess some distributions prefer: /usr/lib/pkgconfig but the sweetest
    >
    >
    > Which ?

    PKG_CONFIG_PATH

    see: man pkg-config


    Stefan

    ps. I had a lot of problems compiling myself, since I'm not a
    main-developer just an experienced user of this project.

    --
    This message has been scanned for viruses and
    dangerous content by MailScanner, and is
    believed to be clean.
  • > PKG_CONFIG_PATH

    it set and correct - then configure then desides i knows best and sets it to {installdir}/lib/pkgconf and ignores everything else!

    > see: man pkg-config

    been there, done that

    > Stefan

    > ps. I had a lot of problems compiling myself, since I'm not a
    > main-developer just an experienced user of this project.

    Wow, i want screen shots for proof of usage!


    --
    This message has been scanned for viruses and
    dangerous content by MailScanner, and is
    believed to be clean.
  • On Tue, 29 Nov 2005 j.p.drawneek@durham.ac.uk wrote:

    > > PKG_CONFIG_PATH
    >
    > it set and correct - then configure then desides i knows best and sets it to {installdir}/lib/pkgconf and ignores everything else!
    I guess it is just the makefile.

    >
    > > ps. I had a lot of problems compiling myself, since I'm not a
    > > main-developer just an experienced user of this project.
    >
    > Wow, i want screen shots for proof of usage!
    I'll try to make some wednesday.

    In the mean time: (the maybe Gimp'ed screenshots Wink
    http://www.campware.org/en/camp/livesupport_news/624/




    --
    This message has been scanned for viruses and
    dangerous content by MailScanner, and is
    believed to be clean.