Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


m4 ? | 35 comments | Create New Account
Click here to return to the 'm4 ?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
m4 ?
Authored by: bluehz on Feb 13, '03 10:01:53AM

On my machine - m4 is located initially at /usr/bin ... although in my case I also have it at /sw/bin - which takes precedence. So when I type "which m4" (to tellme where my m4 executable is) I get" /sw/bin/m4

In your case your path variable may not have /usr/bin in it or /sw/bin in it or for that matter you may nothave Fink installed at all (thats where the /sw comes from). Try using the full command:

/usr/bin/m4

and see if that helps any.



[ Reply to This | # ]