I want to use -fopenmp
in MINX 3, and when I write down the command:
gcc -fopenmp test.c -o test.out
it shows me this error:
cc1: error: unrecognized command line option "-fopenmp"
the GCC version of Minix 3 that i am using is GCC 4.1.1. I have to use an old version of Minix, and this is the only version of GCC that it has.
Can the problem be that the version of GCC doesn't have -fopenmp
??