![]() | ![]() | ||||||||||||
[help-gsl] problem compiling gsl with icc (2008-09-11)
Dear all I am trying to compile gsl-1.9 on a Linux machine x86-64, RHEL5 and Intel compiler(icc) 10.1.015. but it ends up with following warning ./configure CC=icc --prefix=/home/lorenzen/gsl/ make >make..log . . matrix_source.c(42): warning #290: function "gsl_matrix_int_set" has already been defined FUNCTION (gsl_matrix, set) (TYPE (gsl_matrix) * m, ^ matrix_source.c(62): warning #290: function "gsl_matrix_int_ptr" has already been defined FUNCTION (gsl_matrix, ptr) (TYPE (gsl_matrix) * m, ^ matrix_source.c(81): warning #290: function "gsl_matrix_int_const_ptr" has already been defined FUNCTION (gsl_matrix, const_ptr) (const TYPE (gsl_matrix) * m, ^ matrix_source.c(22): warning #290: function "gsl_matrix_ushort_get" has already been defined FUNCTION (gsl_matrix, get) (const TYPE (gsl_matrix) * m, ^ matrix_source.c(42): warning #290: function "gsl_matrix_ushort_set" has already been defined FUNCTION (gsl_matrix, set) (TYPE (gsl_matrix) * m, ^ matrix_source.c(62): warning #290: function "gsl_matrix_ushort_ptr" has already been defined FUNCTION (gsl_matrix, ptr) (TYPE (gsl_matrix) * m, ^ matrix_source.c(81): warning #290: function "gsl_matrix_ushort_const_ptr" has already been defined FUNCTION (gsl_matrix, const_ptr) (const TYPE (gsl_matrix) * m, ^ matrix_source.c(22): warning #290: function "gsl_matrix_short_get" has already been defined FUNCTION (gsl_matrix, get) (const TYPE (gsl_matrix) * m, ^ matrix_source.c(42): warning #290: function "gsl_matrix_short_set" has already been defined FUNCTION (gsl_matrix, set) (TYPE (gsl_matrix) * m, ^ matrix_source.c(62): warning #290: function "gsl_matrix_short_ptr" has already been defined FUNCTION (gsl_matrix, ptr) (TYPE (gsl_matrix) * m, ^ matrix_source.c(81): warning #290: function "gsl_matrix_short_const_ptr" has already been defined FUNCTION (gsl_matrix, const_ptr) (const TYPE (gsl_matrix) * m, ^ matrix_source.c(22): warning #290: function "gsl_matrix_uchar_get" has already been defined FUNCTION (gsl_matrix, get) (const TYPE (gsl_matrix) * m, ^ matrix_source.c(42): warning #290: function "gsl_matrix_uchar_set" has already been defined FUNCTION (gsl_matrix, set) (TYPE (gsl_matrix) * m, ^ matrix_source.c(62): warning #290: function "gsl_matrix_uchar_ptr" has already been defined FUNCTION (gsl_matrix, ptr) (TYPE (gsl_matrix) * m, ^ matrix_source.c(81): warning #290: function "gsl_matrix_uchar_const_ptr" has already been defined FUNCTION (gsl_matrix, const_ptr) (const TYPE (gsl_matrix) * m, ^ matrix_source.c(22): warning #290: function "gsl_matrix_char_get" has already been defined FUNCTION (gsl_matrix, get) (const TYPE (gsl_matrix) * m, ^ matrix_source.c(42): warning #290: function "gsl_matrix_char_set" has already been defined FUNCTION (gsl_matrix, set) (TYPE (gsl_matrix) * m, ^ matrix_source.c(62): warning #290: function "gsl_matrix_char_ptr" has already been defined FUNCTION (gsl_matrix, ptr) (TYPE (gsl_matrix) * m, ^ matrix_source.c(81): warning #290: function "gsl_matrix_char_const_ptr" has already been defined FUNCTION (gsl_matrix, const_ptr) (const TYPE (gsl_matrix) * m, ^ permutation.c(38): warning #290: function "gsl_permutation_get" has already been defined gsl_permutation_get (const gsl_permutation * p, const size_t i) ^ combination.c(45): warning #290: function "gsl_combination_get" has already been defined gsl_combination_get (const gsl_combination * c, const size_t i) ^ coulomb.c(994): warning #592: variable "G_lam_G" is used before its value is set G->val = G_lam_G; ^ coulomb.c(996): warning #592: variable "Gp_lam_G" is used before its value is set Gp->val = Gp_lam_G; ^ legendre_poly.c(743): warning #290: function "gsl_sf_legendre_array_size" has already been defined gsl_sf_legendre_array_size(const int lmax, const int m) ^ qrng.c(93): warning #290: function "gsl_qrng_get" has already been defined gsl_qrng_get (const gsl_qrng * q, double x[]) ^ rng.c(105): warning #290: function "gsl_rng_get" has already been defined gsl_rng_get (const gsl_rng * r) ^ rng.c(111): warning #290: function "gsl_rng_uniform" has already been defined gsl_rng_uniform (const gsl_rng * r) ^ rng.c(117): warning #290: function "gsl_rng_uniform_pos" has already been defined gsl_rng_uniform_pos (const gsl_rng * r) ^ rng.c(136): warning #290: function "gsl_rng_uniform_int" has already been defined gsl_rng_uniform_int (const gsl_rng * r, unsigned long int n) ^ dd.c(54): warning #290: function "gsl_poly_dd_eval" has already been defined gsl_poly_dd_eval (const double dd[], const double xa[], const size_t size, const double x) ^ eval.c(29): warning #290: function "gsl_poly_eval" has already been defined gsl_poly_eval(const double c[], const int len, const double x) ^ accel.c(55): warning #290: function "gsl_interp_accel_find" has already been defined gsl_interp_accel_find (gsl_interp_accel * a, const double xa[], size_t len, double x) ^ bsearch.c(28): warning #290: function "gsl_interp_bsearch" has already been defined gsl_interp_bsearch ( ^ > Please help me out in compiling gsl with Intel compiler successfully.. Thanks in advance Pratik Dhuvad Add more friends to your messenger and enjoy! Go to http://in.messenger.yahoo.com/invite/
| |||||||||||||
![]() | ![]() |







