Re: [Gambas-user] Problem with PATH to shared library - part 2

2010-04-06 Thread EA7DFH
Doriano Blengino escribió: >>> $ Tree opt >>> >>> my_project/ >>> >>> |-- gambas2 >>> | >>> | |-- bin >>> | | >>> | | |-- gbr2 >>> | | >>> | | `-- gbx2 >>> | | >>> | |-- lib >>> | | >>> | | `-- gambas2 >>> | | >>> | | |-- blah blah blah... >>> | >>> |

Re: [Gambas-user] Problem with PATH to shared library - part 2

2010-03-31 Thread Doriano Blengino
craf ha scritto: > >> >> I forgot in the previous mail indicate the steps I have done: >> >> First run the command $ ldd gbr2 to see if there were dependency >> problems, which I produced the following result: >> >> $ Ldd gbr2 >> linux-gate.so.1 => (0xb770d000) >> libm.so.6 => / lib/tls/i686/cmov/l

Re: [Gambas-user] Problem with PATH to shared library - part 2

2010-03-31 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Problem with PATH to shared library - part 2 Fecha: Wed, 31 Mar 2010 22:41:15 +0200 > Hello. > > I forgot in the previous mail ind

Re: [Gambas-user] Problem with PATH to shared library - part 2

2010-03-31 Thread Benoît Minisini
> Hello. > > I forgot in the previous mail indicate the steps I have done: > > First run the command $ ldd gbr2 to see if there were dependency > problems, which I produced the following result: > > $ Ldd gbr2 > linux-gate.so.1 => (0xb770d000) > libm.so.6 => / lib/tls/i686/cmov/libm.so.6 (0xb76d

[Gambas-user] Problem with PATH to shared library - part 2

2010-03-31 Thread craf
Hello. I forgot in the previous mail indicate the steps I have done: First run the command $ ldd gbr2 to see if there were dependency problems, which I produced the following result: $ Ldd gbr2 linux-gate.so.1 => (0xb770d000) libm.so.6 => / lib/tls/i686/cmov/libm.so.6 (0xb76db000) libdl.so

[Gambas-user] Problem with PATH to shared library

2010-03-31 Thread craf
Hi. I'm trying to port an application from Ubuntu 9.10 to Ubuntu 8.04. It uses the environment variable GB, indicated by Benoit. My project uses the following components: gb.draw gb.form gb.gtk gb.gtk.ext I use a file called executable.sh to call the application, which is as follows: #!/bin/sh