gcc

2005-10-02 Thread Bill Cunningham
Hi I'm new to the list. Wow it's great. Why isn't Richard Stallman working on gcc? I'm new to compiler design and I'm looking to learn all I can. I guess I'll have to catch on on the fly. Bill

development

2005-10-08 Thread Bill Cunningham
Ok since I'm very new to this are there any switches when compiling this source for development purposes? Bill

gcc-3.4.6 and pdp11

2006-05-01 Thread Bill Cunningham
I would like to know who supports pdp11 for 3.4.6 or even the latest 4.x version of gcc? Is it still being maintained ? I'm trying to cross compile a pdp11 on my i686 and I'm having problems. If I can talk to the maintainer(s) I can get some help and maybe even get involved in pdp11 support. B

libiberty

2006-05-02 Thread Bill Cunningham
Everytime I compile gcc I see that libiberty is being compiled. Is this a needed library and if not how can I switch it off? I'm using glibc-2.1 and I'd like to figure out compiling 2.3 and I've done it before so I just have to remember how. I want to cut down on all that compile time. Bill

Ada

2006-05-02 Thread Bill Cunningham
Are there any special switches or options needed to compile the ada package with the core gcc? I add the C++ libraries and they compile right along with the core. I've tried --enable-languages=c,c++,ada too and that doesn't do the ada libraries. Bill

gcc compile time

2006-05-04 Thread Bill Cunningham
I used gcc-2.96 to compile gcc-3.4.6 core with the c++ libraries added. It took almost if not two hours to compile and that was with these options: make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap This is supposed to save space. I want to cut

ada

2006-05-08 Thread Bill Cunningham
I tried that RPM for gnat 3.15 and it wants binutils 2.9 and well I built a binary version of binutils 2.16 with a 3.4.6 compiler. So RPM doesn't know binutils is installed. So what I need to do is force RPM to install this .rpm by overriding it's checking for dependancies. Would anyone happen

simple c compiler

2006-05-15 Thread Bill Cunningham
Where's the simplest part of the source tree to learn from? GCC? Does that directory contain the compiler simple? I've pulled some inodes containing an old c compiler from a unix v7 but it's old k&r C. I want to see a multiple pass C compiler in ansi. Bill

Libiberty

2006-06-01 Thread Bill Cunningham
I haven't found anything in the docs that I see that explains the libiberty library. Can this be compiled without having to compile a whole new compiler? I am running 3.4.6 and what to cross compile for a pdp-11. I just want to compile the extra support and that's all. Bill

Re: Libiberty

2006-06-01 Thread Bill Cunningham
- Original Message - From: "DJ Delorie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 01, 2006 10:31 PM Subject: Re: Libiberty > > Please don't reply to me personally, use the mailing list. Sorry I just pressed reply. You personal address must have been there. Bill