CAD CAM EDM DRO - Yahoo Group Archive

Re: EMC - now getting desperate!

Posted by Ron Ginger
on 1999-08-03 16:17:11 UTC
I believe there is a note in the source file that emc wants to be
instlled in the path /usr/local/nist. It suggests that installing it
elsewhere would require modifying the souce or make files.

I noticed the original post had the files in /usr/src/emc. It may be the
permission denied message is because the executable file is opening a
file in the wrong place.

Try a command like
>strings emcio | more

or
>strings emcmot |more

look for lines with absolute path names in them. The strings command
reads binary executable files and extracts all the stuff that looks like
readable strings of characters. File names that are compiled in will
show.

Also, someone suggested
>cat file.txt |more

that works fine, but for lazy typists just
>more file.txt

works as well.

ron

Discussion Thread

Ian W. Wright 1999-08-01 12:38:58 UTC EMC - now getting desperate! WAnliker@x... 1999-08-01 16:17:32 UTC Re: EMC - now getting desperate! Bob Bachman 1999-08-01 19:43:27 UTC Re: EMC - now getting desperate! Charles Gallo 1999-08-01 16:59:09 UTC Re: EMC - now getting desperate! WAnliker@x... 1999-08-01 16:59:49 UTC Re: EMC - now getting desperate! WAnliker@x... 1999-08-01 17:05:34 UTC Re: EMC - now getting desperate! Bob Bachman 1999-08-01 20:27:07 UTC Re: EMC - now getting desperate! Jon Elson 1999-08-01 22:23:30 UTC Re: EMC - now getting desperate! Jon Elson 1999-08-01 22:28:01 UTC Re: EMC - now getting desperate! Matt Shaver 1999-08-01 22:21:02 UTC Re: EMC - now getting desperate! Jon Elson 1999-08-01 22:33:13 UTC Re: EMC - now getting desperate! Tim Goldstein 1999-08-01 23:25:25 UTC RE: EMC - now getting desperate! WAnliker@x... 1999-08-01 23:49:18 UTC Re: EMC - now getting desperate! WAnliker@x... 1999-08-01 23:51:51 UTC Re: EMC - now getting desperate! bobach@x... 1999-08-02 05:19:39 UTC Re: EMC - now getting desperate! psp@x... 1999-08-02 05:29:21 UTC Re: EMC - now getting desperate! Bob Bachman 1999-08-02 09:08:12 UTC Re: EMC - now getting desperate! Jon Elson 1999-08-02 13:32:28 UTC Re: EMC - now getting desperate! Ian W. Wright 1999-08-02 12:55:46 UTC Re: EMC - now getting desperate! Ron Ginger 1999-08-03 16:17:11 UTC Re: EMC - now getting desperate!