On Tuesday 15 February 2005 19:04, Vincent Guffens wrote: > ok, the UM_FASTCALL trick was only to make the error about conflicting > types and sleep_on_timeout disappear. I don't think there is anything > to do with the other one.
> This is strange because, looking in the ld man, the other error looks > like ld can't find libc.a which is normally in the default include path > (/usr/lib/libc.a on my old debian). As said elsewhere in this thread, he needs the glibc-static-devel package. > Can you compile any other program ? Note that libc.a is only used for static linking, which is not at all the default, except for UML. Normally ld would search for /usr/lib/libc.so. (Yes, not /lib/libc.so.... and the former exists!). -- Paolo Giarrusso, aka Blaisorblade Linux registered user n. 292729 http://www.user-mode-linux.org/~blaisorblade ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ User-mode-linux-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
