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: Building only C++ libraries


Michael Helmich writes:
 > 
 > I'm currently using gcc/g++ 4.1.1 on AIX 5.2, which I
 > downloaded as binaries from UCLA. Unfortunately this
 > package did not include 64 bit flavors of C++ runtime
 > libraries, which I need to build a 64 bit application.
 > I'm now trying to build the libraries from the source
 > code. 
 > 
 > My question is: is it possible to configure the build,
 > so that only the libraries are built without
 > bootstrapping the compiler,

No.  Or, at least, it might be possible for someone who is a real
expert, but if you were a real expert you wouldn't be asking this
question.

Andrew.


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