[uClibc] uClibc++ building problem

Garrett Kajmowicz gkajmowi at tbaytel.net
Wed Sep 1 20:26:46 UTC 2004


On September 1, 2004 10:46 am, Mike Frysinger wrote:
> On Wednesday 01 September 2004 10:23 am, Peter S. Mazinger wrote:
> > Have someone tried to build uClibc++ (0.1.0) w/ gcc-3.4.x?
> > It fails for me w/ many 'extra ;' and undefs (used 3.4.1)
>

> i noticed two problems so far:
> include/new: line 32 (end of namespace std struct) should not have a ;


I don't think I've changed anything in new since the last released version.  
My version of new, line 32 is:

//	        typedef nothrow_t nothrow;

The end of a namespace is supposed to have a closing semicolon, as is for s 
struct or a class.

> the build process does not abort in the face of failure !?

The build process does abort in the face of failure, but not in the event of 
misconfiguration.  I'm trying to work on the problem.  I've discovered a few 
more issues which I still need to deal with.

> no, it failed for me using Gentoo uclibc x86 ... i have an ebuild somewhat
> fleshed out ...

Cool.  Please keep an eye on the version number though, there a lots of bugs 
which need to be worked out still.

-	Garrett



More information about the uClibc mailing list