public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Compiling Circle mud under GNU
@ 1999-03-06 11:02 JediX99
  1999-03-06 11:15 ` Charles Wilson
  1999-03-31 19:45 ` JediX99
  0 siblings, 2 replies; 12+ messages in thread
From: JediX99 @ 1999-03-06 11:02 UTC (permalink / raw)
  To: lhall, cygwin

Well only one problem with that, there's not a copy command when i'm running
the BASH shell.  And I already have the sh.exe file in my C:/bin directory

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

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

* Re: Compiling Circle mud under GNU
  1999-03-06 11:02 Compiling Circle mud under GNU JediX99
@ 1999-03-06 11:15 ` Charles Wilson
  1999-03-31 19:45   ` Charles Wilson
  1999-03-31 19:45 ` JediX99
  1 sibling, 1 reply; 12+ messages in thread
From: Charles Wilson @ 1999-03-06 11:15 UTC (permalink / raw)
  To: JediX99; +Cc: cygwin

JediX99@aol.com wrote:

> Well only one problem with that, there's not a copy command when i'm running
> the BASH shell.  And I already have the sh.exe file in my C:/bin directory

You use "cp" not "copy". Under cygwin, even if //c/bin is in your path, /bin/sh
will not be the same thing as //c/bin/sh (unless you have C: mounted as / ) The
Configure script is calling explicitly for /bin/sh, not //c/bin/sh.

--Chuck



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

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

* Re: Compiling Circle mud under GNU
  1999-03-06 11:02 Compiling Circle mud under GNU JediX99
  1999-03-06 11:15 ` Charles Wilson
@ 1999-03-31 19:45 ` JediX99
  1 sibling, 0 replies; 12+ messages in thread
From: JediX99 @ 1999-03-31 19:45 UTC (permalink / raw)
  To: lhall, cygwin

Well only one problem with that, there's not a copy command when i'm running
the BASH shell.  And I already have the sh.exe file in my C:/bin directory

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


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

* Re: Compiling Circle mud under GNU
  1999-03-06 11:15 ` Charles Wilson
@ 1999-03-31 19:45   ` Charles Wilson
  0 siblings, 0 replies; 12+ messages in thread
From: Charles Wilson @ 1999-03-31 19:45 UTC (permalink / raw)
  To: JediX99; +Cc: cygwin

JediX99@aol.com wrote:

> Well only one problem with that, there's not a copy command when i'm running
> the BASH shell.  And I already have the sh.exe file in my C:/bin directory

You use "cp" not "copy". Under cygwin, even if //c/bin is in your path, /bin/sh
will not be the same thing as //c/bin/sh (unless you have C: mounted as / ) The
Configure script is calling explicitly for /bin/sh, not //c/bin/sh.

--Chuck



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


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

* Compiling Circle mud under GNU
  1999-03-06  9:59 JediX99
  1999-03-06 10:33 ` Charles Wilson
@ 1999-03-31 19:45 ` JediX99
  1 sibling, 0 replies; 12+ messages in thread
From: JediX99 @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

	Hi I'm new to the list.  I just have one problem i have been trying to get
past for a week.  I'm trying to compile circlemud bpl14  for a week, and i get
to where i have to run configure.  So I go to my circle directory and I type
"SH Configure"  it then starts to run the configure program.  It checks all
these files (eg. checking if unlink is prototyped...yes
 checking if write is prototyped...yes)  when it gets to configuring 
 I get these two lines (creating ./config.status
 configure: /bin/sh: not found)
 I have tried copying the sh.exe to a file in my root C: directory and in my
circle directory, even in my Cygnus directory.  Still it does the same thing
everytime.  I have tried over and over many different things.  But still none
work.  If you can help me I would be grateful.  Email me at
Jedite_79@hotmail.com personally, or just send a message through this list.
Or contact me by ICQ, my # is 32167378.  Thanks. 

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

* Re: Compiling Circle mud under GNU
  1999-03-06 10:33 ` Charles Wilson
