[Charset iso-8859-1 unsupported, filtering to ASCII...]
>> Do you have a problem with g77 and redhat 6.0 ???
>> Here is a bug about g77 : as I try to run a very simple and short program
>> (essai.f) , g77 tells me:
>> /usr/bin/ld : cannot open crt1.o: Aucun fichier ou r_pertoire de ce type
>> collect2: ld returned 1 exit status
>> My version is : redhat 6.0
>> Linux 2.2.5-22 #1 Wed Jun 2 09:02:27 EDT 1999 i586 unknown
This (crt1.o) is part of the runtime library. If gcc was correctly
installed, it will be found automatically. g77 uses the gcc backend.
You might try removing gcc (rpm -e gcc) and reinstalling.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.