LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-12-2004, 01:06 AM   #1
Devbmx
Member
 
Registered: Mar 2004
Posts: 35

Rep: Reputation: 15
help with cygwin


allright well ive come to grips with the fact that my computer wont run any linux systems, which is another quest for another time but for right now im trying to run a program called cygwin on windows so i can use some linux programs, problem is i cant figure out how to use it to compile/open a program, as of right now its in C:\program files\dragonheart\circle-3.1\circle3.1.tar.gz i know this doesnt work in linux, but i dunno what to do. Can someone help me?
 
Old 03-12-2004, 01:34 AM   #2
sharpie
Member
 
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190

Rep: Reputation: 30
This would be better in a non-linux board...

Have you tried doing the regular commands for extracting and compiling, or are you asking what they are?
 
Old 03-12-2004, 01:36 AM   #3
Devbmx
Member
 
Registered: Mar 2004
Posts: 35

Original Poster
Rep: Reputation: 15
yea im asking what they are, im utterly lost with it, and thats somethin im not used to feeling when it comes to computers
i also have no idea why but everytime i click on unix for install it locks up while parsing setup.bz2 but when i do it under dos it works fine, and most posts ive seen so far say many problems arise when they do it with dos, any ideas on how to fix this?

Last edited by Devbmx; 03-12-2004 at 01:43 AM.
 
Old 03-12-2004, 01:49 AM   #4
sharpie
Member
 
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190

Rep: Reputation: 30
I don't if I'm understanding what you're asking, but to compile the software cd to the directory it's in and type:

tar -zxvf circle3.1.tar.gz
cd to the new directory it makes and run:

./configure
make
make install

It should install to somewhere like /bin. You can type whereis or which and the name to try and find out where it went, or you can read the readme or install file and it'll tell you. Then just give the full path of the command and it should run...

Is this what you wanted to know, or did I misunderstand?
 
Old 03-12-2004, 01:54 AM   #5
Devbmx
Member
 
Registered: Mar 2004
Posts: 35

Original Poster
Rep: Reputation: 15
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
 
Old 03-12-2004, 02:37 AM   #6
sharpie
Member
 
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190

Rep: Reputation: 30
Oh, just remembered, Cygwin won't let you access anything outside of it's virtual filesystem (or whatever it's called) unless maybe you mount it, but there's an easier way. In Windows Explorer just copy the file to somewhere inside the Cygwin directory, like /home/username.
 
Old 03-12-2004, 02:57 AM   #7
Devbmx
Member
 
Registered: Mar 2004
Posts: 35

Original Poster
Rep: Reputation: 15
ok well i cd to a local file which was /usr/bin but i tried the tar command and it says thats not a command
 
Old 03-12-2004, 04:31 AM   #8
sharpie
Member
 
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190

Rep: Reputation: 30
Did you install the tar package when you installed Cygwin?
 
Old 03-12-2004, 12:38 PM   #9
Devbmx
Member
 
Registered: Mar 2004
Posts: 35

Original Poster
Rep: Reputation: 15
aha just reread your post, i have no idea about the tar package, i just did the default setup

Last edited by Devbmx; 03-12-2004 at 12:40 PM.
 
Old 03-12-2004, 12:55 PM   #10
statmobile
Member
 
Registered: Aug 2003
Location: Chapel Hill, NC
Distribution: Gentoo, Windows 95 2000 & XP
Posts: 160

Rep: Reputation: 30
Time Out! Reset everything!
Before we even try to help you do this, we need to make sure your cygwin is installed properly, and that you understand what it is. I love using cygwin on my XP machine, but you must first install the X-windows package for cygwin before you can treat this like an actual linux installation.

1) Where is cywin installed on your computer?
2) Have you installed the X-win package with the cygwin installer?

After you answer these, I can help you try to get ready to install programs. Although, personally I don't really compile anything on cygwin, I just use it as a means to access computers running Linux, but most of this stuff is doable. Keep in mind, that cygwin is a bit limited, and you will not be able to compile just any program available on Linux.
 
Old 03-12-2004, 01:01 PM   #11
Devbmx
Member
 
Registered: Mar 2004
Posts: 35

Original Poster
Rep: Reputation: 15
allright well i had a problem and had to deeat it and try and reinstall and began haveing problems i had with installing it the first time, it locks up like 99% of the time right after selecting what i want from setup, but anyways i made sure to click install on xfree and it was all going to C:\cygwin
 
Old 03-12-2004, 01:10 PM   #12
statmobile
Member
 
Registered: Aug 2003
Location: Chapel Hill, NC
Distribution: Gentoo, Windows 95 2000 & XP
Posts: 160

Rep: Reputation: 30
Okay, now open a cygwin window and type:
startxwin.bat
Does that open an xterm window? You should also see an X in your taskbar in windows. That means you have an xserver open.
 
Old 03-12-2004, 01:12 PM   #13
Devbmx
Member
 
Registered: Mar 2004
Posts: 35

Original Poster
Rep: Reputation: 15
cant say yet still tyring to get it to reinstall again
 
Old 03-12-2004, 01:14 PM   #14
statmobile
Member
 
Registered: Aug 2003
Location: Chapel Hill, NC
Distribution: Gentoo, Windows 95 2000 & XP
Posts: 160

Rep: Reputation: 30
Well, just reply to this post when you have it installed, and everything works as I've stated above. If cygwin ain't runnin', then you ain't installing diddly on your system.
 
Old 03-13-2004, 05:55 AM   #15
sharpie
Member
 
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190

Rep: Reputation: 30
Devbmx, is this a program you need to run under X Window? If not, installing and running X isn't needed for this task.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cygwin zchoyt Linux - General 1 08-24-2005 01:03 PM
CygWin SpEcIeS Linux - General 1 02-17-2005 03:52 PM
cygwin windlamf Linux - Software 4 11-23-2004 06:47 AM
Cygwin anyone?? vickr1z Programming 1 09-23-2004 02:13 PM
cygwin help JROCK1980 Linux - Software 0 02-14-2004 03:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration