This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: gcc4 cross compiler on macos


"Vincent R." <forumer@smartmobili.com> writes:

> How is generated this libgcc.mvars ?

It is normally created by gcc/Makefile during the course of a normal
build.

I don't know what is going wrong on your system.  However, this:

Makefile:143: ../.././gcc/libgcc.mvars: No such file or directory

suggests that you may have run ./configure.  Don't do that.  Follow the
installation directions.

Ian


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