I am new on using mac os I tried to compile my c code after installing gcc using brew tool and then when I run on terminal :gcc -static -O3 javaLauncher.c -o javaLauncher I got that error ld :library not found for -lcrt0.o clang:error:linker command failed with exit code 1
↧