Fabian,
> > ld: 0711-317 ERROR: Undefined symbol: eff_uid
>
> Ok, can you trace down which file/line this comes
from?
Sure:
$ grep -R "eff_uid" *
examples/rlfe/pty.c:extern int eff_uid;
examples/rlfe/pty.c: if (eff_uid && access(TtyName,
R_OK | W_OK))
examples/rlfe/pty.c: if (eff_uid &&
access(TtyName, R_OK | W_OK))
Looks to be just in the examples code. Which is why not
compiling
those allows readline to install.
> between the various platforms. One of the goals of
Prefix is to have an
> as identical as possible (functional) environment on
every platform.
Yeah, I see that. Ideally that's what I'd like is to get
everything
to install on AIX with as little hacking as possible too
>
> --
> gentoo-alt gentoo.org mailing list
>
>
--
Marshall McMullen
marshall.mcmullen gmail.com
mjmcmullen gmail.net
mdmcmullen us.ibm.com
In France, there's a popular saying about Linux that
essentially translates as:
"Linux? You can get a less powerful system, but it will
cost you more."
--
gentoo-alt gentoo.org mailing list
|