Subject:
|
Re: legOS make newbe question
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Sat, 26 Jun 1999 16:48:54 GMT
|
Reply-To:
|
wattsup1@earthlink*NoMoreSpam*.net
|
Viewed:
|
1249 times
|
| |
| |
Thanks Lou, I am sure that you are right. I also don't know what could
cause it or how to fix it.
I just hope there is some bright person who reads this NG and can get me on
to the next step. Based upon the discussion topics that I have seen, this
should be a "no-brainer" for one of the chaps.
Thanks for your time, I really appreciate it.
-Phil
Lou Sortman wrote:
> Phil Watt wrote:
> >
> > (cd lib; make)
> > MAKE.EXE: (cd: Command not found
> > MAKE.EXE: *** [libs] Error 127
> >
> > C:\legOS-0.1.7>
> > -unsnip-
> >
> > it cannot recognize the 'cd lib' command.
>
> More to the point, it cannot recognize the '(cd' command. Now, why that
> is, or how you can fix it, I do not know. It would appear to be a
> problem with make or with your shell. It should just be farming the
> entire line off to the shell, which should make sense of the parens by
> spawning the two commands in a subshell.
|
|
Message has 1 Reply: | | Re: legOS make newbe question
|
| (...) Some versions of make look for the sh shell, others use the dos shell. Probably, make is using the dos shell and not sh. As far as I know, make does not parse the parens, the shell does. And dos does not understand the parens. My cygwin make (...) (25 years ago, 26-Jun-99, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
| | Re: legOS make newbe question
|
| (...) More to the point, it cannot recognize the '(cd' command. Now, why that is, or how you can fix it, I do not know. It would appear to be a problem with make or with your shell. It should just be farming the entire line off to the shell, which (...) (25 years ago, 26-Jun-99, to lugnet.robotics.rcx.legos)
|
27 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|