On Tue, 15 Jan 2002 12:35:54 +0000 [EMAIL PROTECTED] wrote: > Funny thing's started happening with C68 (4.24f) on my Q40. It > compiles the source with no errors, then reports "could not open > crt.o". The file is there, where it should be. Need to try extracting > a fresh copy from the zip file, when I get a spare moment... > > Ian.
Maybe you need to tell the linker where the crt_o is: ex ld;"-L<directory_where_libs_crt_o_reside> <object_file_to_link> .." Claus
