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: tradcpp/specs configuration mismatch (i686-pc-cygwin)


On Tue, Jul 18, 2000 at 08:15:21AM -0700, Tim Prince wrote:

> I find the tradcpp build scheme confusing.  I expected tradcpp to be
> built automatically by "make LANGUAGES=f77" , but apparently it is
> treated as a separate component.

Try "make LANGUAGES='c f77'" and see if it gets built.  We probably
need to add tradcpp to the dependencies of all the languages that use
it.

> Regardless, I am getting a broken configuration, where tradcpp is
> rejecting the argument "-remap" (inserted by specs?).

The tradcpp code base does not support -remap.  Do you truly need this
feature?  -remap is only for targets that have no way of supporting
long filenames.

zw


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