I am trying to statically link a binary. I am getting the following error: g++ -Wall -O -I/usr/local/include -I/usr/include -I../ovaldi-common -Iovaldi-wrapper objs/AIX/CommonBase.o objs/AIX/Exception.o objs/AIX/Log.o objs/AIX/BLCommandOpts.o objs/AIX/BLOvalCommand.o objs/AIX/BLOvalCommandExecutor.o objs/AIX/BLOvalDataFactory.o objs/AIX/Command.o objs/AIX/CommandExecutor.o objs/AIX/CommandOpts.o objs/AIX/Common.o objs/AIX/ProcessSpawner.o objs/AIX/UnixProcessSpawner.o objs/AIX/WindowsProcessSpawner.o objs/AIX/ovaldi-wrapper.o -L../3rdParty/AIX/lib -L/usr/local/lib -L/usr/lib -static -o Release/AIX/ovaldi-wrapper ld: 0706-003 Cannot find or read import file: /lib/syscalls.exp ld:accessx(): A file or directory in the path name does not exist. collect2: ld returned 255 exit status make: *** [Release/AIX/ovaldi-wrapper] Error 1 Can anybody help? -OBD