* How can patch a bug
@ 2011-07-29 17:02 esmaeil mirzaee
2011-07-29 17:41 ` Anuz Pratap Singh Tomar
2011-07-29 18:49 ` Ian Lance Taylor
0 siblings, 2 replies; 5+ messages in thread
From: esmaeil mirzaee @ 2011-07-29 17:02 UTC (permalink / raw)
To: kernelnewbies
Hi
apologize in advance, for my interrupt.
I try to install gcc-3.4.6 I've search the Internet(Thank you google).
I found it was a bug and a best man did a patch and now I want to run
that patch to resolved the problem.
If anyone can help I can be very glad.
again thank you for your effort
Best
samuel
IRC:ronin___
^ permalink raw reply [flat|nested] 5+ messages in thread
* How can patch a bug
2011-07-29 17:02 How can patch a bug esmaeil mirzaee
@ 2011-07-29 17:41 ` Anuz Pratap Singh Tomar
2011-07-29 18:49 ` Ian Lance Taylor
1 sibling, 0 replies; 5+ messages in thread
From: Anuz Pratap Singh Tomar @ 2011-07-29 17:41 UTC (permalink / raw)
To: kernelnewbies
On Fri, Jul 29, 2011 at 6:02 PM, esmaeil mirzaee
<esmaeil.debian@gmail.com>wrote:
> Hi
> apologize in advance, for my interrupt.
>
> I try to install gcc-3.4.6 I've search the Internet(Thank you google).
> I found it was a bug and a best man did a patch and now I want to run
> that patch to resolved the problem.
>
> If anyone can help I can be very glad.
>
>
Applying a patch is trivial.
#patch -p0 < patch_name
or -p1 depending on the directory etc.
if that is what you are asking?
again thank you for your effort
>
>
> Best
> samuel
> IRC:ronin___
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110729/cb64359c/attachment.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* How can patch a bug
2011-07-29 17:02 How can patch a bug esmaeil mirzaee
2011-07-29 17:41 ` Anuz Pratap Singh Tomar
@ 2011-07-29 18:49 ` Ian Lance Taylor
2011-07-29 19:42 ` esmaeil mirzaee
1 sibling, 1 reply; 5+ messages in thread
From: Ian Lance Taylor @ 2011-07-29 18:49 UTC (permalink / raw)
To: kernelnewbies
esmaeil mirzaee <esmaeil.debian@gmail.com> writes:
> I try to install gcc-3.4.6 I've search the Internet(Thank you google).
> I found it was a bug and a best man did a patch and now I want to run
> that patch to resolved the problem.
Run the patch program.
"man patch"
Ian
^ permalink raw reply [flat|nested] 5+ messages in thread
* How can patch a bug
2011-07-29 18:49 ` Ian Lance Taylor
@ 2011-07-29 19:42 ` esmaeil mirzaee
2011-07-29 19:59 ` Ian Lance Taylor
0 siblings, 1 reply; 5+ messages in thread
From: esmaeil mirzaee @ 2011-07-29 19:42 UTC (permalink / raw)
To: kernelnewbies
Hi
On Fri, Jul 29, 2011 at 2:56 PM, Ian Lance Taylor <iant@google.com> wrote:
> esmaeil mirzaee <esmaeil.debian@gmail.com> writes:
>
>> I try to install gcc-3.4.6 I've search the Internet(Thank you google).
>> I found it was a bug and a best man did a patch and now I want to run
>> that patch to resolved the problem.
>
> Run the patch program.
>
> "man patch"
I wanna run this patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19985 for resolve my
problem. What patch I must to download. I need them for gcc-3.4.6
>
> Ian
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* How can patch a bug
2011-07-29 19:42 ` esmaeil mirzaee
@ 2011-07-29 19:59 ` Ian Lance Taylor
0 siblings, 0 replies; 5+ messages in thread
From: Ian Lance Taylor @ 2011-07-29 19:59 UTC (permalink / raw)
To: kernelnewbies
esmaeil mirzaee <esmaeil.debian@gmail.com> writes:
> I wanna run this patch
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19985 for resolve my
> problem. What patch I must to download. I need them for gcc-3.4.6
The patch for that problem was committed to the gcc 3.4 branch and is
probably in gcc 3.4.6 already. See comment #14 in that PR. That
comment includes links to the specific change made to fix the problem.
Ian
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-07-29 19:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 17:02 How can patch a bug esmaeil mirzaee
2011-07-29 17:41 ` Anuz Pratap Singh Tomar
2011-07-29 18:49 ` Ian Lance Taylor
2011-07-29 19:42 ` esmaeil mirzaee
2011-07-29 19:59 ` Ian Lance Taylor
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.