Search:

Type: Posts; User: TiagoPereira

Search: Search took 0.00 seconds.

  1. Many, many thanks! Your tips were really helpful,...

    Many, many thanks! Your tips were really helpful, guys!

    I have installed all libraries (MingGW), updated the built-essential, etc.. etc... without success, however. Then, I solved the problem...
  2. tiago@tiago-laptop:~/Desktop$ head hwe.c ...

    tiago@tiago-laptop:~/Desktop$ head hwe.c
    #include <stdio.h>
    #include <math.h>

    int x, n;
    float f_A;
    float chi2 = 0;
    int genotype[4];
    int expected[4];
  3. Thanks, but the same error still remains I speak...

    Thanks, but the same error still remains I speak R and Stata. So, I am very used to lists. Before posting a question, it stands to logic that I google around the problem.
  4. How to fix an error during compiling:_mingw.h

    Dear all,

    I just have written my very first C code, and, as everybody else, got an error during compiling.

    on terminal (linux, ubuntu):

    gcc hwe.c -lm hwe
    gcc: hwe: No such file or directory...
Results 1 to 4 of 4