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: gcc problems with HP-UX 10.2


Alexandre Oliva wrote:
> 
> On Feb 15, 2001, Eric Christopher <echristo@redhat.com> wrote:
> 
> >> I understand your point but all looking at the command line, cc $(CFLAGS) -c
> >> $*.c -o $*.o, it compiles each of the c file individually or suppose to be.
> >>
> 
> > Sounds like a make problem then.
> 
> Nope.  As I found out in private e-mail, the problem was that CFLAGS
> would expand to something containing +O1 +s +fpic.  Not exactly the
> kind of switches GCC is supposed to accept.  It took them as input
> files, and complaining for having too many of them.
> 

eeek.  How weird.

-eric


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