Opened 15 years ago

Last modified 15 years ago

#21292 closed defect

gnuradio-core does not compile on snow leopard — at Initial Version

Reported by: banister@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.99
Keywords: Cc:
Port: gnuradio-core

Description

Snow leopard, using Xcode 3.2 sudo port install gnuradio produces the following during the build of gnuradio-core.

float_dotprod_3dnow.S:63:suffix or operands invalid for `push'
float_dotprod_3dnow.S:67:suffix or operands invalid for `pop'
float_dotprod_sse.S:63:suffix or operands invalid for `push'
float_dotprod_sse.S:163:suffix or operands invalid for `pop'

These files appear to be the 32-bit versions as there are also files named float_dotprod_3dnow64.S and float_dotprod_sse64.S. Looking at the generated Makefiles, it appeared to select a sub-architecture of i386 rather than x86_64.

Change History (0)

Note: See TracTickets for help on using tickets.