Installing Adobe Alchemy: “bash: alc-on: command not found” Error
Posted by Dennis on Mar 26, 2009 in Flash, Uncategorized • 2 comments
I’m currently trying to get started with Adobe Alchemy. I’ve downloaded the SDK and Cygwin. I’ve followed all the steps from the getting started documentation: http://labs.adobe.com/wiki/index.php/Alchemy:Documentation:Getting_Started. When trying to execute this command:
alc-on; which gcc
I get this error
bash: alc-on: command not found
The problem here is that the .bashrc file is not executed when the Cygwin bash shell launches. The .bashrc file should be in the $HOME directory. To find out where that directory is, this command should be issued:
echo $HOME
The following line should be added to /cygwin/etc/profile text file:
. "$HOME/.bashrc"
After this the “alc-on; which gcc” should work.




At what place do we need to append this line in the profile text file. I added in the end and it’s still not working.
Hi,
Thanks for the information,just found this post my technorati news feed section! I was searching for this since past 3 months and i am glad to see it here. Thanking you much
Martin