This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: compile error on solaris 8 and 2.6


Joel Brobecker <brobecker@gnat.com> wrote:
> Why CPPFLAGS, though, and not CFLAGS?

CPPFLAGS is canonical for pre-processor flags, because sometimes
a file must be pre-processed but not compiled, or pre-processed
separately from being compiled.

CFLAGS might work.  I just haven't tried it.

> What he could try is
>
>         % make CFLAGS="..." MAKE='make CFLAGS="..."'

That is different than what I tried, so it might work better.

Michael


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