This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error while "make" gcc3.0 - opensaml


Hay,
Your advice is good..i have started with gcc-3.3.3...as my openssl make broke and i cann't proceed further....also i am using gnu make-3.75 as recommended by gcc folks for aix. Lets see if i can finish it fast. Also i have configured to make for c,c++...hope it will save some make time..


I have to still compile the following to reach to opensaml

openssl-0.9.7a.tar
curl-7.10.3.tar.gz
log4cpp-0.3.4b.tar.gz
xerces-c-src2_2_0.tar.tar
xml-security-0.2.0.tar.gz

and then finally opensaml-0.9.1.tar.gz..

Any advices will definetly be useful..

Thanks,
Prashant
Will update you...


From: llewelly@xmission.com
To: "prashant kulkarni" <tcs_prashant@hotmail.com>
CC: gcc-help@gcc.gnu.org
Subject: Re: Error while "make" gcc3.0
Date: 25 Apr 2004 10:52:39 -0600

"prashant kulkarni" <tcs_prashant@hotmail.com> writes:

> Hi ,
> I really appreciate the reply. I am using AIX 4.2.1.0. My make broke
> inbetween but created gcc and other binaries. I have started with make
> install and lets see if I can compile other libs.

If 'make bootstrap' did not complete successfully, do not proceed with
    'make install'. If you do, you are likely to end up with a gcc
    which works for trivial cases, but has hard to understand
    misbehavior in complex cases. You do not want to go there.

Instead, try some configure options which may eliminate problem parts
    of GCC, like --enable-languages=c,c++ , which tells configure that
    only C and C++ should be built, leaving out java and fortran,
    which do not build on some systems.

> I am planning to compile opensaml libs which are in C++.  I am not
> sure if it will work but the compiler is really taking huge time to
> make.
>
> Should I go for higher version of gcc is i found some error while
> compiling other dependancies.

I reccomend gcc 3.3.3 .


_________________________________________________________________
Don?t miss out on jobs that are not advertised. http://go.msnserver.com/IN/47510.asp Post your CV on naukri.com today.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]