[ale] RH7.2 -> GCC 3.1

cfowler cfowler at outpostsentinel.com
Fri Jun 28 14:28:13 EDT 2002


I did some test compiles and everythings looks good.  I will probably
upgrade glibc anyway.  My main motivation was to use gcj!



Tests:

Native Hello.c

root at cfowler tmp]# time ./hello2
Hello, World!

real    0m0.003s
user    0m0.000s


gcj Hello.class

[root at cfowler tmp]# time ./hello
Hello, World!


real    0m0.099s
user    0m0.100s
sys     0m0.000s

jdk 1.3.1

[root at cfowler tmp]# time java Hello
Hello, World!


real    0m0.284s
user    0m0.150s
sys     0m0.080s



On Fri, 2002-06-28 at 13:12, Mike Panetta wrote:
> I believe that you will need to compile the C library as well.  I am not
> 100% sure the binary formats of GCC 2.9x and 3.x are compatible.
> 
> Mike
> 
> On Fri, 2002-06-28 at 10:49, cfowler wrote:
> > I'm taking a RH7.2 FS to GCC 3.1 I did the following.
> > 
> > 1) Downloaded latest and greates of binutils
> >    ./configure --prefix=/usr
> >     make
> >     make install
> > 
> > 2) Downloaded gcc 3.1
> >    ./configure --prefix=/usr
> >     make
> >     make install
> > 
> > 
> > Anything else I need to do?
> > 
> > Thanks,
> > Chris
> > 
> > 
> > 
> > 
> > ---
> > This message has been sent through the ALE general discussion list.
> > See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
> > sent to listmaster at ale dot org.
> > 
> 
> 
> 
> 



---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.






More information about the Ale mailing list