[1657] in Kerberos
Sparc failing compile.
daemon@ATHENA.MIT.EDU (Operator)
Tue Dec 3 18:59:45 1991
Date: Tue, 3 Dec 1991 23:12:52 GMT
From: westech!root@shelby.MIT.EDU (Operator)
To: kerberos@shelby.Stanford.EDU
We attempted to install kerberos 4 patchlevel 8 on a Sun sparc2. It failed the
make with the following message:
cc -g -o make_commands make_commands.o mkcmds_utils.o string_utils.o options.o ct.o cmd_tbl.lex.o -ll
./make_commands std_requests.ct
ld: cmd424.z: ld: can't mixed -r with -Bstatic or -A flag
cp: /tmp/cmd424.o: No such file or directory
(Sun's poor english)
We found this was due to the following line in [OBJ_DIR]/util/ss/make_commands.c
execl("/bin/ld", "ld", "-o", o_file+5, "-s", "-r", "-n",
z_file+5, 0);
which execs ld with -r AND -n. Since -n implies -Bstatic the compile fails.
Does anyone have a fix (other than removing the "-n")?
Secondly, when trying to run kerberos with the /etc/services file from:
[SRC_DIR]/prototype/etc.services
we got the following error message:
Ticket granting ticket service unknown
Anybody know what we missed?
Finally, "make install" did not install kerberos or kinit.
Any help is appreciated.
Dave Waddell