UNIX apps on CYGWIN


 
Thread Tools Search this Thread
Operating Systems HP-UX UNIX apps on CYGWIN
# 1  
Old 03-21-2013
UNIX apps on CYGWIN

Hi all,

am new to the forum. i would like to check with the community whether anyone had tried to run self-developed UNIX apps on the CYGWIN? Does the CYGWIN presents a friendly environment to host the UNIX apps? thanks Smilie
# 2  
Old 03-21-2013
Yes it does - the default shell is bash, it has dash (ksh clone).
# 3  
Old 03-21-2013
thanks for your response..hmm..just to be clear..i meant not script executeables but programs of "C"/"JAVA"/"ADA" executeables..can CYGWIN support them? Smilie thanks again.Smilie
# 4  
Old 03-21-2013
I don't personally use cygwin. But I'm 100% sure cygwin can support the development and compilation of C programs and various other programming languages. cygwin is definitely worth trying out as a development platform.

Another option to consider of course is to use a Linux or other native UNIX computer. cygwin may be more convenient if you are going to cross-compile programs to run under Windows. On the other hand, I find ubuntu very easy to maintain and upgrade.

No matter which path you take, there will be many details.
# 5  
Old 03-21-2013
Well, it depends what you mean.

You can compile and run Cygwin applications inside Cygwin if you install the right applications -- gcc, headers, and so forth. But it won't run Linux binary executables natively. It's not Linux, it's Cygwin, kind of a thing unto itself.
# 6  
Old 03-21-2013
thanks for all your replies. i am experimenting on the idea of porting my unix apps (developed in hp ux) to run on cygwin. hence unsure if it will work. Smilie CYGWIN is a preferred solutions as it is less "messy" to configure compared to others. i think..
# 7  
Old 03-22-2013
Keep in mind that Windows system limitations apply. cygwin can emulate /-style paths, but there's nothing it can do about Windows' case-insensitive filenames for example. There's no way around that.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How can I rebuild applications that developed in UNIX? I need to use it in windows os with cygwin

I need to rebuild an application that developed in unix environment and run in windows OS with cygwin. so How can I rebuild from the source code? is there any one who said something on this regard? (2 Replies)
Discussion started by: bejirond
2 Replies

2. UNIX and Linux Applications

New Guy looking for a place to start for UNIX Server and n-tier apps

:o no longer need this. (0 Replies)
Discussion started by: tokposman
0 Replies

3. UNIX for Dummies Questions & Answers

Unix Emulator Cygwin

Hi, I installed unix emulator cygwin, it does not allow me to open vi editor. Can anybody know if cygwin supports vi. if not can somebody please refer a good emulator. (5 Replies)
Discussion started by: siquadri
5 Replies

4. Shell Programming and Scripting

using alias in cygwin unix

i have a cygwin unix and i would like to use alias to save a cd command.. however i lose this alias when i close out cygwin and log back in.. is there any way to save this command so that i can use it every time i log in? i am using cygwin on windows xp. thanks. (1 Reply)
Discussion started by: npatwardhan
1 Replies

5. Programming

How to complie a c++ program in Unix or Cygwin?

Can I use gcc to compile a piece of c++ code? Do I need to name the file that contains the code as .cpp? Thank you (14 Replies)
Discussion started by: meili100
14 Replies

6. UNIX for Dummies Questions & Answers

Can you use linux apps on unix

I know its a stupid question... but i cant find anyone that will host on linux for the prices i want. I want to host a game server (2 Replies)
Discussion started by: sLaeYa^^
2 Replies

7. Windows & DOS: Issues & Discussions

Basic Unix Commands for cygwin

Hi. I'm New user for this Forum.Presently i'm working with Cygwin I want to know the basic commands that will be used for Cygwin. Can anyone guide me on this regards Thanks & Regards Sanjay (0 Replies)
Discussion started by: sanjay.karthik
0 Replies

8. UNIX for Dummies Questions & Answers

launching OSX apps in UNIX

How do you launch an OSX app in UNIX? -Mad (3 Replies)
Discussion started by: madknowledge
3 Replies

9. UNIX for Dummies Questions & Answers

3d graphics apps for unix/solaris

Hi, I noticed that SUN is selling the Blade 100 workstation for < 1000. I am considering buying one with a high end graphics card for 3D animation/graphics (and also some java development). I am wondering if any relatively inexpensive graphics applications exist for Unix/Solaris machines. Anybody... (4 Replies)
Discussion started by: eqpfunk
4 Replies
Login or Register to Ask a Question