Re: [Gambas-user] gbx executables

2011-12-29 Thread tobias
On 29.12.2011 22:51, Benoît Minisini wrote: >> o.k., thanks. >> well, but there it continues confusing: ls -l shows that gbr2 is a link >> to gbx2 and has different functionality? >> > Yes, this is a common trick on Unix. Search for 'busybox' if you don't > trust me. :-) > i thought, it was a feat

Re: [Gambas-user] gbx executables

2011-12-29 Thread Benoît Minisini
> > o.k., thanks. > well, but there it continues confusing: ls -l shows that gbr2 is a link > to gbx2 and has different functionality? > Yes, this is a common trick on Unix. Search for 'busybox' if you don't trust me. :-) -- Benoît Minisini -

Re: [Gambas-user] gbx executables

2011-12-29 Thread Emil Lenngren
It is the same file. When gbx2 starts up, it checks whether the provided executable name (argv[0]) is "gbr2" or "gbx2", and choose what to do depending on that. 2011/12/29 tobias > On 29.12.2011 22:43, Benoît Minisini wrote: > > Le 29/12/2011 22:31, tobias a écrit : > >> hi, > >> > >> we recentl

Re: [Gambas-user] gbx executables

2011-12-29 Thread tobias
On 29.12.2011 22:43, Benoît Minisini wrote: > Le 29/12/2011 22:31, tobias a écrit : >> hi, >> >> we recently got confused about the gbx executable. i forward a specific >> question about gbx2: >> --- >> $ gbx2 /path/to/project/directory >> runs the program (using the compiled stuff in .gambas subdi

Re: [Gambas-user] gbx executables

2011-12-29 Thread Benoît Minisini
Le 29/12/2011 22:31, tobias a écrit : > hi, > > we recently got confused about the gbx executable. i forward a specific > question about gbx2: > --- > $ gbx2 /path/to/project/directory > runs the program (using the compiled stuff in .gambas subdirectory?) > $ /path/to/archive > runs the compiled ar

[Gambas-user] gbx executables

2011-12-29 Thread tobias
hi, we recently got confused about the gbx executable. i forward a specific question about gbx2: --- $ gbx2 /path/to/project/directory runs the program (using the compiled stuff in .gambas subdirectory?) $ /path/to/archive runs the compiled archive but is there a way to run a compiled archive wit