[5007] in Kerberos
Re: make world Fatal error
daemon@ATHENA.MIT.EDU (Randall S. Winchester)
Fri Apr 21 11:09:42 1995
Date: Fri, 21 Apr 1995 10:36:42 -0400 (EDT)
From: "Randall S. Winchester" <rsw@Glue.umd.edu>
To: Cynthia Guy <cguy@uspto.gov>
Cc: kerberos@MIT.EDU
In-Reply-To: <3n5pr2$roo@pioneer.uspto.gov>
On 20 Apr 1995, Cynthia Guy wrote:
> I am installing Kerberos on our Sun 4.1.3 system. During the make world
> command, I am receiving the following fatal errors:
>
> ld: Undefined symbol
> _dlopen
> _dlclose
> _dlsym
> *** Error code 2
I usually get this when I try to compile with -Bstatic (cc) or -static (gcc).
The man page for "ld" says you can make a partially static binary by doing
something like;
cc -Bstatic ${LIBS} -Bdynamic -ldl -Bstatic
the dynamic library (libdl.a) has those missing objects.
Otherwise turn off the -Bstatic flag.
Randall
> make: Fatal error: Command failed for target ompile_et'
> Current working directory /usr2/mit/kerberos/obj/util/et
> *** Error code 1
> make: Fatal error: Command failed for target epend'
> Current working directory /usr2/mit/kerberos/obj/util
> *** Error code 1
> make: Fatal error: Command failed for target epend'
> Current working directory /usr2/mit/kerberos/obj
> *** Error code 1
> make: Fatal error: Command failed for target orld'
>
>
> Where can I find out what this is telling me? Is there any documentation on
> Error codes and Fatal error messages?
>
> Thanks for any assistance.
> --
> "Time is a precious gift.
> Live each minute to its fullest because you will never get it back."
>
> Cynthia Guy, Network Analyst PTO: (703) 308-6873 standard disclaimers apply
>