Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. amandeepgautam

    Create shared libs on AIX (with certain libs which are statically linked)

    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...
  2. amandeepgautam

    futex alternative for aix

    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
  3. amandeepgautam

    error: 'mutex' in namespace 'std' does not name a type

    Setting CXXFLAGS=-pthread takes care of this.
  4. amandeepgautam

    collect2: fatal error: not a COFF file

    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...
  5. amandeepgautam

    expected ')' before 'PRIdPTR'

    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...
  6. amandeepgautam

    error: 'mutex' in namespace 'std' does not name a type

    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...
  7. amandeepgautam

    How to mount a ufs (on solaris 10) on solaris 11

    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...
  8. amandeepgautam

    AIX problem creating package with mkinstallp

    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...

Part and Inventory Search

Back
Top