@ 1999-03-31 19:45   ` Charles Wilson
  0 siblings, 0 replies; 12+ messages in thread
From: Charles Wilson @ 1999-03-31 19:45 UTC (permalink / raw)
  To: JediX99, cygwin

JediX99@aol.com wrote:

>         Hi I'm new to the list.  I just have one problem i have been trying to get
> past for a week.  I'm trying to compile circlemud bpl14  for a week, and i get
> to where i have to run configure.  So I go to my circle directory and I type
> "SH Configure"  it then starts to run the configure program.  It checks all

> these files (eg. checking if unlink is prototyped...yes
>  checking if write is prototyped...yes)  when it gets to configuring
>  I get these two lines (creating ./config.status
>  configure: /bin/sh: not found)
>  I have tried copying the sh.exe to a file in my root C: directory and in my
> circle directory, even in my Cygnus directory.  Still it does the same thing
> everytime.  I have tried over and over many different things.  But still none
> work.  If you can help me I would be grateful.  Email me at
> Jedite_79@hotmail.com personally, or just send a message through this list.
> Or contact me by ICQ, my # is 32167378.  Thanks.
>

Three suggestions: (1) create a link in the directory mounted as "/" called bin,
pointing to /usr/bin (e.g. "ln -s /usr/bin /bin" ) (2) cp /usr/bin/bash.exe
/usr/bin/sh.exe (3) make sure you're running Configure from a bash shell, not
command.com.

--Chuck



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


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

* Re: Compiling Circle mud under GNU
  1999-03-06 10:49 JediX99
@ 1999-03-31 19:45 ` JediX99
  0 siblings, 0 replies; 12+ messages in thread
From: JediX99 @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

In a message dated 3/6/99 1:33:24 PM Eastern Standard Time,
cwilson@ee.gatech.edu writes:
None of those seems to help.  I still get the message.  I don't know what's
wrong.
<< cygwin@sourceware.cygnus.com >>

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


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

* Re: Compiling Circle mud under GNU
  1999-03-06 10:44 Earnie Boyd
@ 1999-03-31 19:45 ` Earnie Boyd
  0 siblings, 0 replies; 12+ messages in thread
From: Earnie Boyd @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Charles Wilson, JediX99, cygwin

---Charles Wilson <cwilson@ee.gatech.edu> wrote:
8<
> Three suggestions: (1) create a link in the directory mounted as "/"
called bin,
> pointing to /usr/bin (e.g. "ln -s /usr/bin /bin" ) (2) cp
/usr/bin/bash.exe
> /usr/bin/sh.exe (3) make sure you're running Configure from a bash
shell, not
> command.com.
8<

He said that he was doing the configure `sh ./configure' which is
perfectly ok to do from command.com/cmd.exe.
==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


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


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

* Re: Compiling Circle mud under GNU
@ 1999-03-06 10:49 JediX99
  1999-03-31 19:45 ` JediX99
  0 siblings, 1 reply; 12+ messages in thread
From: JediX99 @ 1999-03-06 10:49 UTC (permalink / raw)
  To: cygwin

In a message dated 3/6/99 1:33:24 PM Eastern Standard Time,
cwilson@ee.gatech.edu writes:
None of those seems to help.  I still get the message.  I don't know what's
wrong.
<< cygwin@sourceware.cygnus.com >>

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

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

* Re: Compiling Circle mud under GNU
@ 1999-03-06 10:44 Earnie Boyd
  1999-03-31 19:45 ` Earnie Boyd
  0 siblings, 1 reply; 12+ messages in thread
From: Earnie Boyd @ 1999-03-06 10:44 UTC (permalink / raw)
  To: Charles Wilson, JediX99, cygwin

