Re: help required for upgradation of gcc-4.1.1

2007-05-27 Thread Revital1 Eres
[EMAIL PROTECTED] wrote on 28/05/2007 09:05:24: > > Can you help to upgrade the gcc to 4.1.1 by providing the steps and > procedure etc I think you should try the gcc-help mailing list. Revital

Re: help required for upgradation of gcc-4.1.1

2007-05-27 Thread David Daney
Santhosh1 C wrote: I am facing issuue in upgrading of gcc-3.3.1 to gcc-4.1.1 in HP-UX 11.11. Your question would be more suitable for [EMAIL PROTECTED] This list is for those developing GCC, not its users. 3. ./configure Read the instructions. Building in the source directory is not su

help required for upgradation of gcc-4.1.1

2007-05-27 Thread Santhosh1 C
I am facing issuue in upgrading of gcc-3.3.1 to gcc-4.1.1 in HP-UX 11.11. Not getting any error while compilation, but showing the version 3.3.1 only after compilation. Steps we have followed is 1. downloded gcc-4.1.1.tar from gnu.org 2. Untar the file 3. ./configure 4. gmake all 5. gmake install

Re: Mercurial repository (Mirrored from SVN trunk) now publicly available

2007-05-27 Thread Daniel Berlin
Oh, some more details for those who want them: The repo contains the complete history of gcc trunk (125000 svn revisions). It takes roughly 350 meg of disk space (450 on mac due to inode size). On 5/27/07, Daniel Berlin <[EMAIL PROTECTED]> wrote: Hi guys and gals, A mercurial mirror of our SV

Mercurial repository (Mirrored from SVN trunk) now publicly available

2007-05-27 Thread Daniel Berlin
Hi guys and gals, A mercurial mirror of our SVN repository, which is updated every 30 minutes, is available to pull/clone from http://gcc.gnu.org/hg/gcc/trunk Any GCC folks who want to clone and put branches on the server, let me know and i'll clone a repo in /hg/gcc for you that you can push to

Free 500 MB File Hosting

2007-05-27 Thread E-portal
Sign up now !!! You Portal on Internet For more Information visit http://www.e-portal.us/

Re: Failure during bootstrap for libjava on powerpc linux

2007-05-27 Thread H. J. Lu
On Sun, May 27, 2007 at 06:52:30PM +0100, Rafael Espindola wrote: > On 5/27/07, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > >Hi, > > > >Getting failure during bootstrap for libjava on powerpc linux: > > > >configure: error: `CXX' has changed since the previous run: > >configure: former value: /h

Re: Failure during bootstrap for libjava on powerpc linux

2007-05-27 Thread Rafael Espindola
On 5/27/07, Razya Ladelsky <[EMAIL PROTECTED]> wrote: Hi, Getting failure during bootstrap for libjava on powerpc linux: configure: error: `CXX' has changed since the previous run: configure: former value: /home2/razya/matrix_copy/build/./gcc/xgcc Same problem on linux x86_64 -- Rafael A

Failure during bootstrap for libjava on powerpc linux

2007-05-27 Thread Razya Ladelsky
Hi, Getting failure during bootstrap for libjava on powerpc linux: configure: error: `CXX' has changed since the previous run: configure: former value: /home2/razya/matrix_copy/build/./gcc/xgcc -shared-libgcc -B/home2/razya/matrix_copy/build/./gcc -nostdinc++ -L/home2/razya/matrix_copy/build

Re: Compatibility between object code of gcc versions

2007-05-27 Thread Wei Chen
i think it will work well if the object file format isn't modified. On 5/27/07, Luís Carlos Carneiro Gonçalves <[EMAIL PROTECTED]> wrote: Dear all I am some old programs compiled in gcc (".o") that I do not have source code. If I link with others compiled with gcc 3.2.1 will it work? (I w

Compatibility between object code of gcc versions

2007-05-27 Thread Luís Carlos Carneiro Gonçalves
Dear all I am some old programs compiled in gcc (“.o”) that I do not have source code. If I link with others compiled with gcc 3.2.1 will it work? (I will call the old code from the new code) (gcc for linux x86) Thanks Luis Gonçalves

Re: Dynamically linking against GMP and MPFR

2007-05-27 Thread Tim Prince
[EMAIL PROTECTED] wrote: On Fri, 25 May 2007, Tim Prince wrote: I spent quite a while getting out of the tangle I got into when I built mpfr and gmp with --disable-shared, leaving older incompatible shared libraries in the path. No doubt, it can be made to work, but with plenty of ways to go w