Changes between Initial Version and Version 1 of Ticket #71089, comment 1


Ignore:
Timestamp:
Oct 13, 2024, 8:11:20 AM (4 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71089, comment 1

    initial v1  
    11I see `-I/opt/local/include` in the log, which means it probably found headers from MacPorts curl, but I do not see `-L/opt/local/lib` in the log, meaning it then tried to link with the older macOS curl; this mismatch between newer header and older library probably accounts for the undefined symbols error in the log.
    22
    3 I recommend you use ./standard_configure.sh instead of ./configure; this will hide what's in your /opt/local MacPorts installation from this MacPorts build and should allow the build to succeed.
     3I recommend you use `./standard_configure.sh` instead of `./configure`; this will hide what's in your /opt/local MacPorts installation from this MacPorts build and should allow the build to succeed.