My platform is: CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30 And I plan to keep tracking 4.3 through its development phase and possible help that it can also be used by other cygwin users.
I downloaded gcc-core-4.3-20061028, the the c++, objc, and java components. Configured with: ../configure --enable-shared --disable-nls --enable-languages=c,c++,objc,java Result: Successfull # Then, make Result: Error (pasted below) ---------- start paste content below: gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I.. /../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../libdecnumber ../../gcc/dwarf2out.c -o dwarf2out.o ../../gcc/dwarf2out.c: In function `file_name_acquire': ../../gcc/dwarf2out.c:7672: error: `files' undeclared (first use in this function) ../../gcc/dwarf2out.c:7672: error: (Each undeclared identifier is reported only once ../../gcc/dwarf2out.c:7672: error: for each function it appears in.) ../../gcc/dwarf2out.c:7672: error: `i' undeclared (first use in this function) make[3]: *** [dwarf2out.o] Error 1 make[3]: Leaving directory `/usr/src/gcc/gcc-4.3-20061028/objdir/gcc' make[2]: *** [all-stage1-gcc] Error 2 ---------------- end of paste Do you have any idea of what might be causing these symbols to be undeclared? Ordering of the command arguments? Thanks, Darel Henman -- Summary: make error Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: henman at it dot to-be dot co dot jp GCC build triplet: gcc-4.3 GCC host triplet: CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30 GCC target triplet: CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29668