On Fri, Feb 15, 2002 at 10:36:43PM +0300, Alexandre Kazantsev wrote: > I have to start Palm programming with the PRC-Tools, and I have downloaded > and installed: (1) Cygwin b20.1, (2) PRC-Tools 2.0 , (3) PilRC for Win32, > (4) Palm OS SDK 4.0, (5) Palm OS Emulator. Now I'm in process of application > for the Developer Program, and I have a couple of questions. > > 1. Is there documentation for the Cygwin, and how to use the utility? Do I > need this at all? I tried to change a link using the Sygwin as recomended > (http://www.palmos.com/dev/tools/gcc/install-win.html): > C:\PalmDev
This line should probably be cd C:/PalmDev since the goal is to _c_hange _d_irectory to c:\palmdev In general, path names under Unix (which is where the bash shell originated from are deliminated by forward slashes '/' rather than the back slash '\' of DOS and Windows. > rm sdk > ln -s sdk-3.5 sdk As long as you are in a directory containing sdk-3.5 and have write permissions in that directory, this should work for you. You can see your current directory by typing 'pwd' at the bash prompt. scott -- ------------------------------------------------------------------------ scott [EMAIL PROTECTED] ------------------------------------------------------------------------ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
