Re: Please help

2024-06-28 Thread Mohd Kashif via Gcc
Dear Deepak, It's an Open Source Compiler for C Thank & Regards (MOHD KASHIF) On Fri, Jun 28, 2024, 9:17 PM MR DEEPAK via Gcc wrote: > Sir, > I am a student of class 11th . I want to know original C compiler is open > or closed source. > > Like I talk about :- preprocessor >

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 with /u

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

2021-03-03 Thread Jonathan Wakely via Gcc
On Wed, 3 Mar 2021 at 12:35, Bob via Gcc wrote: > > Hi GCC users mailing list, > > I am currently figuring out a GCC usecase on OpenBSD. This situation > involves some non-superficial understanding of GCC's code, and > therefore I wish to query you here even in the situation that it turns > out no

Re: Please help!!!

2019-05-06 Thread Jim Wilson
On Mon, May 6, 2019 at 6:02 AM Алексей Хилаев via gcc wrote: > Gcc riscv won`t emit my insns, binutils and spike(riscv sim) work correctly, > but gcc don`t. I want to add min/max for integer, gcc compiling correct, sim > executing correctly. > (define_insn "*min_" > [(set (match_operand:GPR 0 "r

Re: Please help!!!

2019-05-06 Thread Segher Boessenkool
On Mon, May 06, 2019 at 04:01:58PM +0300, Алек�1557147755�й Хилаев via gcc wrote: > Gcc riscv won`t emit my insns, binutils and spike(riscv sim) work correctly, > but gcc don`t. I want to add min/max for integer, gcc compiling correct, sim > executing correctly. > > (define_insn "*min_" > [(set

Re: PLEASE HELP!!

2005-07-27 Thread Chris Garrett
If you really need to just jump into it you can try Chinook (http://www.degarrah.com/chinookfree.php). It's a cross platform IDE that ships with GCC/GDB and is free. Chris louise kelliher wrote: Hiya, im wondering if you could help me, Im at my wits end and need to cover c programming before

Re: Please help with __attribute__ weak

2005-07-26 Thread H. J. Lu
On Tue, Jul 26, 2005 at 10:16:48AM -0400, Dimitry Golubovsky wrote: > Dimitry Golubovsky wrote: > > > I need to declare a symbol which is weaker in the executable than in any > > external static or dynamic library. > > > In other words, the executable provides some fallback function > > implement

Re: Please help with __attribute__ weak

2005-07-26 Thread Dimitry Golubovsky
Dimitry Golubovsky wrote: > I need to declare a symbol which is weaker in the executable than in any > external static or dynamic library. > In other words, the executable provides some fallback function > implementation (in my example, for "write"). But if the linker or > dynamic linker resolves

Re: Please help with __attribute__ weak

2005-07-26 Thread H. J. Lu
On Tue, Jul 26, 2005 at 07:19:43AM -0400, Dimitry Golubovsky wrote: > > I need to declare a symbol which is weaker in the executable than in any > external static or dynamic library. > > In other words, the executable provides some fallback function > implementation (in my example, for "write").

RE: Please help ...

2005-06-03 Thread Prafulla Shukla
:12 PM To: Prafulla Shukla Cc: gcc@gcc.gnu.org Subject: Re: Please help ... On Fri, 3 Jun 2005, Prafulla Shukla wrote: > Hi, > > We require > gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-20) ^^^ What about to try www.redhat.com ? > This e-m

Re: Please help ...

2005-06-02 Thread Karel Gardas
On Fri, 3 Jun 2005, Prafulla Shukla wrote: Hi, We require gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-20) ^^^ What about to try www.redhat.com ? This e-mail message may contain proprietary, confidential or legally privileged information for the sole use

Re: PLEASE HELP!

2005-05-03 Thread Ian Lance Taylor
R Lokesh babu <[EMAIL PROTECTED]> writes: > My application (COMMERCIAL SOFTWARE) links to > libstdc++, By default Solaris OS > does not install the libstdc++ package > (libgcc-3.3-sol9-sparc-local.gz). > Can I re-distribute the lib-gcc package and install it > along with my application > installat