Attached is a patch that solves a compilation issue with gcc-4.1.1.
Luca
Submitted By: Luca Piol <[EMAIL PROTECTED]>
Date: 2006-11-04
Initial Package Version: 6.6
Upstream Status: Not submitted
Origin: self
Description: Fixes a compilation issue with gcc-4.1.1
diff -Naur gc6.6/include/gc_cpp.g.orig gc6.6/include/gc_cpp.h
--- gc6.6/include/gc_cpp.h.orig 2004-10-21 22:47:45.000000000 +0000
+++ gc6.6/include/gc_cpp.h 2006-10-31 13:37:28.000000000 +0000
@@ -180,7 +180,7 @@
inline void* operator new[]( size_t size, void *p );
inline void operator delete[]( void* obj );
# ifdef GC_PLACEMENT_DELETE
- inline void gc::operator delete[]( void*, void* );
+ inline void operator delete[]( void*, void* );
# endif
#endif /* GC_OPERATOR_NEW_ARRAY */
};
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page