Date: Fri, 15 Jun 2001 16:38:06 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Chris Wilkinson" Message-Id: <3596-Fri15Jun2001163805+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <9gcu73$3s7$1@hecate.umd.edu> (chrisw@wam.umd.edu) Subject: Re: Link errors with Debug switch on References: <000801c0f518$4cddd300$5a3e0281 AT umd DOT edu> <9791-Fri15Jun2001104543+0300-eliz AT is DOT elta DOT co DOT il> <9gcu73$3s7$1 AT hecate DOT umd DOT edu> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Chris Wilkinson" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 15 Jun 2001 08:14:22 -0400 > > c:/djgpp/tmp\ccKS7q0J.o -lgcc -lc -lgcc -Tdjgpp.djl > c:/djgpp/tmp\ccKS7q0J.o: In function `exparg': > dcdflib.c:7245: undefined reference to `ipmpar' > dcdflib.c:7261: undefined reference to `ipmpar' > dcdflib.c:7265: undefined reference to `ipmpar' > c:/djgpp/tmp\ccKS7q0J.o: In function `psi': > dcdflib.c:8593: undefined reference to `ipmpar' > c:/djgpp/tmp\ccKS7q0J.o: In function `spmpar': > dcdflib.c:8928: undefined reference to `ipmpar' > c:/djgpp/tmp\ccKS7q0J.o:dcdflib.c:8929: more undefined references to > `ipmpar' follow > collect2: ld returned 1 exit status Weird. Where is `ipmpar' defined in these files? Can you post its definition?