L

2024-12-11 Thread Sanny Sahara via Gcc
Sent from my iPhonho )yl

[PATCH] [Bug 215844] scanf.3: Clarify ll and L modifiers

2022-04-16 Thread Alejandro Colomar via Gcc
insertions(+), 9 deletions(-) diff --git a/man3/scanf.3 b/man3/scanf.3 index 55058f3d2..199c8a19a 100644 --- a/man3/scanf.3 +++ b/man3/scanf.3 @@ -308,10 +308,6 @@ and the next pointer is a pointer to .I double (rather than .IR float ). -Specifying two -.B l -characters is equivalent to -.BR

Re: Please help me understand & patch GCC re. "gcc -L/usr/lib -lz" problem, also "-nostdlib"

2021-03-03 Thread Bob via Gcc
Hi Jonathan, Thank you very much for your response. Since the previous email I have had more correspondence with Marc at the OpenBSD misc mailing list. He clarified that the reason the -L/usr/lib prefix was added, was "because of ld.ldd, the linker from clang. see, that one does not link

Re: Please help me understand & patch GCC re. "gcc -L/usr/lib -lz" problem, also "-nostdlib"

2021-03-03 Thread Jonathan Wakely via Gcc
ion that it turns > out not to be needed. > > I describe my problem here: > https://marc.info/?l=openbsd-misc&m=161472828522043&w=2 > > In summary my problem is that on OpenBSD, GCC will prepend to LD's > arguments "-L/usr/lib", which means that "-lz&qu

Please help me understand & patch GCC re. "gcc -L/usr/lib -lz" problem, also "-nostdlib"

2021-03-03 Thread Bob via Gcc
https://marc.info/?l=openbsd-misc&m=161472828522043&w=2 In summary my problem is that on OpenBSD, GCC will prepend to LD's arguments "-L/usr/lib", which means that "-lz" NEVER will take my local custom-built libz.so (which is what I want GCC/LD to do), but instead always wil

H. . .E. . .R. . .B. . .A. . .L. . .. . .V. . .l. . .A. . .G. . .R. . .A

2012-09-28 Thread Alana Nuss
http://www.jsbaden.be/js/herbal.php?NussAlanaNuss

-L on AIX

2009-01-30 Thread Perry Smith
Lets suppose I build GNU's sed using gcc 4.2.0 on AIX. At link time, the flag -L/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.2.0/../../.. is passed along with -L/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.2.0 to ld. sed links and runs fine. In the executable, this list of paths is