Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!unido!rwthinf!forst!michaelp From: michaelp@forst.informatik.rwth-aachen.de (Michael Portz) Newsgroups: comp.sys.dec Subject: Ultrix 4.1 rexec-problems Summary: Problems linking any program containing rexec-calls Keywords: rexec, libraries Message-ID: Date: 19 Jun 91 10:57:50 GMT Sender: news@rwthinf.UUCP Distribution: comp Lines: 46 We are running Ultrix 4.1 on a DECStation 3100. Our linker is not able to successfully link any program containing a call to the rexec-routine. The following is the smallest example for our problems: THE PROGRAM: Misc 204) cat test.c main() { char **ahost; short inport; char *user, *passwd, *cmd; int *fd2p; rexec(ahost,inport,user,passwd,cmd,fd2p); } THE RESULT: Misc 205) cc test.c ld: Undefined: macnum proxy macros macbuf Any help is appreciated. Thanks Michael Portz |==============================================================| | | | email: michaelp@terpi.informatik.rwth-aachen.de | | | | Michael Portz | | Lehrstuhl fuer angewandte Mathematik insbesondere Informatik | | RWTH Aachen | | Ahornstr.55 | | D-5100 Aachen | | | |==============================================================|