Page 1 of 1

Compile CBLAS program in GCC

PostPosted: Thu Nov 04, 2010 2:24 pm
by figura
Hello,

in new with lapack. I use a gcc compiler and Centos. I'm reading the file cblas-report.pdf from netlib.org and I did de example on page 115 cap 3.6 Interface Issues, the C code of matrix 3.3. How should I compile this program? I tried the usual --> gcc program.c -g program but isn't this way. Can anyone tell me?

Thanks

Re: Compile CBLAS program in GCC

PostPosted: Wed Nov 10, 2010 12:23 am
by miggety
Hey figura, did you ever get this working? I'm relatively new myself but i've been playing around with the compiler and have been able to compile CBLAS code to a shared library. let me know if you still need help with this.

Mike