- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have upgraded to OS X Lion 10.7. When I try to compile, I get -bash: make command not found.
The ifort command works just fine.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I should add that besides gnumake/make, it looks like they moved all the developer utilities like nm, ld, yacc, otool, etc. over to /Developer/usr/bin. Probably they want to seperate the developer tools from the core OS things in /usr/bin
because of this, I'd have to recommend just adding /Developer/usr/bin to your PATH
ron
because of this, I'd have to recommend just adding /Developer/usr/bin to your PATH
ron
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, looks like they moved it around a bit.
First, you will need to get Xcode 4.1 from the App Store and get it installed.
Next, on Snow Leopard /usr/bin/make was a link to /usr/bin/gnumake.
On Lion, they moved it: gnumake and make are in /Developer/usr/bin. And like before, make is a link to gnumake.
Either add /Developer/usr/bin to your path OR symbolic link /usr/bin/make to /Developer/usr/bin/make
ron
First, you will need to get Xcode 4.1 from the App Store and get it installed.
Next, on Snow Leopard /usr/bin/make was a link to /usr/bin/gnumake.
On Lion, they moved it: gnumake and make are in /Developer/usr/bin. And like before, make is a link to gnumake.
Either add /Developer/usr/bin to your path OR symbolic link /usr/bin/make to /Developer/usr/bin/make
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I should add that besides gnumake/make, it looks like they moved all the developer utilities like nm, ld, yacc, otool, etc. over to /Developer/usr/bin. Probably they want to seperate the developer tools from the core OS things in /usr/bin
because of this, I'd have to recommend just adding /Developer/usr/bin to your PATH
ron
because of this, I'd have to recommend just adding /Developer/usr/bin to your PATH
ron

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page