[Gambas-user] Debugging program to find error

craf prog at ...2177...
Mon Apr 12 17:31:42 CEST 2010


-----Mensaje original-----
De: Ron_1st <ronstk at ...239...>
Reply-to: mailing list for gambas users
<gambas-user at lists.sourceforge.net>
Para: gambas-user at lists.sourceforge.net
Asunto: Re: [Gambas-user] Debugging program to find error
Fecha: Mon, 12 Apr 2010 05:50:53 +0100


On Monday 12 April 2010, craf wrote:
> file: No such file or directory
> ), is that the routes included in the file .sh are not taken into
> account. To fix this I added the following paths to the file .profile
> (The tests carried out from a project created in gambas2.20 in Ubuntu
> 9.10 to Ubuntu 8.04 distribution located on the same computer and runs
> through Virtualbox.
> 
> #!/bin/sh
> export PATH=/path/my/proyect/gambas2/bin
> export
> LD_LIBRARY_PATH=/path/my/proyect/gambas2/lib_shared/lib:/path/my/proyect/gambas2/lib_shared/usr/lib
> 

>From some early mail
>export LD_LIBRARY_PATH=/my/ld/dir:$LD_LIBRARY_PATH

>This will add your path in front of the current one, pointing to i.e. gtk libs
>In thecode you present here the current to other libraries is killed.

>So add on the line at the end ':$LD_LIBRARY_PATH' (whitout quotes :) 

Yes, thanks, also I tried that, but unfortunately did not work

> You see I have to load the variable LD_LIBRARY_PATH when the user start
> a session, as this is ignored if the file is called from . sh
> 
> Doriano kindly indicated that this was due to the following:
> 


>Best regards,

>Ron_1st


Regards.






More information about the User mailing list