> -----Original Message----- > From: redhat-list-bounces@xxxxxxxxxx [mailto:redhat-list- > bounces@xxxxxxxxxx] On Behalf Of nilgün yaman > Sent: Monday, January 16, 2006 5:12 AM > To: redhat-list@xxxxxxxxxx > Subject: UG-cygwin > > Hi, I am a new user for both UGNX2 and Cygwin and I am trying to start UG > by > using Cygwin environment. > Normally I can start UG from the command prompt window by using the > required > libraries and the correct paths. Whereas when I do the same things in > Cygwin > environment, en error message appears as follows: > --------------------------- > \ugraf.exe > --------------------------- > Cannot find the file '\ugraf.exe' (or one of its components). Make sure > the > path and filename are correct and that all required libraries are > available. > --------------------------- > > Can anybody give me some ideas about what to do for this problem? > Thanks, regards. > > > nill > Well, actually, this mailing list is probably not the right one to address that issue. Check out the cygwin web site at http://www.cygwin.com for user guides and mailing lists. That said, I do have cygwin and may be able to help. The directory hierarchy under cygwin is not the same as under windows. It sounds like you have ugraf.exe in the "c:\" directory in windows. "C:\" will most likely be mounted on the directory /cygdrive/c under cygwin. Try either: /cygdrive/c/ugraf.exe or do: ls / to list all files and directories in the "/" directory. There must be a directory in / which is used as the mount point for all windows drives or at least for the c: drive. Then you could possibly try: /<mount point>/c/ugraf.exe or /<mount point>/ugraf.exe Michael -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list