X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX18Nzu5qOWcNcjh9jFPCixouMQr51pcKwCFLKnT0V8 emlNmSSs72foIL From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: difficulty compiling strtol Date: Fri, 3 Aug 2007 18:19:01 +0200 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708031819.01856.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com I have tried to compile cvs sources today using lates binutils and gcc available. The building process stops with the following error message: gcc ... -c strtol.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. cc1.exe: note: obsolete option -I- used, please use -iquote instead cc1.exe: warnings being treated as errors strtol.c: In function 'strtol': strtol.c:91: warning: pointer targets in assignment differ in signedness make.exe[3]: *** [strtol.o] Error 1 make.exe[2]: *** [all_subs] Error 2 make.exe[1]: *** [all] Error 2 make.exe: *** [subs] Error 2 Regards, Juan M. Guerrero