This is the mail archive of the gcc-bugs@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: 'make cross' needs gcc-g++ ?!


On 19 Oct 1999, Sergei Organov wrote:

> Don't know if it is a bug or feature, but 'make cross' doesn't work if
> only gcc-core is installed.  It needs gcc-g++ to be installed as
> well. Well, I re-read crossgcc FAQ and didn't find references to
> 'cross' target for make. Is it just obsolete or it never was an intended
> way to make cross compiler? 'make all' works fine, so I hope there is no
> actual trouble here.
> 
> $ tar -xzf ../archive/gcc-core-2.95.1.tar.gz
>
Make cross is in fact obsolete.  I believe this started with gcc-2.95.
Just plain "make" is now the recommended method as stated on:

http://egcs.cygnus.com/install/build.html 

> $ make cross LANGUAGES=c
This is also obsolete.  Please use the --enable-languages= flag to
configure as shown on:

http://egcs.cygnus.com/install/configure.html

--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444


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