This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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: Insight built correctly on sparc solaris 2.8


Tom Tromey wrote:



>>>>> "Bruce" == Bruce Korb <bkorb@veritas.com> writes:

Bruce> However, automake is supposed to create generic makes.
Bruce> The offensive line was, approximately:
Bruce>   mumble.o : ${BUILD_DIR}/grumble.c
Bruce> and Sun's make does not like "${BUILD_DIR}".

Did automake really generate this line?
I'd be surprised.  Our coding standard is to use $(...), not ${...}
What directory is this in?

Readline. It looks like everywhere "config.h" appears as a compile dependency _in_that_Makefile_, it appears as
${BUILD_DIR}/config.h. I do not know how the dependency
was actually generated, because it is in the
distributed "Makefile.in" file.
This looks like, in part, a problem in the readline library that GDB imports into the src CVS repository. Can I suggest creating a bug report in:
http://sources.redhat.com/gdb/bugs/
so that the GDB group can track the need to ensure this is fixed in the next readline import (if not earlier).

Can I also encourage you to persue this problem with the up-stream readline -- it might even already be fixed.

Andrew



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