This is the mail archive of the gcc-help@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]

RE: newbie question


>-----Original Message-----
>From: Stagner, Robert [mailto:Robert.Stagner@HomeStore.com]
>Sent: 14 March 2001 17:15

>how does one apply the patch to gcc ?  i've downloaded both the source for
>gcc and the patch file from the gcc web-site, but the patch file is simply
>a text file with references to code.

  Using the 'patch' command!!

  Change directory into the directory where you unpacked the gcc source
code.  This should be the directory where gcc-2.95.2 is a subdirectory, 
you don't want to actually be *in* that directory.  Make sure you have
a copy of the patchfile in that directory and type

patch -p0 < glibc-2.2.patch

(For further info about the patch command, try 'patch --help' or 'man 
patch' or 'info patch')

     hth,
      DaveK
-- 
 All your base are belong to us!


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


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