Re: addition to http://gcc.gnu.org/faq.html

2011-10-30 Thread Gerald Pfeifer
On Sun, 17 Apr 2011, Axel Freyn wrote: > I propose to add a phrase to the "rpath"-section (Dynamic linker is > unable to find GCC libraries), which explains how to use "-R" as > compiler-option (by using "-Wl,") This is a good idea, thank you. I applied the small variation of your original patch

addition to http://gcc.gnu.org/faq.html

2011-04-17 Thread Axel Freyn
Hi, I propose to add a phrase to the "rpath"-section (Dynamic linker is unable to find GCC libraries), which explains how to use "-R" as compiler-option (by using "-Wl,") Axel --- old/faq.html2011-04-17 13:55:36.0 +0200 +++ new/faq.html2011-04-17 14:00:28.0 +0200 @@ -244,