Dear All
I want to run this example : http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/zgesvd_ex.c.htm
to do this i installed "composer_xe_2013.3.163"
and pathed it as : "source $HOME/intel/composer_xe_2013.3.163/bin/compilervars.sh ia32" in .bashrc
then to compile the program, the command line in the terminal is : $ gcc zgesvd.c
but it cant realized the zgesvd as below :
$ gcc zgesvd.c
/tmp/ccJyWTh0.o: In function `main':
zgesvd.c:(.text+0xeb): undefined reference to `zgesvd'
zgesvd.c:(.text+0x1b1): undefined reference to `zgesvd'
collect2: error: ld returned 1 exit status
how can i fix this problem?