> Seems to work (Gambas 3 rev 3850 @ Ubuntu 10.10 64bit), though, I haven't
> check if the results are correct.
> I'm out of time.
> 
> Source attached.
> 
> BTW. Why 'Library "libgsl"' doesn't find *any* library? However 'Library
> "libgsl:0"' does!
> 
> Jussi
> 

Because "libgsl" means "/usr/lib/libgsl.so" and "libgsl:0" means 
"/usr/lib/libgsl.so.0".

Both are symbolic links to the real library. But the first one is usually only 
installed with the development package.

Anyway, always specifying the library version is a good idea. You can install 
several versions of the same library (libgsl.so.0, libgsl.so.1 ...). But you 
can only link to the one pointed by the libgsl.so symbolic link (which should 
mean "the last one"). Don't ask me why. Maybe there is a way to link to a 
specific library, but I don't know it.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to