[Gambas-user] External libs
    Benoît Minisini 
    gambas at ...1...
       
    Sat Apr  2 02:05:27 CEST 2011
    
    
  
> [INTERPRETER]
> * NEW: External libraries can be located inside the project. They are
> automatically copied into /tmp when used.
> 
> 
> I guess you can't run libraries from NOEXEC partition, even though binaries
> itself are in /usr/local/bin..?
> Is there any other viable choice than /tmp? Option to use Home folder
> instead?
> 
> But I'm not sure if this matters with ready software, as I'm planning to
> distribute it with installation package.
> And installing needs admin privileges anyway... I'm not sure how to deal
> with shared libraries with these packages.
> 
> My plans are not yet clear to me at all.
> 
> Jussi
It's actually a hack for test projects. It is useless for real use, because 
storing an executable inside a Gambas project makes it architecture-dependent, 
which is against its design.
In other words, don't use that in real life. That feature may be removed.
Regards,
-- 
Benoît Minisini
    
    
More information about the User
mailing list