wjw@ebh.eb.ele.tue.nl (Willem Jan Withagen) (06/10/91)
Hi, Just a question for those hacking net-software? I'm compiling this xdtm package and it requires: <regexpr.h> Which does have a manual page for regexpr, but I can't seem to locate it include file? Is it sysV? The loader complains about missing 'compile', 'circf' and 'step'. I'll probably be able to find out where they really are, but still this is a nuisance, and should be brought to attention. Furthermore seems there be some defines missing in <sys/stat.h>: #define S_IXUSR 0000100 #define S_IXGRP 0000010 #define S_IXOTH 0000001 #define S_IRUSR 0000200 #define S_IRGRP 0000020 #define S_IROTH 0000002 #define S_IWUSR 0000400 #define S_IWGRP 0000040 #define S_IWOTH 0000004 Willem Jan -- Eindhoven University of Technology DomainName: wjw@eb.ele.tue.nl Digital Systems Group, Room EH 10.10 P.O. 513 Tel: +31-40-473401 5600 MB Eindhoven The Netherlands
joern@imf.unit.no (Joern Amundsen) (06/11/91)
> I'm compiling this xdtm package and it requires: <regexpr.h> > Which does have a manual page for regexpr, but I can't seem to locate > it include file? Is it sysV? Yes it is, in /sys5.3/usr/include/regexp.h. If you did remember to include apollo.sys5.3 include into your cf when loading the OS.... > The loader complains about missing 'compile', 'circf' and 'step'. This is due to the missing regexp.h. > Furthermore seems there be some defines missing in <sys/stat.h>: > #define S_IXUSR 0000100 I didn't find them either - patched them into xdtm.h. -- +----------------------------------------------------+ | Joern Amundsen | | Department of Mathematical Sciences, | | The Norwegian Institute of Technology, | | N-7034 Trondheim, | | Norway | | | | email: joern@imf.unit.no or joern@sima.sintef.no | | Phone: +47-7-59-2092 Fax: +47-7-59-2971 or -3524 | +----------------------------------------------------+