SCO 3 Compilation
Werner Koch
wk@gnupg.org
Tue Dec 11 18:41:02 2001
On Tue, 11 Dec 2001 12:02:36 -0500, Vishal Jain said:
> * I got problem with "remove" in code, so I have to replace it with
> "unlink"
remove(3) is Standard C and therefore POSIX, which is our target
platform.
> * Now I am stuck at Unix Domain Sockets. As I know SCO3 does not
> support it.
Huh? Is it worth to call it still Unix? I guess you will then also
have problems collecting entropy for the random generator.
Check whether you need an extra library.
Werner