snigel

Results 14 comments of snigel

This is great, I will test to build binaries. Thanks for your effort.

I had trouble producing a working binary for gcc. git clone https://github.com/tpoechtrager/osxcross.git cd osxcross git checkout ppc-test git pull SDK_VERSION=10.5 ./build.sh cp MacOSX10.5.pkg tarballs/ GCC_VERSION=5.2.0 ENABLE_FORTRAN=1 POWERPC=1 ./build_gcc.sh snigel@ubuntu:~/osxcross$ oppc32-gcc...

> Not much of an issue, have you actually tried to compile something? ;-) Yes, I tried to build rtorrent, but the error I got was actually not related to...

Oh, I never use prebuilt packages with macports anyway. That's why I thought I made a great case for osxcross. Get all required sources, build them on a fast machine...

I went to /home/tmp/ppc-test and then ``` wget https://www.openssl.org/source/openssl-1.0.2d.tar.gz wget http://ftp.gnu.org/gnu/wget/wget-1.16.tar.gz wget http://curl.haxx.se/download/curl-7.45.0.tar.gz tar zxf curl-7.45.0.tar.gz tar zxf wget-1.16.tar.gz tar zxf openssl-1.0.2d.tar.gz tar: A lone zero block at 52140 ```...

> Either link statically or adjust DYLD_LIBRARY_PATH. > Embarrassing, I misinterpreted that error message. When I pointed out DYLD_LIBRARY_PATH curl started instantly. Thanks for your patience. I tried rerunning the...

Is this as it should be? Both powerpc-apple-darwin9-gcc and powerpc64-apple-darwin9-gcc points to the same wrapper, with 64 in its name. ``` readlink $(which powerpc-apple-darwin9-gcc) powerpc64-apple-darwin9-wrapper ``` ``` readlink $(which powerpc64-apple-darwin9-gcc)...

Hi, I downloaded your binaries to my ppc machine. I could not see curl, wget or curl though? Anyhow, I can launch some of the applications inside. cd Release/bin ./clang...

Hello dantran, I tried running with `true`, the spec file still looks similar, a list of files, but no inclusion of the directory. Also, is there a list for what...