Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Terminal problems please help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mac57" data-source="post: 352499" data-attributes="member: 17052"><p>Do you have gcc installed yet? That is what make generally uses for compiling. </p><p></p><p>./ is simply a way of identifying the current folder. Have you tried just typing in bootstrap.sh without the leading ./? ...howver, the ./ version should work. Are the permissions right for bootstrap.sh? Is it executable? Perhaps typing "sh <bootstrap.sh" might resolve the issue?</p><p></p><p>In Terminal, type "env", and look for the PATH variable. It will contain all the locations that Terminal looks when looking for programs whose names you have typed in. If you need to add to it, do something like:</p><p></p><p>PATH=$PATH:/new_path_element</p><p></p><p>Finally, I would recommend looking at DarwinPorts vs. Fink. I find it much better. See: <a href="http://darwinports.opendarwin.org/" target="_blank">http://darwinports.opendarwin.org/</a></p></blockquote><p></p>
[QUOTE="mac57, post: 352499, member: 17052"] Do you have gcc installed yet? That is what make generally uses for compiling. ./ is simply a way of identifying the current folder. Have you tried just typing in bootstrap.sh without the leading ./? ...howver, the ./ version should work. Are the permissions right for bootstrap.sh? Is it executable? Perhaps typing "sh <bootstrap.sh" might resolve the issue? In Terminal, type "env", and look for the PATH variable. It will contain all the locations that Terminal looks when looking for programs whose names you have typed in. If you need to add to it, do something like: PATH=$PATH:/new_path_element Finally, I would recommend looking at DarwinPorts vs. Fink. I find it much better. See: [url]http://darwinports.opendarwin.org/[/url] [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Terminal problems please help
Top