Where did slog go??

I’m trying to use slog under QNX6.1A and the libc.so.2 file doesn’t seem to
have the slog implementation
It seems to be in libc.so.1 and libc.a although.

objdump -t libc.a | grep slog
objdump -t libc.so.2 | grep slog

That’s odd. I don’t have a 6.1 box to verify but these exist in libc.a on
my 6.2 system. We have started moving less frequently used functions out of
libc.so to keep the size of target systems down - perhaps the slog*
functions got lost in the shuffle for 6.1?

cheers,

Kris

“Jeff Holtz” <holtzj@mediaone.net> wrote in message
news:a8t3q7$c24$1@inn.qnx.com

I’m trying to use slog under QNX6.1A and the libc.so.2 file doesn’t seem
to
have the slog implementation
It seems to be in libc.so.1 and libc.a although.

objdump -t libc.a | grep slog
objdump -t libc.so.2 | grep slog