Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 642661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:11:51+00:00 2026-05-13T21:11:51+00:00

How do I know where to install my .pc file? These files are put

  • 0

How do I know where to install my .pc file? These files are put in different places on different operating systems. The goal is to be able to use something like $(INSTALL) mylib.pc $$(pkg-config --pcdir) in the install target. I thought pkg-config would be able to tell me somehow, but can’t find anything.

I’m looking for a “standalone” solution usable in plain Makefile (must not require support from autotools or similar).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T21:11:51+00:00Added an answer on May 13, 2026 at 9:11 pm

    UPDATE: Evidently there is now a way to do this:

    pkg-config --variable pc_path pkg-config
    

    Found in this bug report (see comment #4). The current man page appears to document this.

    Original answer:

    Horrible hackish solution (assuming bourne shell):

    pkg-config --debug 2>&1 |grep Scanning | sed -e 's/Scanning directory //' -e "s/'//g"
    

    This may give you more than one location.

    edit by @just somebody

    shorter version

    pkg-config --debug 2>&1 | sed -ne '/Scanning directory /s///p'
    

    and to stop after the first directory:

    pkg-config --debug 2>&1 | sed -ne '/Scanning directory /{s///p;q;}'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to install some presentation templates, but don't know where to put them...
I would like to know if I can install say Visual Studio 2008 Pro
Does anyone know how to install IronPython 2.0 with NGEN'ed binaries using the MSI
I know there is a registry key indicating the install directory, but I don't
Does anyone know how to build an install project without it deleting/overwriting the _svn
Does anyone know if it is possible to install SQL 2000 Reporting Services Server
I don't know anything about XPIs but I've searched through the install.rdf, *.js, and
What do I need to install to begin learning Silverlight 2? I know how
Know of an OCAML/CAML IDE? Especially one that runs on Linux?
Know of any good libraries for this? I did some searches and didn't come

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.