Subject:
|
legOS errors
|
Newsgroups:
|
lugnet.robotics
|
Date:
|
Fri, 1 Jan 1999 03:08:16 GMT
|
Viewed:
|
1317 times
|
| |
| |
When using make in Cygwin32 to make legOS,
I get the error:
utils/merge-map: not found
And when I try to run merge-map from the utils dir,
it goes:
command not found
I'm sure this is about the path, but what should I do?
|
|
Message has 2 Replies: | | Re: legOS errors
|
| merge-map is a perl script.. try setting up perl, or checking the path that merge-map is using to reference perl.. If I recall correctly it wants /usr/local/bin/perl Jonathan (...) -- Did you check the web site first?: (URL) (26 years ago, 2-Jan-99, to lugnet.robotics)
| | | Re: legOS errors
|
| (...) It is a perl program, and as shipped it expects perl to be in /usr/bin. If you have perl installed in /usr/local/bin (for example), just change the first line to #!/usr/local/bin/perl. If you don't have perl, you will need to obtain and (...) (26 years ago, 3-Jan-99, to lugnet.robotics)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|