This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Configuration bug


Hello,


I had troubles when I tried to compile with gcc 2.95-2 that I found on Mandrake-Linux site:

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]