Paul Miller <[EMAIL PROTECTED]> writes: > Is there a reference of libc5 => libc6 conversion or a program which makes > conversion available?
The general rule is, include the files the standards say you should, not the ones which worked (often only) under Linux libc5. The most useful secondary rule is, if it's not a standard, add -D_GNU_SOURCE to the compiler flags and try again. The best program for conversion is `grep' on all *.h under /usr/include. features.h is good reading. -- Carey Evans <*> http://home.clear.net.nz/pages/c.evans/ gc Neniu anticipas la hispanan Inkvizicion. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .