I am having problem linking ansyscust.e145. The main problem is undefined refreences, such as:
user03.o: In function `user03_':
user03.F:(.text+0x3): undefined reference to `__intel_cpu_feature_indicator'
user03.F:(.text+0x22): undefined reference to `__intel_cpu_feature_indicator'
user03.F:(.text+0x39): undefined reference to `__intel_cpu_features_init'
Compilers to use:
F90: /opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/ifort
C: /opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/icc
C++: /opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/icpc
Linux Red Hat 6.4
Another problem I am having is that the command -lGLU is not found by ld. Is it lGLU obsolate for the compilers?
Thanks a lot in advance!