From: David C. <dw...@dw...> - 2005-10-26 03:46:23
Any word on what it would take for gcc 4 compatibility? Is this even
a project goal? From where the build breaks, it seems like it's in
the hoc_cbits phase.
Regards,
David Christensen
From: Matthew M. <mat...@gm...> - 2005-10-26 16:30:28
> Any word on what it would take for gcc 4 compatibility? Is this even
> a project goal? From where the build breaks, it seems like it's in
> the hoc_cbits phase.
I've been able to get it to work using a tweak to HOC_cbits/Makefile.in:
34c34
< ld -r -x -o HOC_cbits.o $(ALL_LOAD) libHOC_cbits.a
---
> ld -r -x -o HOC_cbits.o -lSystemStubs $(ALL_LOAD) libHOC_cbits.a
I haven't submitted it as a patch because it should be conditional on
GCC 4, and I've never messed with autoconf.
- Matt
--
http://www.matthewmorgan.net/blog