Changes between Initial Version and Version 1 of Ticket #38196, comment 2


Ignore:
Timestamp:
Nov 4, 2023, 11:30:40 PM (6 months ago)
Author:
cooljeanius (Eric Gallager)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38196, comment 2

    initial v1  
    44}}}
    55(I'm on x86_64 Big Sur with Xcode 13 currently)
     6
     7Edit: I just tried updating it from 0.9.26 to 0.9.27, but that just changes the error to:
     8{{{
     9ar 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
     10gcc -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
     11ld: warning: building for macOS 10.2 is deprecated
     12ld: -rpath can only be used when targeting Mac OS X 10.5 or later
     13collect2: error: ld returned 1 exit status
     14make: *** [tcc] Error 1
     15make: Leaving directory `/opt/local/var/macports/build/_Users_ericgallager_Documents_GitHub_macports-ports_lang_tcc/tcc/work/tcc-0.9.27'
     16Command 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
     17Exit code: 2
     18Error: Failed to build tcc: command execution failed
     19DEBUG: Error code: CHILDSTATUS 62426 2
     20DEBUG: Backtrace: command execution failed
     21}}}