Description
i got the same error as #36 .
now my xcode version is 11.1 and i found the TRUE error occurs in ld commmand
ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS) ld: warning: ignoring file /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libSystem.tbd, missing required architecture i386 in file /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libSystem.tbd Undefined symbols for architecture i386: "___stderrp", referenced from: _main in machdep-ml-ba23e6.o "_exit", referenced from: _main in machdep-ml-ba23e6.o "_fprintf", referenced from: _main in machdep-ml-ba23e6.o "_printf", referenced from: _main in machdep-ml-ba23e6.o "_strchr", referenced from: _underscore in machdep-ml-ba23e6.o "_strcmp", referenced from: _main in machdep-ml-ba23e6.o "_strdup", referenced from: _underscore in machdep-ml-ba23e6.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) if gcc -D_GNUCC -m64 src/machdep-ml.c -o _build/machdep-ml64.exe ;then \ sed -e "s|nogcc64model|
_build/machdep-ml64.exe --env|" lib/perl5/App/Cilly.pm > lib/perl5/App/Cilly.pm.tmp; \ mv lib/perl5/App/Cilly.pm.tmp lib/perl5/App/Cilly.pm; \ fi
how can I make this right?