• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 54 55 56 57 58 ... 117 Next »

Errors compiling Dolphin under Mac OS
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Errors compiling Dolphin under Mac OS
03-10-2012, 02:11 AM
#7
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,513
Threads: 55
Joined: Dec 2011
(03-09-2012, 08:37 PM)scummos Wrote: That doesn't make a lot of sense. which will find exactly the same things the shell will find too, as it searches in the same places. In other words, I don't think you'll ever get any information from which if bash tells you "command not found".

Ah, you're right. Which only checks the $PATH variable. A more accurate way to see if the program is anywhere on your system would be to use the find command. To avoid any permission errors, try running this as an admin/superuser/root or whatever OS X refers to:

Code:
find / -maxdepth 5 -name ar


You can increase the maxdepth argument to (possibly) get more results. It should give you a list of files that are named "ar", if any exist on your system. If one of them turns out to be the ar command you need, you could try adding that to your $PATH variable.
Website Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Errors compiling Dolphin under Mac OS - flashkraker - 03-09-2012, 10:14 AM
RE: Errors compiling Dolphin under Mac OS - scummos - 03-09-2012, 11:19 AM
RE: Errors compiling Dolphin under Mac OS - flashkraker - 03-09-2012, 01:31 PM
RE: Errors compiling Dolphin under Mac OS - Shonumi - 03-09-2012, 01:56 PM
RE: Errors compiling Dolphin under Mac OS - scummos - 03-09-2012, 08:37 PM
RE: Errors compiling Dolphin under Mac OS - Shonumi - 03-10-2012, 02:11 AM
RE: Errors compiling Dolphin under Mac OS - delroth - 03-09-2012, 08:36 PM
RE: Errors compiling Dolphin under Mac OS - scummos - 03-10-2012, 10:58 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode