79592953

Date: 2025-04-25 16:38:14
Score: 1.5
Natty:
Report link

It seems the answer is to leave out the cross compilation arguments.


export CFLAGS="-arch x86_64"
./configure --enable-shared

Configure gets confused about cross compilation on macOS, because when it tries to execute a cross compiled program, the program does not fail (thanks to Rosetta, I presume).

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alan Snyder