I have some problem to compile usermode linux on cooker, in fact I am trying 
to create a pre-package :)

At end of compile, I have lot of error like this:

gcc -Wl,-T,arch/um/link.ld  -Wl,--wrap,malloc -Wl,--wrap,free 
-Wl,--wrap,calloc \
        -o linux -static arch/um/main.o vmlinux.o -L/usr/lib -lutil
/usr/lib/libc.a(vfprintf.o): In function `vfprintf':
vfprintf.o(.text+0x43): warning: the printf functions add several kilobytes of 
bloat.
/usr/lib/libc.a(stderr.o): In function `__fflush_stderr':
stderr.o(.text+0xa): warning: your code uses stdio (7+k bloat).
arch/um/main.o: In function `main':
arch/um/main.o(.text+0x181): undefined reference to `__strdup'

etc....

By looking changelog, it seem latest glibc was built before gcc3.2, isn't it 
the problem ? If yes, can rebuild glibc, and fix ld-linux.so.2 dependency for 
ppc in same time ?

rpm -q --changelog gcc |less
* Mon Jul 29 2002 Gwenole Beauchesne <[EMAIL PROTECTED]> 3.2-0.2mdk

rpm -q --changelog glibc-static-devel |less
* Mon Jul 22 2002 Gwenole Beauchesne <[EMAIL PROTECTED]> 
2.2.5-14mdk



-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur. - JL.
Olivier Thauvin - http://nanardon.homelinux.org/

Reply via email to