This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Bug with Patch for libobjc


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]