Index: getfem++-4.1.1/interface/src/scilab/etc/sci_getfem.start
===================================================================
--- getfem++-4.1.1.orig/interface/src/scilab/etc/sci_getfem.start	2010-11-30 08:27:45.000000000 +0100
+++ getfem++-4.1.1/interface/src/scilab/etc/sci_getfem.start	2010-11-30 08:29:08.000000000 +0100
@@ -15,6 +15,11 @@
 etc_tlbx  = getshortpathname(etc_tlbx);
 root_tlbx = strncpy( etc_tlbx, length(etc_tlbx)-length("\etc\") );
 
+// Load the native library
+a=ls("/usr//lib/libgetfem.so*");
+link(a(1));
+clear a;
+
 //Load  functions library
 // =============================================================================
 mprintf("\tLoad macros\n");
