[2598] in Kerberos_V5_Development
Re: RPC in libc?
daemon@ATHENA.MIT.EDU (Dima Ruban)
Tue Oct 21 11:39:39 1997
In-Reply-To: <199710211526.LAA21440@ginger.cmf.nrl.navy.mil> from Ken Hornstein at "Oct 21, 97 11:26:31 am"
To: kenh@cmf.nrl.navy.mil (Ken Hornstein)
Date: Tue, 21 Oct 1997 08:39:01 -0700 (PDT)
Cc: krbdev@MIT.EDU
Reply-To: dima@best.net
From: dima@best.net (Dima Ruban)
Ken Hornstein writes:
> Anyone got any good ideas about porting Kerberos to systems that:
>
> - Have RPC rolled into libc, and
> - Have a linker that gives an error for multiply defined symbols
>
> Specifically, MkLinux on the Power Macintosh has this particular problem,
> which makes it difficult to compile any of the programs that use gssrpc.
> I _did_ look at the man pages for gcc and ld, but I didn't see anything
> that would help me.
How about to use autoconf to figure out if libc has RPC stuff compiled in?
Should be realy simple if I'm not mistaken ...
>
> --Ken
>
-- dima