X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX18kaVZoUzYkYVyIstvs46EogxQg7F7yrCCF9f9kO2 URk6gePsENF6Qo From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: Another difficulty compiling cvs sources Date: Fri, 3 Aug 2007 22:39:05 +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: <200708032239.05547.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com Compilation breaks with following error message: gcc -DTZDIR=\"/dev/env/DJDIR~c:/djgpp~/zoneinfo\" -DHAVE_ADJTIME=0 -DHAVE_LONG_DOUBLE=1 -DHAVE_SETTIMEOFDAY=1 -DHAVE_STRERROR=1 -DHAVE_SYMLINK=0 -DSTD_INSPIRED -DLOCALE_HOME=\"/dev/env/DJDIR~c:/djgpp~/locale\" -Dlint -O -fno-common -Wall -Wcast-qual -Wconversion -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wtraditional -O2 date.o localtime.o asctime.o strftime.o \ -lc logwtmpl.a -o date.exe c:/djgpp/lib/libc.a(strftime.o):strftime.c:(.text+0x930): multiple definition of `_strftime' strftime.o:strftime.c:(.text+0xf20): first defined here collect2: ld returned 1 exit status make.exe[1]: *** [date.exe] Error 1 make.exe: [subs] Error 2 (ignored)