This is the mail archive of the gcc@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]

Re: directory names in linker


	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


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