Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic Repairs: Repairs
Quote:Try to compile the following code with g++:Code:#include <stdlib.h>#include <stdio.h>#include <fcntl.h>#include <sys/ioctl.h>int main (){if (0 != fork ()){return 0;}return 0;}
#include <stdlib.h>#include <stdio.h>#include <fcntl.h>#include <sys/ioctl.h>int main (){if (0 != fork ()){return 0;}return 0;}