problems with shadow headers
Benjamin Kosnik
bkoz@redhat.com
Mon Jul 24 10:41:00 GMT 2000
nathan I've disabled shadow header include-searching till this gets
sorted out. I figured this was better than breaking everybody's build.
Here's how to re-enable the shadow work (automake must be re-run after
this patch.)
2000-07-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* src/Makefile.am (#CSHADOW_INCLUDES): Enable (broken)
cshadow_includes.
Index: src/Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/src/Makefile.am,v
retrieving revision 1.23
diff -c -p -r1.23 Makefile.am
*** Makefile.am 2000/07/24 16:33:59 1.23
--- Makefile.am 2000/07/24 17:39:47
*************** LIBIO_INCLUDES =
*** 68,76 ****
endif
if GLIBCPP_USE_CSHADOW
! CSHADOW_INCLUDES =
! #CSHADOW_INCLUDES = \
! # @CSHADOWFLAGS@ -I$(top_srcdir)/shadow -I$(top_builddir)/cshadow
else
CSHADOW_INCLUDES =
endif
--- 68,76 ----
endif
if GLIBCPP_USE_CSHADOW
! #CSHADOW_INCLUDES =
! CSHADOW_INCLUDES = \
! @CSHADOWFLAGS@ -I$(top_srcdir)/shadow -I$(top_builddir)/cshadow
else
CSHADOW_INCLUDES =
endif
-benjamin
More information about the Libstdc++
mailing list