[uClibc]parse error

Erik Andersen andersen at lineo.com
Fri Sep 1 17:49:11 UTC 2000


On Mon Aug 21, 2000 at 07:53:55PM +0200, Bjorn Eriksson wrote:
> 
> > In file included from error.c:5:
> > ../include/string.h:13: parse error before =1F_dest'
> 
>  This bit me as well (egcs-2.91.66 here). I appended
> 
> /* __restrict is known in EGCS 1.2 and above. */
> #if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ <
> 92)
> # define __restrict     /* Ignore */
> #endif

Good point.  I have applied this to features.h

> to include/sys/cdefs.h to fix this.
> 
>  Other, minor, problems in test/:
> 
>  'ls -sh' doesn't work on my system, I guess -h is similar to 'du -h' &
> 'df -h'.

I've added in a test so it should now do the right thing here.

>  ldd exits with a error return code if the binary isn't dynamically bound.

Fixed as well,

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--





More information about the uClibc mailing list