Hello I am using gsl-1.11 with dev c++ 4.9.9.2 to compile some examples from 
the gsl manual. 
Ultimately, what I get is the linker error:

 C:\gsl-1.11\.libs\libgsl.a(error.o)(.text+0x43) In function `gsl_error': 
  [Linker error] undefined reference to `__getreent' 
  [Linker error] undefined reference to `__getreent' 
  [Linker error] undefined reference to `__getreent' 
 C:\gsl-1.11\.libs\libgsl.a(stream.o)(.text+0x82) In function 
`gsl_stream_printf': 
  [Linker error] undefined reference to `__getreent' 
 C:\gsl-1.11\.libs\libgsl.a(stream.o)(.text+0xd1) In function `gsl_set_stream': 
  [Linker error] undefined reference to `__getreent' 
 C:\gsl-1.11\.libs\libgsl.a(stream.o)(.text+0xd1) ld returned 1 exit status 

I seems to me, that something is wrong with the static libraries. 
Does anyone know how to overcome this?
Thanks In Advance,
Lukasz


_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to