I've had a couple people ask me on IRC what the current set of patches are to get libio running.
Note that this is against the current 2.2 branch. I assume that these probably work against 2.2.5, but I don't remember if an important patch went in for then, or is just waiting for 2.2.6. With this, I beleive that we no longer support gcc 2.x. Compile this with gcc 3.0. I haven't load tested this at all. *do not upload binaries compiled against this libc to Debian*. Index: Makerules =================================================================== RCS file: /cvs/glibc/libc/Makerules,v retrieving revision 1.358 diff -u -p -r1.358 Makerules --- Makerules 2001/11/16 01:02:19 1.358 +++ Makerules 2002/02/27 02:10:17 @@ -285,7 +285,8 @@ $(common-objpfx)sysd-versions: $(common- $(..)scripts/versions.awk \ $(wildcard $(all-subdirs:%=$(..)%/Versions)) \ $(wildcard $(sysdirs:%=%/Versions)) \ - $(sysd-versions-force) + $(sysd-versions-force) \ + $(common-objpfx)abi-versions.h ( echo 'sysd-versions-subdirs = $(all-subdirs) $(config-sysdirs)' ; \ cat $(filter-out $< $(word 2,$^) $(sysd-versions-force),$^) \ | $(preprocess-versions) \ Index: sysdeps/mach/hurd/i386/Makefile =================================================================== RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/i386/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 2001/11/16 01:21:39 1.7 +++ Makefile 2002/02/27 02:10:28 @@ -1,7 +1,7 @@ -ifeq ($(subdir),elf) -ifeq (yes,$(build-shared)) +#ifeq ($(subdir),elf) +#ifeq (yes,$(build-shared)) # This is needed to support g++ v2 and v3. -sysdep_routines += framestate -shared-only-routines += framestate -endif -endif +#sysdep_routines += framestate +#shared-only-routines += framestate +#endif +#endif -- Some people play the lottery, some people use Ebay. Personally, I've had much better luck with Ebay than the lottery - hendridm _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd