Hi!

I'm using GNU's gsl-library, which I installed and configured in C::B,
When I try to build, C::B gives me the following error messages:

Code:

Code:
||=== HH, Debug ===|
obj\Debug\main.o||In function `_Z21singular_value_decompv':|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5194|undefined reference to `_gsl_matrix_alloc'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5197|undefined reference to `_gsl_matrix_set'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5203|undefined reference to `_gsl_matrix_alloc'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5204|undefined reference to `_gsl_vector_alloc'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5205|undefined reference to `_gsl_vector_alloc'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5207|undefined reference to `_gsl_linalg_SV_decomp'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5210|undefined reference to `_gsl_matrix_calloc'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5212|undefined reference to `_gsl_vector_get'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5212|undefined reference to `_gsl_matrix_set'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5219|undefined reference to `_gsl_matrix_get'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5228|undefined reference to `_gsl_matrix_get'|
D:\2 - Bouwkunde\070901 - MSc Bouwkunde aan TUe\PROJ FEM-Tool\1 - Programma HH\main.cpp|5237|undefined reference to `_gsl_matrix_get'|
||=== Build finished: 12 errors, 0 warnings ===|

When I right-click on the function, and choose:
Find declaration of: "gsl_matrix_alloc"
it can. And simply opens the header file in which it is stated.
Which I interpret as the library being configured correctly (true?).

So why are they "undifined references"?
Any suggestions?
Cheers, Carola