Theory of PL, Spring 2026
글 수 19
2026.03.24 14:18:23 (*.184.64.217)
33
) Install Cygwin64:
setup-x86_64.exe-x (Rename it by removing the "-x" from the extension of the file name.
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
