Skip to content

Proper compiler options from pkg-config#114

Open
DimitriPapadopoulos wants to merge 1 commit into
AntonKueltz:mainfrom
DimitriPapadopoulos:gmp
Open

Proper compiler options from pkg-config#114
DimitriPapadopoulos wants to merge 1 commit into
AntonKueltz:mainfrom
DimitriPapadopoulos:gmp

Conversation

@DimitriPapadopoulos

Copy link
Copy Markdown
Contributor

When installed a library on macOS using Homebrew, headers and libraries might be installed outsode standard search paths. Use pkg-config to retrieve proper search paths.

When installed a library on macOS using Homebrew, headers and libraries
might be installed outsode standard search paths. Use `pkg-config` to
retrieve proper search paths.
@DimitriPapadopoulos
DimitriPapadopoulos marked this pull request as ready for review October 19, 2025 20:09
@AntonKueltz

Copy link
Copy Markdown
Owner

I would tend towards not trying to configure C library and include paths here and defer that to the programmer to properly configure on their system. Especially if we're running subcommands to try and parse out the right paths to search and so on. If a user is installing things in non-standard locations, I expect them to be able to build their software appropriately taking that into account and not relying on "default" locations and settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants