PATCH: Bug with Patch for libobjc
Jay McCarthy
jay@kenyamountain.com
Thu Dec 6 22:47:00 GMT 2001
Version Effected:
3.0.1, 3.0.2, and the latest CVS (as of 20 minutes ago)
I dont know about previous versions but I presume the problem exists in
older versions
The Bug:
A header file (runtime.h) is not being installed in the
PREFIX/lib/gcc-lib/TARGET/VERSION/include/objc directory.
The Reason:
In the Makefile.in file for libobjc it is not listed in the "OBJC_H"
variable
The Patch:
--- Makefile.in Fri Dec 7 00:04:30 2001
+++ Makefile.in.new Fri Dec 7 00:04:54 2001
@@ -135,7 +135,7 @@
OBJC_H = hash.h objc-list.h sarray.h objc.h objc-api.h \
NXConstStr.h Object.h Protocol.h encoding.h typedstream.h \
- thr.h
+ thr.h runtime.h
# Modules that comprise the runtime library.
--
Jay McCarthy <jay@kenyamountain.com>
l3pr053y cr3vv
More information about the Gcc-bugs
mailing list