| 6 | |
| 7 | Edit: I just tried updating it from 0.9.26 to 0.9.27, but that just changes the error to: |
| 8 | {{{ |
| 9 | ar rcs libtcc.a libtcc.o tccpp.o tccgen.o tccelf.o tccasm.o tccrun.o x86_64-gen.o x86_64-link.o i386-asm.o |
| 10 | gcc -o tcc tcc.o libtcc.a -lm -ldl -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -flat_namespace -undefined warning |
| 11 | ld: warning: building for macOS 10.2 is deprecated |
| 12 | ld: -rpath can only be used when targeting Mac OS X 10.5 or later |
| 13 | collect2: error: ld returned 1 exit status |
| 14 | make: *** [tcc] Error 1 |
| 15 | make: Leaving directory `/opt/local/var/macports/build/_Users_ericgallager_Documents_GitHub_macports-ports_lang_tcc/tcc/work/tcc-0.9.27' |
| 16 | Command failed: cd "/opt/local/var/macports/build/_Users_ericgallager_Documents_GitHub_macports-ports_lang_tcc/tcc/work/tcc-0.9.27" && /usr/bin/make -j1 -w all |
| 17 | Exit code: 2 |
| 18 | Error: Failed to build tcc: command execution failed |
| 19 | DEBUG: Error code: CHILDSTATUS 62426 2 |
| 20 | DEBUG: Backtrace: command execution failed |
| 21 | }}} |