On Monday 26 February 2007 23:21:58 Claudio Leonel wrote:
> 
> Hi
> 
> I was trying to build 'libusb', got a problem
> and noticed that I don't have 'libstdc++' in
> my build directory.
> How do I enable libstdc++ to be built ?
> I thought it was built by default along with glibc
> because I didn't find any package (except in compat)
> and didn't find any option in configuration
> to explicitly build libstdc++.

Since libstdc++ is included in GCC the way to have it in your
build is to enable gcc in the cross build selection.

I guess currently only the cross compiler in the toolchain stage (0)
is build and not in the target cross build stage (1).

You can then later on in the image creation drop all files of gcc
but the libstdc++, libgcc_s, ...

PS: Yes, maybe we should seperate the run-time libs out of gcc,
but this rather increases complexity and leaves us alone when
we get strange build errors.

Yours,

-- 
  René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
  http://exactcode.de | http://t2-project.org | http://rene.rebe.name
  +49 (0)30 / 255 897 45

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2

Reply via email to