---Charles Wilson <cwilson@ee.gatech.edu> wrote:
8<
> Three suggestions: (1) create a link in the directory mounted as "/"
called bin,
> pointing to /usr/bin (e.g. "ln -s /usr/bin /bin" ) (2) cp
/usr/bin/bash.exe
> /usr/bin/sh.exe (3) make sure you're running Configure from a bash
shell, not
> command.com.
8<

He said that he was doing the configure `sh ./configure' which is
perfectly ok to do from command.com/cmd.exe.
==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

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

* Re: Compiling Circle mud under GNU
  1999-03-06  9:59 JediX99
@ 1999-03-06 10:33 ` Charles Wilson
  1999-03-31 19:45   ` Charles Wilson
  1999-03-31 19:45 ` JediX99
  1 sibling, 1 reply; 12+ messages in thread
From: Charles Wilson @ 1999-03-06 10:33 UTC (permalink / raw)
  To: JediX99, cygwin

JediX99@aol.com wrote:

>         Hi I'm new to the list.  I just have one problem i have been trying to get
> past for a week.  I'm trying to compile circlemud bpl14  for a week, and i get
> to where i have to run configure.  So I go to my circle directory and I type
> "SH Configure"  it then starts to run the configure program.  It checks all

> these files (eg. checking if unlink is prototyped...yes
>  checking if write is prototyped...yes)  when it gets to configuring
>  I get these two lines (creating ./config.status
>  configure: /bin/sh: not found)
>  I have tried copying the sh.exe to a file in my root C: directory and in my
> circle directory, even in my Cygnus directory.  Still it does the same thing
> everytime.  I have tried over and over many different things.  But still none
> work.  If you can help me I would be grateful.  Email me at
> Jedite_79@hotmail.com personally, or just send a message through this list.
> Or contact me by ICQ, my # is 32167378.  Thanks.
>

Three suggestions: (1) create a link in the directory mounted as "/" called bin,
pointing to /usr/bin (e.g. "ln -s /usr/bin /bin" ) (2) cp /usr/bin/bash.exe
/usr/bin/sh.exe (3) make sure you're running Configure from a bash shell, not
command.com.

--Chuck



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

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

* Compiling Circle mud under GNU
@ 1999-03-06  9:59 JediX99
  1999-03-06 10:33 ` Charles Wilson
  1999-03-31 19:45 ` JediX99
  0 siblings, 2 replies; 12+ messages in thread
From: JediX99 @ 1999-03-06  9:59 UTC (permalink / raw)
  To: cygwin

	Hi I'm new to the list.  I just have one problem i have been trying to get
past for a week.  I'm trying to compile circlemud bpl14  for a week, and i get
to where i have to run configure.  So I go to my circle directory and I type
"SH Configure"  it then starts to run the configure program.  It checks all
these files (eg. checking if unlink is prototyped...yes
 checking if write is prototyped...yes)  when it gets to configuring 
 I get these two lines (creating ./config.status
 configure: /bin/sh: not found)
 I have tried copying the sh.exe to a file in my root C: directory and in my
circle directory, even in my Cygnus directory.  Still it does the same thing
everytime.  I have tried over and over many different things.  But still none
work.  If you can help me I would be grateful.  Email me at
Jedite_79@hotmail.com personally, or just send a message through this list.
Or contact me by ICQ, my # is 32167378.  Thanks. 

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

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-06 11:02 Compiling Circle mud under GNU JediX99
1999-03-06 11:15 ` Charles Wilson
1999-03-31 19:45   ` Charles Wilson
1999-03-31 19:45 ` JediX99
  -- strict thread matches above, loose matches on Subject: below --
1999-03-06 10:49 JediX99
1999-03-31 19:45 ` JediX99
1999-03-06 10:44 Earnie Boyd
1999-03-31 19:45 ` Earnie Boyd
1999-03-06  9:59 JediX99
1999-03-06 10:33 ` Charles Wilson
1999-03-31 19:45   ` Charles Wilson
1999-03-31 19:45 ` JediX99

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