I want to create a shared lib with certain libs statically linked to it. I can generate a fully shared lib as follows:
gcc -maix64 -DHAVE_CONFIG_H -I. -I./src -DHAVE_OPENSSL -I/usr/include/openssl -I/usr/include -I/usr/include/apr-1 -D_LARGEFILE64_SOURCE -I/usr/java8_64/include -shared -o...
I am looking for an alternative to futexes on linux. Basically we need a syscall which provides the functionality of wait, wakeOne and wakeAll on AIX.
Regards,
Aman
I am trying to compile gRPC on AIX. With some workarounds, I was able to reach the very last step and this is where I get this error:
[MAKE] Generating cache.mk
[HOSTLD] Linking /home/amandeep/grpc-1.15.1/bins/opt/grpc_cpp_plugin
collect2: fatal error...
I am trying to compile gRPC on AIX 7.2 and I run into this error:
./src/core/lib/gprpp/orphanable.h:163:44: error: expected ')' before 'PRIdPTR'
gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s",
~ ^~~~~~~~
Ideally, this...
I am trying to compile grpc on AIX. After fixing a few GCC8 warnings, I run into the following error:
In file included from include/grpcpp/impl/codegen/call.h:30,
from include/grpcpp/impl/call.h:22,
from include/grpcpp/channel.h:25,
from...
I have a Solaris 10 install with UFS and another Solaris 11 with ZFS. I want to mount a folder on Solaris 10 to Solaris 11. I used the following:
sudo mount -F ufs 10.1.1.44:/export/home/amandeep/workspace /home/amandeep/workspace/mounts/ldom5
and it errors out with:
mount...
I has a template file which was used by mkinstallp to create a package. I added a few new files and increased the fileset VMRF to a higer value. No mkinstallp complains like following:
lslpp: 0504-125 Error while processing fileset /etc/rc.d/init.d/a_script.
lslpp: 0504-308 Cannot match...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.