incomplete libc for PPC?

Hi,

There seem to be some files missing in the ppcbe version of libc.a (and
persumably the shared versions).

Specifically, the following are undefined while linking a program
with -Vntoppcbe, but defined when linking with -Vntox86:

_Stdin
_Stdout
_Stderr
_Ctype
_Tolotab

Any suggestions welcome, as I’m 100% stuck right now…

Thanks,

Rony

It sounds like you have an installation problem, since these files
are in the /ppcbe/lib/libc.a that I have (from the CD).

Check to make sure that you don’t have the old 2.11 versions of the
ppc libraries installed (this might show libc.so → libc.so.1, rather
than the correct libc.so → libc.so.2)

Rony Shapiro <rshapiro@everbee.com> wrote:

Hi,

There seem to be some files missing in the ppcbe version of libc.a (and
persumably the shared versions).

Specifically, the following are undefined while linking a program
with -Vntoppcbe, but defined when linking with -Vntox86:

_Stdin
_Stdout
_Stderr
_Ctype
_Tolotab

Any suggestions welcome, as I’m 100% stuck right now…

Thanks,

Rony


cburgess@qnx.com