Re: [Cgdb-devel] cgdb 0.4.2 build problem
Brought to you by:
bobbybrasko,
crouchingturbo
|
From: Robert L. <rob...@se...> - 2004-07-14 19:39:01
|
On Wed, Jul 14, 2004 at 02:42:47PM -0400, Bob Rossi wrote:
> No, however, I suggest you try checking out a fresh tree and trying
> again. I just did a commit and it might have fixed the problem.
> I also just did a fresh checkout, ./configure && make && make install,
> and the progs directory contains all 10 programs.
sorry, but i can't confirm this. just do an export DESTDIR=3D/tmp before
the make install. and looking at cgdb/lib/kui/src/Makefile (for example)
line 193, in the "install-noinst_binPROGRAMS" target:
$(mkinstalldirs) $(DESTDIR)$(noinst_bindir)
i think this should nopt use DESTDIR. i don't know how you generate your
Makefile.in, but if you do it with automake or something similar it
might also be a bug there. if it's too much stress then don't worry for
now, i can patch around it.
cu robert
--=20
Robert Lemmen http://www.semistable.com=20
|