[5718] in Athena Bugs

home help back first fref pref prev next nref lref last post

Re: 7.* moira, dcmmaint

daemon@ATHENA.MIT.EDU (dkk@ATHENA.MIT.EDU)
Tue Aug 14 04:44:22 1990

From: dkk@ATHENA.MIT.EDU
Date: Tue, 14 Aug 90 04:43:13 -0400
To: Mark Rosenstein <mar@MIT.EDU>
Cc: bug-moira@ATHENA.MIT.EDU, bugs@MIT.EDU
In-Reply-To: Mark Rosenstein's message of Mon, 13 Aug 90 17:34:00 -0400,


> Why didn't the moiradev sources build for you?

Does this mean you're not surprised that the tree in /source didn't
build? :-)

The one in moiradev didn't build because the Moira version of the gdb
library apparently isn't found:
------------
tisiphone% grep LIB /mit/moiradev/src/clients/moira/Makefile
MOIRALIB = -lmoira -lgdb -lcom_err
[...]
tisiphone% grep /lib /mit/moiradev/src/clients/moira/Makefile
LDFLAGS =  -L../../lib
tisiphone% ls -lL /mit/moiradev/src/lib/libgdb.a
lrwxr-xr-x  1 mar            15 Jun  1  1989 /mit/moiradev/src/lib/libgdb.a -> ../gdb/libgdb.a
------------

Here's the error I get at link-time:
------------
Undefined:
_link_against_the_moira_version_of_gdb

------------

The problem seems to be that the Moira version of GDB is "libmrgdb.a",
not "libgdb.a" (the non-Moira version), so perhaps the Moira client
makefiles need correction:
------------
tisiphone% grep lgdb */Makefile
blanche/Makefile:MOIRALIB = -L../../lib -lmoira -lgdb -lcom_err -lkrb -ldes -lhesiod
mailmaint/Makefile:MOIRALIB = -L../../lib -lmoira -lgdb -lcom_err
moira/Makefile:MOIRALIB = -lmoira -lgdb -lcom_err
mrcheck/Makefile:MOIRALIB = ${LDFLAGS} -lmoira -lgdb -lcom_err
passwd/Makefile:MOIRALIB = -L../../lib -lmoira -lgdb -lcom_err -lkrb -ldes -lhesiod
tisiphone% grep lmrgdb */Makefile
tisiphone% 


home help back first fref pref prev next nref lref last post