Date: | Thu, 02 Feb 2017 09:54:38 -0700 |
From: | brian.ye@whamtech.com |
To: | krb5-bugs@mit.edu, brian.ye@whamtech.com |
Subject: | compiling krb5 for ppc64le |
Hello,
I have a project that needs to be ported to powerpc 64 bit little
endian.
When I tried to run the "configure":
./configure --prefix=<some dir> --build=ppc64le
I got the error message:
configure: error: Shared libraries are not yet supported on this
platform
Then I changed the command to:
./configure --prefix=<some dir> --build=ppc64le --disable-shared
--enable-static
I still saw the error message:
configure: error: Shared libraries are not yet supported on this
platform
Did I miss anything ?
Thanks,
Brian Ye
I have a project that needs to be ported to powerpc 64 bit little
endian.
When I tried to run the "configure":
./configure --prefix=<some dir> --build=ppc64le
I got the error message:
configure: error: Shared libraries are not yet supported on this
platform
Then I changed the command to:
./configure --prefix=<some dir> --build=ppc64le --disable-shared
--enable-static
I still saw the error message:
configure: error: Shared libraries are not yet supported on this
platform
Did I miss anything ?
Thanks,
Brian Ye