pagesim
pagesim copied to clipboard
Seg Fault Post Make
Running Make
$ make gcc -c -Wall pagesim.c -o pagesim.o gcc pagesim.o -o pagesim -pthread clang: warning: argument unused during compilation: '-pthread' rm -f pagesim.o *.o *~
=>
Run the Binary Post Compile
$ ./pagesim [1] 16186 segmentation fault ./pagesim
@weems I think you need to run that like $ ./pagesim All 10