Hi,
I copied the gsl-1.11.tar.gz and extracted all files to a local directory. When trying to compile my C code which includes h-files from GSL I get the below: --------------------Configuration: BGM - Win32 Debug-------------------- Linking... BGM.obj : error LNK2001: unresolved external symbol _gsl_matrix_get BGM.obj : error LNK2001: unresolved external symbol _gsl_vector_get BGM.obj : error LNK2001: unresolved external symbol _gsl_matrix_free BGM.obj : error LNK2001: unresolved external symbol _gsl_blas_dgemm BGM.obj : error LNK2001: unresolved external symbol _gsl_ran_gaussian BGM.obj : error LNK2001: unresolved external symbol _gsl_linalg_cholesky_decomp BGM.obj : error LNK2001: unresolved external symbol _gsl_matrix_memcpy BGM.obj : error LNK2001: unresolved external symbol _gsl_matrix_set BGM.obj : error LNK2001: unresolved external symbol _gsl_matrix_alloc BGM.obj : error LNK2001: unresolved external symbol _gsl_vector_set BGM.obj : error LNK2001: unresolved external symbol _gsl_vector_alloc BGM.obj : error LNK2001: unresolved external symbol _gsl_rng_free BGM.obj : error LNK2001: unresolved external symbol _gsl_rng_set BGM.obj : error LNK2001: unresolved external symbol _gsl_rng_alloc BGM.obj : error LNK2001: unresolved external symbol _gsl_rng_mt19937 BGM.obj : error LNK2001: unresolved external symbol _gsl_rng_env_setup BGM.obj : error LNK2001: unresolved external symbol _gsl_set_error_handler BGM.obj : error LNK2001: unresolved external symbol _gsl_ieee_env_setup Debug/BGM.exe : fatal error LNK1120: 18 unresolved externals Error executing link.exe. BGM.exe - 19 error(s), 0 warning(s) I noted that the extract from the tar.gz files does not contain the function definitions (e.g. gsl_matrix_get.c) for all the files shwon the error dump above. Though I can include e.g. gsl_vector.h through #include <gsl/gsl_vector.h>. Any suggestions on the cause of this problem. Thanks, Marc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
