X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Message-ID: <41EFA98D.6010203@igd.fhg.de> Date: Thu, 20 Jan 2005 13:52:29 +0100 From: Juan Manuel Guerrero User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.6) Gecko/20040113 X-Accept-Language: de-at, de, en-us, en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Difficulty compiling cvs djgpp Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailgate2.igd.fraunhofer.de Reply-To: djgpp-workers AT delorie DOT com I have tried to compile the actual djgpp cvs tree (2005-01-16) and it fails with the following error message: G:/djgpp/bin/make.exe -C posix/regex gcc ... -c regcomp.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. gcc ... -c regerror.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. gcc ... -c regexec.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. gcc ... -c regfree.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. building new response file G:/djgpp/bin/make.exe -C posix/search make.exe[3]: *** No rule to make target `hcreate.o', needed by `all'. Stop. make.exe[2]: *** [all_subs] Error 2 make.exe[1]: *** [all] Error 2 make.exe: *** [subs] Error 2 Am I missing something here? Regards, Juan M. Guerrero