orangeduck / mpc

A Parser Combinator library for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"-static" does not work on newer MacOS due to crt0

bferguson3 opened this issue · comments

Reference:
https://stackoverflow.com/questions/3801011/ld-library-not-found-for-lcrt0-o-on-osx-10-6-with-gcc-clang-static-flag

The build is successful if I remove "-static" from the static-test Makefile line.