From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: rssh@grad.kiev.ua Cc: egcs@cygnus.com Subject: Re: directory names in linker Date: Tue, 24 Mar 1998 13:00:00 -0000 Message-id: <199803242100.NAA23921@rtl.cygnus.com> References: <35138FAB.12E95FF1@Shevchenko.Kiev.UA> X-SW-Source: 1998-03/msg00823.html After installing egcs-2.91.14 and compiling programs with -belph, I receive error: crtbegin.o: can not open file for reading -b is a gcc option that does not do what you think it does. See the gcc documentation. Try using -melf/-mcoff instead. I believe -melf is the default, so you shouldn't need to specify it. Jim