Add gcc-dynamic.patch instructions; add -p1 to gcc-string.patch

instructions.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@263 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-04-04 15:30:27 +00:00
parent 39cc6ba048
commit 6a563909b9

View file

@ -19,16 +19,21 @@ To compile and install @samp{libobjects}:
@item @item
Install @samp{gcc}. The library requires gcc version Install @samp{gcc}. The library requires gcc version
@value{OBJECTS_GCC_VERSION} or later. First you must apply two patches @value{OBJECTS_GCC_VERSION} or later. Before building @samp{gcc} you
that come with libobjects. @samp{gcc-class.patch} makes the must apply three patches that come with libobjects.
@code{Class} type compatible with NEXTSTEP. @samp{gcc-string.patch} @file{gcc-class.patch} makes the @code{Class} type compatible with
adds @@""-style constant strings to gcc (thanks to Pieter Schoenmakers NEXTSTEP. @file{gcc-string.patch} adds @@""-style constant strings to
<tiggr@@es.ele.tue.nl>). gcc (thanks to Pieter Schoenmakers <tiggr@@es.ele.tue.nl>).
@file{gcc-dynamic.patch} adds some support that helps with dynamic
linking.
@example @example
cd gcc-2.6.3/objc cd gcc-2.6.3/objc
patch < ../../libobjects-@value{OBJECTS_VERSION}/gcc-class.patch patch < ../../libobjects-@value{OBJECTS_VERSION}/gcc-class.patch
patch < ../../libobjects-@value{OBJECTS_VERSION}/gcc-string.patch cd ..
patch -p1 < ../../libobjects-@value{OBJECTS_VERSION}/gcc-string.patch
cd objc
patch < ../../libobjects-@value{OBJECTS_VERSION}/gcc-dynamic.patch
@end example @end example
@item @item