X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX19h3a4tuzxhmYuGORbs7lseKdQrfaVrYm1jtjaJhA ApeEk8gayBXSQc From: Juan Manuel Guerrero To: djgpp AT delorie DOT com Subject: Re: error compiling bc 1.06 with readline 6.1 and flex 2.54 Date: Sun, 26 Dec 2010 17:02:18 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201012261702.18178.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 On Sat, 25 Dec 2010 13:22:08 -0600, Allan wrote: [snip] > Thanks for the patch for the makefile. In the meanwhile I worked around the > error by typing: > cd lib > testmul.exe > muldigits.h > make specialnumber > cd .. > (make all). > In the previous post I was creating the header muldigits.h in the top level > directory, not in `/lib'. [snip] OFYI, the complete patch should be applied to a freshly extracted source package. Then everything will be fixed and it will be possible to build all targets from the top srcdir. > I know about always deleting 'djgpp\config.cache' before reconfiguring with > djgpp\config.bat. > Here is what the output looked like: > ...(snip) > testmul.c: In function 'out_of_memory': > testmul.c:28: warning: implicit declaration of function 'exit' > testmul.c:28: warning: incompatible implicit declaration of built-in > function 'exit' > testmul.c: In function 'main': > testmul.c:140: warning: implicit declaration of function 'strcmp' [snip] The missing headers for the exit() and strcmp() functions will be included by the patch. Regards, Juan M. Guerrero