[Help-gsl] Compiling GSL with xeno-gcc

2016-09-16 Thread Farid Bonakdar
Hey Guys, I translated a PI-state-space controller from Matlab into C Code due to Realtime Problems. Till now everything just worked fine. My Code runs and can use all functions from gsl_vector, gsl_matrix and so on. The Development took place on my Macbook and run with gcc and clang perfectly. To

[Help-gsl] gsl example

2016-09-16 Thread Kevin Luxford
I am using Cygwin64 on a Windows 10 computer. I have downloaded the gsl pack. The header files are in /usr/local/include. I have used nano to enter the example code from the gsl reference pdf into a file named example.c. I have used the compile and link commands as in the gsl reference (by