> Can you please be a little more specific as to what kind of breakage you > see and/or specific configuration options and steps required to reproduce > it?
/usr/bin/install: missing destination file operand after 'rts/libgnat-21.so' Try '/usr/bin/install --help' for more information. ln: failed to create symbolic link '/libgnat.so': Permission denied /usr/bin/install: missing destination file operand after 'rts/libgnarl-21.so' Try '/usr/bin/install --help' for more information. ln: failed to create symbolic link '/libgnarl.so': Permission denied > I have rebuilt GCC with `--disable-libada' and it didn't cause any > anomalies I could notice whether `--enable-version-specific-runtime-libs' > or `--disable-version-specific-runtime-libs' has been used. I wouldn't > expect any anyway, as shared libgnat and libgnarl libraries are not built > in this case, so $(toolexeclibdir) is not supposed to be used. Yes, shared libraries are built with "make -C gcc gnatlib-shared gnattools". -- Eric Botcazou