Hello, Found another issue with --static. In hpux it is illegal to do the following: SHAREDLIBV= $(SHAREDLIBV): Empty target is not accepted. Any suggestions of how to solve this? One suggestion might be setting this var to "dummy", Another is to remove the '$(SHAREDLIBV): $(PIC_OBJS)' line. Others?