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]
Other format: [Raw text]

Re: Typo in i386.c?


On Sun, 2003-11-09 at 18:17, Dara Hazeghi wrote:
> Oops. My bad. Was it valid in 3.3.x? Because there's a
> very bizarre problem somebody's having on gcc-help
> (see
> http://gcc.gnu.org/ml/gcc-help/2003-11/msg00088.html)
> involving this.

There is something strange going on there, but there isn't enough info
in the message to tell what is wrong.  We need more info, such as gcc -v
output for the failing command.

The installed gcc should not be using ./specs, so it shouldn't make any
difference whether $< was supported in previous gcc releases.  gcc only
searches startfile_prefix directories for ./specs, so it looks like the
only way to get an installed gcc to use ./specs is to build in the
install directory, which is a stupid thing to do.  That doesn't seem to
be the case here though.  I would guess that there is something subtly
wrong with that user's build environment.

%< is not supported by gcc-3.3.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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