[MacPorts] #71089: Undefined curl symbols
MacPorts
noreply at macports.org
Tue Oct 15 00:04:07 UTC 2024
#71089: Undefined curl symbols
---------------------+-----------------------
Reporter: tehcog | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: base | Version: 2.10.2
Resolution: | Keywords: mavericks
Port: |
---------------------+-----------------------
Comment (by ryandesign):
I'm glad that worked! I'm not sure what would have changed between
MacPorts 2.10.1 and the tip of the release-2.10 branch to have caused this
though. I mean you can look at [https://github.com/macports/macports-
base/compare/v2.10.1...release-2.10 the full set of changes between 2.10.1
and the release-2.10 branch]. It seems more likely that something changed
in the ports that you had installed. For example, maybe you didn't have
the curl and/or pkg-config ports installed before and now you do.
When you had used `./configure`, had you specified any other flags, such
as a flag to tell it which curl to use? Or had you had the `CFLAGS`,
`CPPFLAGS`, and/or `LDFLAGS` environment variables set? (If so, to which
values?) It seems like if the MacPorts build was going to automatically
find your MacPorts curl installation, it should have picked up both the
necessary `CPPFLAGS` (the `-I` flag) and the necessary `LDFLAGS` (the `-L`
flag), not just one of them, since it finds it by using the output of
`curl-config --cflags` (which should print the `-I` flag) and `curl-config
--libs` (which should print the `-L` flag).
--
Ticket URL: <https://trac.macports.org/ticket/71089#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list