-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Midnight Commander fails to build - Tiger PPC #500
Comments
Those are zlib functions. I'm guessing the zlib shipped in Tiger is too old; I'll look at getting midnight_commander to use a newer version. |
@mistydemeo I looked for any projects that have zlib as prerequisite, but didn't find any. I was looking in Does it mean it should be compiled with apple-gcc42? Update: no, installing apple-gcc42 doesn't do anything for midnight-commander. |
I can't repro. It looks like what failed might have been glib - can you provide the full logs, please? I'll dig in more! |
Thank you for digging into it! I looked under
I did find glib logs: glib-log.tar.gz I decided to run I'm not sure if it plays any role, but it's regular Tiger 10.4.11 PPC, installed from restore DVDs that came with my iMac G5 (Tiger 11.4.0). Xcode 2.5 is a download from Apple Developers downlods. I will try to install it on my Mac Mini G4, and then on my VM with Intel Tiger Server 10.4.11 and report here. |
quick update: I left |
Well, things are really weird now. I can't even get the initial Update: I opened a separate issue for failing |
After working around #506, I still can't build Midnight Commander, but now for a different reason:
|
I just checked, libssh2 is there, so not sure why ./configure didn't detect it:
|
@mistydemeo I checked on x86 Tiger Server, and it builds fine on it. |
@miniupnp Thanks for the tip on removing reference to zlib in |
I solved it by running this command. brew install apple-gcc42 |
I did a fresh reinstall of Mac OS X Tiger 10.4.11 and Xcode 2.5. I then installed tigerbrew and per
brew doctor
advise, installed curl and git:brew install curl git
. Please note, I didn't install Apple GCC 4.2, since I ran into issues with it earlier while trying to install cmake.I then tried to install Midnight Commander:
brew install mc
, but it fails:I ran
which ld
, and there is an ld already available. I assume it's from Xcode 2.5. Please help.The text was updated successfully, but these errors were encountered: