This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

configure options without effect?




Hello,

I have installed gcc-2.95.2 (19991024) under Solaris 2.6 on a Sun Ultrasparc 5
using gcc-2.7.2.3 with GNU as and ld from binutils-2.9.1.0.18 present in the
same directory.

The build did not succeed as long as GNU as and ld were available.

In order to control there use, I tried the following "configure" options:
   --with-gnu-as,
   --without-gnu-as,
   --with-gnu-ld,
   --without-gnu-ld,
but they seem to have no effect at all on the configuration. Regardless which of
them are provided to "configure", the compiler (g++) built on this configuration
always invokes the GNU tools as long as it can find them at its *runtime*. This
behavior does not match, I think, the explanations in the web pages on
"Installing GG: Configuration" (as of November 19, 1999 / 2000-03-16).
Only "chmod a-x as ld" could settle the problem.

In addition, the "configure" option
   --with-program-suffix=2952
has no effect on the installation, although mentioned by "configure --help".

Regards,
Dietrich Alker,
WAVETEK WANDEL GOLTERMANN
Eningen, Germany



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]