LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 08-15-2007, 11:55 PM   #1
JET-33
Member
 
Registered: Nov 2006
Posts: 80

Rep: Reputation: 15
Am I INSANE???


here is a question you probably never hear.....

can i run a linux app on windows? yes thats right, im going backwards haha but it is for a reason.

i have come to like rdekstop which i use on my laptop in linux obviously. unfortunately in some environments i am forced to use windows so what i would like to do is use rdesktop rather than rdp.

can this be done?
 
Old 08-16-2007, 12:25 AM   #2
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Cygwin should do you.
 
Old 08-16-2007, 12:39 AM   #3
JET-33
Member
 
Registered: Nov 2006
Posts: 80

Original Poster
Rep: Reputation: 15
ah yes i have heard this. im tryin it at the mo but not havin much luck.

can u please give me instructions or point me to where i can find them to get it going?
 
Old 08-16-2007, 12:48 AM   #4
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
What problems are you having? Basically, you just download setup.exe and run it, AFAIR.

http://cygwin.com/

The sidebar includes docs, FAQ, etc.
 
Old 08-16-2007, 12:54 AM   #5
JET-33
Member
 
Registered: Nov 2006
Posts: 80

Original Poster
Rep: Reputation: 15
ive installed cygwin and when i run it from the start menu i get a konsole just like if i opened a konsole in linux. now im stuck. is rdesktop already installed/compiled? how do i run it?
 
Old 08-16-2007, 01:00 AM   #6
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
why you want to use rdesktop?
' rdesktop is an open source client for Windows NT Terminal Server and Windows 2000/2003 Terminal Services, capable of natively speaking Remote Desktop '

So as far I can remember there are windows products around.......
and no rdesktop has to be installed within your cgwin installation enviroment.
 
Old 08-16-2007, 01:03 AM   #7
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
If is just applications and some USB devices, use VMware. Though USB 2.0 and Windows 2000/XP do not mix well in VMware, so a USB 1.1 hub is needed which are getting scarce.
 
Old 08-16-2007, 01:10 AM   #8
JET-33
Member
 
Registered: Nov 2006
Posts: 80

Original Poster
Rep: Reputation: 15
i want to use rdesktop on windows, thats it. reason being....i concurrently have to access multiple sites be it 2 sites anywhere up to maybe 6 sites. when you have 6 windows open in the taskbar and all they show is an ip address it can get some what confusing and annoying. rdesktop has a nice feature where you can specify a name to be inserted in the title bar of the window so instead of an ip i have a name.....

is there any other way to do this?
 
Old 08-16-2007, 05:50 AM   #9
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
Just do as recommended above.

First Install Cygwin.
*make sure you install the X-server during the setup

Next just install an Rdesktop binary for Windows(still needs Cygwin with X!) like this one:
http://www.schimkat.dk/ForumStuff/Rd....4.1-Win32.zip

Last edited by jens; 08-16-2007 at 05:54 AM.
 
Old 08-17-2007, 03:26 AM   #10
JET-33
Member
 
Registered: Nov 2006
Posts: 80

Original Poster
Rep: Reputation: 15
how do i install that rdesktop file(s)?
 
Old 08-17-2007, 06:15 AM   #11
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Uhh, you could try unzipping it and reading any enclosed instructions.
 
Old 08-17-2007, 09:14 AM   #12
JET-33
Member
 
Registered: Nov 2006
Posts: 80

Original Poster
Rep: Reputation: 15
uuuuuuuuuuhhhhhhhhhhhhhhhhh i unzipped it and it has some dll's and an application file which does nothing on its own

uuuuuuuuuuhhhhhhhhhhhhhhhhh thanks for the hot tip. anyone got some advice that might be useful?
 
Old 08-17-2007, 10:28 AM   #13
rstewart
Member
 
Registered: Feb 2005
Location: Sunnyvale, CA
Distribution: Ubuntu
Posts: 205

Rep: Reputation: 38
Hi,

Quote:
uuuuuuuuuuhhhhhhhhhhhhhhhhh i unzipped it and it has some dll's and an application file which does nothing on its own

uuuuuuuuuuhhhhhhhhhhhhhhhhh thanks for the hot tip. anyone got some advice that might be useful?
An application and some dll's. That sounds like a Windows build to me, not a Linux build. A linux executable does not know anything about dll's, they do not exist in the Linux world. Windows dll's are conceptually the same thing as Linux .so files. If the application uses linked libraries, then I would expect them to be named with a .so extension. If it is really a Windows build and not a Linux build, then try to unzip the files into a Windows folder. After unzipping it, then try double clicking on the executable and see if it runs or not.

Ciao!
 
Old 08-17-2007, 03:27 PM   #14
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Quote:
Originally Posted by JET-33 View Post
uuuuuuuuuuhhhhhhhhhhhhhhhhh i unzipped it and it has some dll's and an application file which does nothing on its own

uuuuuuuuuuhhhhhhhhhhhhhhhhh thanks for the hot tip. anyone got some advice that might be useful?
Attitude. Your post should have said 'I unzipped and there's no documentation, what do I do?' (Smart Questions) Since you didn't say that, brianL's suggestion (which he's volunteering out of his free time) is a perfectly valid one.

Anyway - it looks like you should be able to unzip it and run it directly. It comes with some DLLs that it probably expects to be in the current directory or on the path. So, it being windows, set up a shortcut that uses the unzip directory as the working directory and see if it runs. If not, dump it in somewhere on your cygwin path. These are just guesses, though.

(rstewart - it's supposed to be a windows build, in that cygwin executables have exe extensions and so on.)
 
Old 08-17-2007, 03:28 PM   #15
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by JET-33 View Post
uuuuuuuuuuhhhhhhhhhhhhhhhhh i unzipped it and it has some dll's and an application file which does nothing on its own

uuuuuuuuuuhhhhhhhhhhhhhhhhh thanks for the hot tip. anyone got some advice that might be useful?
What does it say on the website you downloaded it from about installation? (Another hot tip).
 
  


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
Help Me Please, I'm Going Insane! eficici Linux - Laptop and Netbook 7 02-09-2006 03:03 AM
Please help going insane here mdk3 Linux - Software 1 03-05-2005 07:57 PM
am i insane? wlfdgcrkz Linux - Newbie 2 04-23-2003 02:33 PM
Sane or insane? Johng Linux - Software 76 12-25-2002 05:12 PM
to..many....going..insane Denton Linux - Distributions 24 05-07-2002 01:17 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 09:50 AM.

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