Rekha wrote: > fatal: relocation error: file server: symbol __0dLACE_WStringEnpos: > referenced symbol not found > Killed
This is a runtime error, indicating that a process "server" has been kicked off, and can't find the symbol "ACE_WString::npos". I've no idea what the "server" process is. Run the compilation under: % truss -ftexec CC ..... and uncover what sub-processes get spawned. -- Rod.