Hi,
I am a newbie with C and Pelles C.
I am trying to run a c script on my Windows machine with Pelles C. This script is working fine when ran on a linux box.
I get this error when I try to compile it on pelles C on Windows:
<unistd.h> require the -Go compiler option
Does the "Go" compiler not come bundled with pelles C or if it does where should I activate it?
If it does not come bundled with it, is it something I need to download and add to some Pelles C directory?
Thanks!