This is the mail archive of the gcc@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]

--enable-shared doesn't work on Sun-3


egcs fails in "make bootstrap" on this system:

skink% more config.status
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
configure --with-gcc-version-trigger=/usr/export/home/kate/egcs-19980803/gcc/version.c --host=m68k-sun-sunos4.1.1 --enable-shared --with-gnu-as --with-gnu-ld --norecursion 
# using "mh-frag" and "mt-frag"


I am using binutils 2.9.1.  I have been having no trouble with egcs
with static libraries.  However, a build of perl with egcs died in
about the same way when it builds its dynamically loadable pieces.

Here is how egcs fails:

gmake[1]: Entering directory `/usr/export/home/kate/egcs-19980803/libiberty'
test x"yes" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -fpic cplus-dem.c -o pic/cplus-dem.o
/usr/tmp/cc6ECDC7.s: Assembler messages:
/usr/tmp/cc6ECDC7.s:2388: Error: operands mismatch -- statement `jbsr _demangle_template_template_parm,a1' ignored
gmake[1]: *** [cplus-dem.o] Error 1
gmake[1]: Leaving directory `/usr/export/home/kate/egcs-19980803/libiberty'
gmake: *** [all-libiberty] Error 2


The assembly file:

[ ... assembly file deleted since it put the message over the list limit. ]


------- End of Unsent Draft


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