[MacPorts] #71164: mpdecimal @4.0.0_1: Build failure on legacy OS X due to undefined symbols

MacPorts noreply at macports.org
Fri Oct 25 16:33:00 UTC 2024


#71164: mpdecimal @4.0.0_1: Build failure on legacy OS X due to undefined symbols
------------------------+-------------------------
  Reporter:  0xbf00     |      Owner:  Schamschula
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.10.2
Resolution:             |   Keywords:  leopard
      Port:  mpdecimal  |
------------------------+-------------------------

Comment (by kencu):

 Replying to [comment:4 ryandesign]:
 > Many build systems only use LDFLAGS (not CXXFLAGS) at link time.

 Some might, but it's just wrong if they do.

 The link line for a CXX link should look like this:

 {{{
 $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $(appname) $(objects) $(LDLIBS)
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/71164#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list