LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help with cygwin (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-cygwin-156612/)

sonofdbn 03-17-2004 12:39 AM

I'm pretty sure you don't need X if all you want to do is compile (many days of Gentoo experience!).

The other thing which drove me crazy for a while is that in Linux (just as in Windows) the command has to be in your path. So even if you've installed tar, you might get an error message. And if you switch user (to su for example), that user might have a different path.

That said, I've just done a default cygwin install and tar is there AND it's in the default user path.

You can actually access the windows folders and drives. They are under /cygdrive, so for example c:\myfolder is /cygwin/c/myfolder. However, if the drive itself is NTFS you probably won't be able to write to it.

Demonbane 03-17-2004 12:48 AM

Quote:

You can actually access the windows folders and drives. They are under /cygdrive, so for example c:\myfolder is /cygwin/c/myfolder. However, if the drive itself is NTFS you probably won't be able to write to it.
While Cygwin provides a Linux-like environment, its not Linux, there's no Linux kernel involved. I/O is still being handled by Windows therefore you will be able to write to an NTFS partition, run your windows command line utilities, launch gui apps etc in Cygwin bash shell.

statmobile 03-17-2004 08:38 AM

You guys are probably correct about this program in particular, but reading his/her original post left me with the impression that he didn't understand exactly what cygwin looks like or does. Regardless, I think that he/she has disappeared for a little while.

sonofdbn 03-18-2004 03:01 AM

Quote:

Originally posted by Demonbane
While Cygwin provides a Linux-like environment, its not Linux, there's no Linux kernel involved. I/O is still being handled by Windows therefore you will be able to write to an NTFS partition, run your windows command line utilities, launch gui apps etc in Cygwin bash shell.
Good point; hadn't thought about that.

pioniere 09-24-2004 11:45 AM

Quote:

yea thats for the most part what i wanted to know, but i also need to know how to cd to the directory. I cant figure out how to since its under windows, i tried cd /c/programfiles/dragonheart/circle-3.1 but it says its not there
cd /cygdrive/c/program\ files/dragonheart/circle-3.1


All times are GMT -5. The time now is 06:07 PM.