# gcc/xgcc -v Using built-in specs. Target: i386-pc-solaris2.11 Configured with: ../miro/configure solaris2.11 Thread model: posix gcc version 4.4.0 20080520 (experimental) [miro revision 144368] (GCC)
I am compiling using gcc ./configured with: # gcc -v Using built-in specs. Target: i386-pc-solaris2.11 Configured with: ../gcc_trunk/configure --prefix=/usr/local/gcc4 --enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --enable-shared --disable-static --enable-multilib --enable-decimal-float --with-long-double-128 --with-included-gettext --enable-stage1-checking --enable-checking=release --with-tune=k8 --with-cpu=k8 --with-arch=k8 --with-gnu-as --with-as=/usr/local/bin/as --with-gnu-ld --with-ld=/usr/local/bin/ld --with-gmp=/usr/local --with-mpfr=/usr/local --without-ppl --disable-libstdcxx-pch Thread model: posix gcc version 4.4.0 20090220 (experimental) [trunk revision 144331] (GCC) # gmake ...(stage 3)... ... /usr/share/src/miro_build/./gcc/xgcc -B/usr/share/src/miro_build/./gcc/ -B/usr/local/miro/i386-pc-solaris2.11/bin/ -B/usr/local/miro/i386-pc-solaris2.11/lib/ -isystem /usr/local/miro/i386-pc-solaris2.11/include -isystem /usr/local/miro/i386-pc-solaris2.11/sys-include -c -g -O2 -fPIC -W -Wall -gnatpg g-socket.adb -o g-socket.o g-socket.adb:41:06: file "g-sothco.ads" not found gmake[7]: *** [g-socket.o] Error 1 gmake[7]: Leaving directory `/usr/share/src/miro_build/gcc/ada/rts' gmake[6]: *** [gnatlib] Error 2 gmake[6]: Leaving directory `/usr/share/src/miro_build/gcc/ada' gmake[5]: *** [gnatlib-shared-default] Error 2 gmake[5]: Leaving directory `/usr/share/src/miro_build/gcc/ada' gmake[4]: *** [gnatlib-shared-dual] Error 2 gmake[4]: Leaving directory `/usr/share/src/miro_build/gcc/ada' gmake[3]: *** [gnatlib-shared] Error 2 gmake[3]: Leaving directory `/usr/share/src/miro_build/gcc/ada' gmake[2]: *** [gnatlib-shared] Error 2 gmake[2]: Leaving directory `/usr/share/src/miro_build/i386-pc-solaris2.11/libada' gmake[1]: *** [all-target-libada] Error 2 gmake[1]: Leaving directory `/usr/share/src/miro_build' gmake: *** [all] Error 2 If I search the 'non-miro' gcc trunk I find these files: # find ../gcc_trunk/gcc/ada | ggrep g-sothco /usr/share/src/gcc_trunk/gcc/ada/g-sothco.ads /usr/share/src/gcc_trunk/gcc/ada/g-sothco-dummy.adb /usr/share/src/gcc_trunk/gcc/ada/g-sothco-dummy.ads /usr/share/src/gcc_trunk/gcc/ada/g-sothco.adb # find /usr/share/src/gcc_build/gcc/ada | ggrep g-sothco /usr/share/src/gcc_build/gcc/ada/rts_amd64/g-sothco.ali /usr/share/src/gcc_build/gcc/ada/rts_amd64/g-sothco.ads /usr/share/src/gcc_build/gcc/ada/rts_amd64/g-sothco.adb /usr/share/src/gcc_build/gcc/ada/rts_amd64/g-sothco.o /usr/share/src/gcc_build/gcc/ada/rts/g-sothco.ads /usr/share/src/gcc_build/gcc/ada/rts/g-sothco.ali /usr/share/src/gcc_build/gcc/ada/rts/g-sothco.o /usr/share/src/gcc_build/gcc/ada/rts/g-sothco.adb If I search the 'miro' gcc trunk I can NOT find these files: # find ../miro/gcc/ada | ggrep g-sothco (nothing printed) # find ../miro_build/gcc/ada | ggrep g-sothco (nothing printed) The Miro Branch needs to update from the trunk to support the less often (for Miro) tested Languages and features. Thanks, Rob -- Summary: [miro] - Revision 144368 - g-socket.adb:41:06: file "g- sothco.ads" not found Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rob1weld at aol dot com GCC build triplet: i386-pc-solaris2.11 GCC host triplet: i386-pc-solaris2.11 GCC target triplet: i386-pc-solaris2.11 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39263