<![CDATA[Forum Ubuntu-fr.org / gcc4.0]]> http://forum.ubuntu-fr.org/viewtopic.php?id=21548 Sun, 18 Dec 2005 13:14:34 +0000 FluxBB <![CDATA[Réponse à : gcc4.0]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=149633#p149633 As tu installé le paquet glibc6-dev.deb?
C'est la dedans que se trouvent toutes les includes.;)

]]>
Sun, 18 Dec 2005 13:14:34 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=149633#p149633
<![CDATA[gcc4.0]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=148857#p148857 après avoir passé une après midi a essayé d'installé le noyau 2.6.14, je me suis enfin rendu compte que UBUNTU ça marche pas hmm :
c'est à tel point que qu'en j'essaye de compiler:
#include<stdio.h>
int main(void)
{
   printf("ça marche enfin!!!\n");

return(0);
}

gcc n'arrive même pas à le compiler yikes !! il trouve pas stdio.h!!

]]>
Fri, 16 Dec 2005 21:30:11 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=148857#p148857