From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: mkdoc, djlsr201 Date: Fri, 08 Nov 1996 16:39:35 +0100 Organization: TU Chemnitz-Zwickau Lines: 20 Message-ID: <32835437.F7A@Mathematik.tu-chemnitz.de> References: <32822815 DOT 7580 AT utkux DOT utk DOT edu> NNTP-Posting-Host: tantalus-e.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Raymond Steven Kutai To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Raymond Steven Kutai wrote: > > Obviously I haven't got mkdoc.exe yet. When I tried to make mkdoc.exe > gcc complained that __udivdi3 and __umoddi3 are undefined or something > like that in libc.a. I think it also mentioned doprnt.o. I remade The makefile in the mkdoc directory is wrong. I had the same problem and solved it by adding and '-lgcc' after the '-lc', because the undefined symbols are from libgcc.a and not from libc.a. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************