Doriano Blengino escribió:
>>> $ Tree opt
>>>
>>> my_project/
>>>
>>> |-- gambas2
>>> |
>>> | |-- bin
>>> | |
>>> | | |-- gbr2
>>> | |
>>> | | `-- gbx2
>>> | |
>>> | |-- lib
>>> | |
>>> | | `-- gambas2
>>> | |
>>> | | |-- blah blah blah...
>>> |
>>> |
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
-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
> 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
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
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