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]

Re: Next 3.3; libgcc2.a problems in gcc/Makefile.in



  In message <199912261916.LAA21073@fafnir.com>you write:
  > GCC 2.95.2
  > 
  > Next Cube running NextSTEP 4.2, 3.3 Developer
  > 
  > The first patch segment ensures that libgcc2.a is properly ranlib'd.
This should not be necessary since nothing should ever link against libgcc2.a.

  > The remaining two add libgcc2.a to the links for gen-protos and fix-header 
  > in order to satisfy undefined externals such as ___ashldi3.
This is definitely wrong and indicates a problem elsewhere, most likely that
your native compiler is not behaving properly since gen-protos and fix-header
are compiled with your system compiler.

jeff



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