This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: arm-wince-pe configure


On Thu, Jun 26, 2003 at 11:01:49AM -0600, Shaun Jackman wrote:
> 
> Should it be arm-wince-pe-c++ being used here instead of c++?

Probably.

> I
> configured libstdc++ like this:
> 
> ../../../gcc-3.2/libstdc++-v3/configure --with-cross-host=arm-wince-pe
> --target=arm-wince-pe --prefix=/usr/local/wince --with-newlib
> --enable-shared=no --enable-static=libsupc++ --enable-multilib=no

Is that copied from somewhere else, or did you type that it directly?
libstdc++ shoudn'd be configured on its own; it's built with the rest of
the compiler.

In any case, "--enable-static=libsupc++" is unneeded (and doesn't actually
work in any case), because libsupc++ is only ever built statically.
The --with-cross-host is, I believe, done for you as part of the normal
bootstrap process.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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