0

/usr/bin/gcc -DEVAL -std=c11 -O2 -pipe -static -s -o Tutorial Tutorial.c -lm

this command line (right on linux) don't run on macOS, How can i change this command line? UPDATE: the command line that doesn't work is

gcc -DEVAL -static -std=c11 -O2 -pipe -s -o main.out $1 -lm -g

Joe
  • 41,484
  • 20
  • 104
  • 125

0 Answers0