[Gambas-user] Gambas3 and Gnu scientific library

Benoît Minisini gambas at ...1...
Wed May 18 18:36:17 CEST 2011


> 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




More information about the User mailing list