Re: problem with mc4.6.0 compilation



thanks for answer.
i have done the cheking as you said

i have compiled this file

#include <sys/statvfs.h>

int main( char *argv[], int argc )
{
               /* really useless code!
               */
               int a;
               if( a == 10 )
               {
                               a=5;
               }
}

and there hasn't appeared any errors
ns# make clashtest
cc -O -pipe   clashtest.c  -o clashtest
ns# ls -l clashtest
-rwxr-xr-x  1 root  gogi  4184 Jun 25 19:05 clashtest
ns#






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]