public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Newbie: Proper?? method for running windows apps
@ 2001-07-20 20:32 Gary Spivey
  2001-07-21  8:48 ` Michael Erdely
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Spivey @ 2001-07-20 20:32 UTC (permalink / raw)
  To: cygwin

Firstly, I am loving this whole cygwin idea. It is making my life a lot
easier as I continue waiting for our IT people to come up with a way for me
to VPN from linux (we have some stupid Lucent brick thing that only works
with its own windows client - no FreeSwan).

Anyway,

  I would like to be able to port my entire perl based app from windows to
linux to Solaris. The problem I am having is that the tools in windows exist
outside of the cygwin directories, but the perl programs and files that are
being operated on exist within the cygwin directories. So, I get a command
like this ...

link_to_windows_command   -optiona -optionb /home/file/inside/cygwin

Which results in a file not found from the windows executable. This appears
to be happening because the windows command is running in the normal windows
filesystem and can't find it.

Now it seems that this problem should have a rather simple solution, but I
can't seem to find it. I don't know if I am suppose to be moving stuff out
to windows and linking from cygwin, or doing something with the mounts, ...
The problem would be completely solved if windows and cygwin shared the same
paths, but y'all don't seem to like that.

I can't seem to find solutions in the User's Manual or searching, but that
is likely because I am overwhelmed by all of this at the moment.

Any help?

Cheers,
Gary
spivey@ieee.org


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: Newbie: Proper?? method for running windows apps
  2001-07-20 20:32 Newbie: Proper?? method for running windows apps Gary Spivey
@ 2001-07-21  8:48 ` Michael Erdely
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Erdely @ 2001-07-21  8:48 UTC (permalink / raw)
  To: cygwin

cygpath -h

link_to_windows_command   -optiona -optionb `cygpath -w
/home/file/inside/cygwin`

-ME

-----Original Message-----
From: cygwin-owner@sources.redhat.com
[ mailto:cygwin-owner@sources.redhat.com ] On Behalf Of Gary Spivey
Sent: Friday, July 20, 2001 11:33 PM
To: cygwin@cygwin.com
Subject: Newbie: Proper?? method for running windows apps



Firstly, I am loving this whole cygwin idea. It is making my life a lot
easier as I continue waiting for our IT people to come up with a way for
me
to VPN from linux (we have some stupid Lucent brick thing that only
works
with its own windows client - no FreeSwan).

Anyway,

  I would like to be able to port my entire perl based app from windows
to
linux to Solaris. The problem I am having is that the tools in windows
exist
outside of the cygwin directories, but the perl programs and files that
are
being operated on exist within the cygwin directories. So, I get a
command
like this ...

link_to_windows_command   -optiona -optionb /home/file/inside/cygwin

Which results in a file not found from the windows executable. This
appears
to be happening because the windows command is running in the normal
windows
filesystem and can't find it.

Now it seems that this problem should have a rather simple solution, but
I
can't seem to find it. I don't know if I am suppose to be moving stuff
out
to windows and linking from cygwin, or doing something with the mounts,
...
The problem would be completely solved if windows and cygwin shared the
same
paths, but y'all don't seem to like that.

I can't seem to find solutions in the User's Manual or searching, but
that
is likely because I am overwhelmed by all of this at the moment.

Any help?

Cheers,
Gary
spivey@ieee.org


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-21  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-20 20:32 Newbie: Proper?? method for running windows apps Gary Spivey
2001-07-21  8:48 ` Michael Erdely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).