This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Configuration bug
- To: Guillaume PAIS <guillaume dot pais at libertysurf dot fr>
- Subject: Re: Configuration bug
- From: Eric Christopher <echristo at cygnus dot com>
- Date: Mon, 27 Nov 2000 14:31:46 -0800
- CC: gcc-bugs at gcc dot gnu dot org
- References: <000c01c058c0$a2ca35a0$9b9024d5@j1v8k3>
> I had troubles when I tried to compile with gcc 2.95-2 that I found on Mandrake-Linux site:
>
You should send mail to Mandrake about this. You are likely missing
development libraries and many other things. Mandrake may have a
"Development" option on their install.
-eric
> root@localhost ~/C # gcc -o Hello Hello.c
> /usr/bin/ld: cannot open crt1.o: Aucun fichier ou répertoire de ce type
> collect2: ld returned 1 exit status
>
>
> "Aucun fichier ou répertoire de ce type" means it can't find this file or directory
>
>
> In fact, the crt1.o file is in another directory. Do you know what I should you ?
>
>
> Here is my Hello.c code :
>
> int main(){
>
> return 0;
>
> }
>
> My configuration is :
>
> Celeron 433 MHz
> Linux-Mandrake 7.0
>
>
>
> THANK YOU
>
> GUILLAUME