public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* gcc executable
@ 1999-08-22 17:17 Franklin Wingate
  1999-08-22 17:36 ` Kevin L. McWhirter
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Franklin Wingate @ 1999-08-22 17:17 UTC (permalink / raw)
  To: cygwin

after compiling and linking a c++ file into an executable i get an a
file.exe but when i type the name of the file in cygwin, i get command not
found, what am i doing wrong?

-frank



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: gcc executable
  1999-08-22 17:17 gcc executable Franklin Wingate
@ 1999-08-22 17:36 ` Kevin L. McWhirter
  1999-08-31 23:49   ` Kevin L. McWhirter
  1999-08-23 16:12 ` Michael Hirmke
  1999-08-31 23:49 ` Franklin Wingate
  2 siblings, 1 reply; 6+ messages in thread
From: Kevin L. McWhirter @ 1999-08-22 17:36 UTC (permalink / raw)
  To: Franklin Wingate, cygwin list

try executing
# ./file.exe
or make sure that '.' is in your PATH:
# export PATH=:.:$PATH
Kevin
Franklin Wingate wrote:
after compiling and linking a c++ file into an executable
i get an a
file.exe but when i type the name of the file in cygwin, i get command
not
found, what am i doing wrong?
-frank
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: gcc executable
  1999-08-22 17:17 gcc executable Franklin Wingate
  1999-08-22 17:36 ` Kevin L. McWhirter
@ 1999-08-23 16:12 ` Michael Hirmke
  1999-08-31 23:49   ` Michael Hirmke
  1999-08-31 23:49 ` Franklin Wingate
  2 siblings, 1 reply; 6+ messages in thread
From: Michael Hirmke @ 1999-08-23 16:12 UTC (permalink / raw)
  To: cygwin

Kevin L. McWhirter [klmcw@earthlink.net] wrote:

[...]
>or make sure that '.' is in your PATH:
># export PATH=:.:$PATH

Never ever do this!
It is a security risk.
At the utmost use
export PATH=$PATH:.

>
>Kevin

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: gcc executable
  1999-08-23 16:12 ` Michael Hirmke
@ 1999-08-31 23:49   ` Michael Hirmke
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Hirmke @ 1999-08-31 23:49 UTC (permalink / raw)
  To: cygwin

Kevin L. McWhirter [klmcw@earthlink.net] wrote:

[...]
>or make sure that '.' is in your PATH:
># export PATH=:.:$PATH

Never ever do this!
It is a security risk.
At the utmost use
export PATH=$PATH:.

>
>Kevin

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* gcc executable
  1999-08-22 17:17 gcc executable Franklin Wingate
  1999-08-22 17:36 ` Kevin L. McWhirter
  1999-08-23 16:12 ` Michael Hirmke
@ 1999-08-31 23:49 ` Franklin Wingate
  2 siblings, 0 replies; 6+ messages in thread
From: Franklin Wingate @ 1999-08-31 23:49 UTC (permalink / raw)
  To: cygwin

after compiling and linking a c++ file into an executable i get an a
file.exe but when i type the name of the file in cygwin, i get command not
found, what am i doing wrong?

-frank



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: gcc executable
  1999-08-22 17:36 ` Kevin L. McWhirter
@ 1999-08-31 23:49   ` Kevin L. McWhirter
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin L. McWhirter @ 1999-08-31 23:49 UTC (permalink / raw)
  To: Franklin Wingate, cygwin list

try executing
# ./file.exe
or make sure that '.' is in your PATH:
# export PATH=:.:$PATH
Kevin
Franklin Wingate wrote:
after compiling and linking a c++ file into an executable
i get an a
file.exe but when i type the name of the file in cygwin, i get command
not
found, what am i doing wrong?
-frank
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

end of thread, other threads:[~1999-08-31 23:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-22 17:17 gcc executable Franklin Wingate
1999-08-22 17:36 ` Kevin L. McWhirter
1999-08-31 23:49   ` Kevin L. McWhirter
1999-08-23 16:12 ` Michael Hirmke
1999-08-31 23:49   ` Michael Hirmke
1999-08-31 23:49 ` Franklin Wingate

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).