[Gambas-user] Executable

Chas.Bigham c_bigham at ...605...
Mon Sep 6 08:39:43 CEST 2004


BUDI ARIEF GUSANDI wrote:

> Hi...
>
> 1. I try to make executable from executable menu in IDE. I choose 
> desktop  directory as destination of the exec. file. But when i go to 
> the desktop,  the file doesn't exist...Why ?
> 2. If i make exec. file to the same dir, that works, but when i call 
> the  file from shell. It shows Command Not Found..any can help ?
>
> Thanks
>
> Budi
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
when you call the exec file frm the console(command shell) you will need 
to use a ./ in front of your exec file name(ex: ./MyGambasExecFile or 
/path/to/exec/file/./MyExecFileName)...alternatively, you may also copy 
your executable to /bin or /usr/bin and then you can exec it from the 
console as normal(ex: MyExecFileName).....i'm not exactly sure why 
gambas won't create the executable on your desktop tho...sorry i can't 
help you there.....




More information about the User mailing list