> > et le programme marchera.
>
> ou pas...
>
> J'obtiens maintenant l'erreur suivante :
> Symbol `errno' has different size in shared object, consider re-linking
>
> Serait-il possible d'avoir le source de cette petite bibliothèque ?
> Merci.
/* gcc -O2 -c -o lib-errno.o lib-errno.c
gcc -shared -Wl,-soname,lib-errno -o lib-errno.so lib-errno.o */
extern int (* __errno_location);
int errno()
{
return(*__errno_location);
}
Sommaire hein!
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]