) Install Cygwin64: 

 

        setup-x86_64.exe-x (Rename it by removing the "-x" from the extension of the file name.

        (Click hear)

 

2) Compile and execute the following two sample codes:

 

        (1) Example.c

 

3) How to edit, compile, and execute:

 

       (1) C:Cygwin64/home/usr

       (2) Copy the above C program

       (3) Do as follows:

 

            $ gcc -Wall -I/usr/include/ -c example.c

            $ gcc -L/lib example_1.o -lgsl -lgslcblas -lm

            $ ./a.exe

 

4) References (To be posted soon)

 

       (1) Unix: unix-통합.pdf