From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19927 invoked by alias); 4 Apr 2003 23:51:59 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 19919 invoked from network); 4 Apr 2003 23:51:58 -0000 Received: from unknown (HELO stardust.solidas.com) (217.13.28.68) by sources.redhat.com with SMTP; 4 Apr 2003 23:51:58 -0000 Received: from solidas.com (217-13-28-85.dd.nextgentel.com [217.13.28.85]) (authenticated) by stardust.solidas.com (8.11.6/8.11.6) with ESMTP id h34Npvd11867 for ; Sat, 5 Apr 2003 01:51:57 +0200 Message-ID: <3E8E1A99.5030907@solidas.com> Date: Sat, 05 Apr 2003 02:07:00 -0000 From: "Svein E. Seldal" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gcc Subject: Problems compiling gcc 3.3 on cygwin Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00207.txt.bz2 Hello, I am trying to compile the gcc-3_3-branch under cygwin (for the tic4x target), but it fails. To verify the bug I have also checked out an old gcc from the date 20030315 (because I did successfully compile gcc at that date). But both compilation did fail. I have also tried to compile gcc as a native compiler, but it still fails. Compilation of any other cross compiler also fails. I am running Windows XP, cygwin 1.3.22-1, gcc 3.2-3 (20020927) and binutils 20030307-1. I fear that this bug is present on my system only. Can anyone else running cygwin please confirm or reject the problems I'm having? Any suggestions to fix the problem would be very welcome... I think its very strange, because I did not have that problem when I compiled gcc 3.3 in the 15th march, but now I do -- using the very same code. Thanks, Svein Snapshot from "make": gcc -DIN_GCC -DHAVE_CONFIG_H -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc/fixinc -I../../../gcc/fixinc/.. -I../../../gcc/fixinc/../config -I../../../gcc/fixinc/../../include -o fixincl.exe fixincl.o fixtests.o fixfixes.o server.o procopen.o gnu-regex.o fixlib.o ../../libiberty/libiberty.a gnu-regex.o(.text+0x6556):gnu-regex.c: undefined reference to `___mempcpy' collect2: ld returned 1 exit status make[2]: *** [full-stamp] Error 1 make[2]: Leaving directory `/cygdrive/d/Prosjekt/gnu/gcc-3.3-branch/build.inst.tic4x/gcc/fixinc' make[1]: *** [fixinc.sh] Error 2 make[1]: Leaving directory `/cygdrive/d/Prosjekt/gnu/gcc-3.3-branch/build.inst.tic4x/gcc' make: *** [all-gcc] Error 2 ... but if I grep the configure output, the following is printed: checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for putenv... (cached) yes checking for setenv... (cached) yes