[uClibc]French and Rules.mak

Gagneraud Christian chgans at tuxfamily.org
Wed Jan 15 20:13:15 UTC 2003


Le mar 14/01/2003 à 19:53, Erik Andersen a écrit :
> On Tue Jan 14, 2003 at 01:04:31AM +0100, Gagneraud Christian wrote:
> > Hi all,
> > 
> > I had the same proplem as in
> > http://www.uclibc.org/lists/uclibc/2002-October/006826.html
> > :
> > uClibc don't compile because gcc cant find stddef.h stdarg.h etc...
> > in Rules.mak i have:
> > CFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install:
> > *\(.*\)/-I\1include/gp")
> > 
> > but for me "gcc -print-search-dirs" give me: "installés:..." and not
> > "install:..." because i have messages in French
> > 
> > So i just change to sed -ne "s/install.*:......
> > I use gcc-3.2 and uClibc-0.9.16 and all work fine
> 
> Can you try again now?  I think I now have this problem 
> taken care of...

I've take the latest CVS code, but it doesn't compile, same problem of
"gcc -print-search-dirs", i've look at the modification of Rules.make
between 0.9.16 and CVS, i don't know enough about GCC but has "LC_ALL=C"
some interact with "gcc -print-search-dirs" (excuse me for my bad
english...)

I said i was having the same problem as in
http://www.uclibc.org/lists/uclibc/2002-October/006826.html
In fact i had the same error but the i have not the same reason

My errors was solve when i change
CFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp")
to
CFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install.*: *\(.*\)/-I\1include/gp")
=>("install.*: " instead of "install.*: ")

because my cross-gcc has message in french so 
-print-search-dirs give me:
"installés: " instead of "install: "


I am missing something?

> 
>  -Erik
> 
> --
> Erik B. Andersen             http://codepoet-consulting.com/
> --This message was written using 73% post-consumer electrons--

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20030115/d659078b/attachment.pgp 


More information about the uClibc mailing list