Compile Error

About SheepShaver, a PPC Mac emulator for Windows, MacOS X, and Linux that can run System 7.5.3 to MacOS 9.0.4.

Moderators: Cat_7, Ronald P. Regensburg, ClockWise

Post Reply
Guest

Compile Error

Post by Guest »

I did the make links command and that ran fine. Then I did the ./autogen.sh command in the src/Unix folder and I got this error:

configure: error: cannot run /usr/local/bin/bash ./config.sub

config.sub is in the src/Unix directory. Under Nautilus it lists it as a link broken under the type.

Any ideas?
robojam
Forum All-Star
Posts: 779
Joined: Thu Apr 17, 2003 10:52 pm
Location: Charlotte, NC. USA

Post by robojam »

Try putting a symbolic link to the src/Unix directory in the /usr/local/bin/bash directory. You can do this with:

ln -s /src/Unix /usr/local/bin/bash/<linkname>

where <linkname> is the name of the symbolic link (anything you like as long as it follow standard file-naming conventions).
Once you've made something idiot proof, they go and invent a better idiot!
Guest

Post by Guest »

Still the same error, Basilisk II compiles fine I don't get it.
Guest

Post by Guest »

Nevermind, the src package that's available to download isn't complete and needs to be fixed. I tried using cvs to get it and it compiles fine.
Post Reply