Apparently Solaris 10 does not support static linking anymore. Therefore, I am wondering if anyone can assist me rewriting the makefile so that it supports dynamic linking. Essentially, the following linker command gives me an error message that _memset is not found. Memset itself is in the standard library which should NOT be linked statically. Here is the linker command:
/usr/ccs/bin/ld -o q -e start_master -dn -z defs -M ../../../mapfile.q {list of object files}
Anyone an idea how I can get this running on Solaris 10 now?
Thanks!