(970910) libio/libstdc++ build prob on linux-gnulibc1

Jason Merrill jason@cygnus.com
Fri Sep 12 00:18:00 GMT 1997


>>>>> Jeffrey A Law <law@cygnus.com> writes:

>   In message < 199709120509.AAA07298@hp2.xraylith.wisc.edu >you write:
>> Just tried 970910 and couldn't build libstdc++ on i386-linux-gnulibc1 due
>> to multiple definitions of _IO_fdopen, _IO_fflush, _IO_vsprintf, etc. 

> I wonder if this is the root of the problem HJ was trying to solve
> with this patch:

No, this is the real fix:

Thu Sep 11 18:43:56 1997  Jason Merrill  <jason@yorick.cygnus.com>

	* Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.

Index: Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/egcs/libio/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -c -r1.2 -r1.3
*** Makefile.in	1997/09/06 07:42:48	1.2
--- Makefile.in	1997/09/12 02:16:24	1.3
***************
*** 83,89 ****
  
  iostream.list: stamp-picdir $(_G_CONFIG_H) $(LIBIOSTREAM_DEP)
  	@echo "$(LIBIOSTREAM_USE)"> iostream.list
- 	@echo "$(STDIO_WRAP_OBJECTS)" >> iostream.list
  
  stmp-stdio:
  	@rootme=`pwd`/ ; export rootme; cd stdio ; \
--- 83,88 ----



More information about the Gcc-bugs mailing list