automake (seekdir/telldir) on QNX 6.2

After installing GNU automake (1.6.1) on QNX 6.2, I then type
“automake --version” and get:
“unknown symbol: seekdir
unknown symbol: telldir”

libc.a and libc.so are in /lib

Anyone know what’s going on and how to fix this?

thx in advance,
KS

Was it built on 6.2? These two funcs are in libc.so.2 but
not libc.so.1:

/home/seanb >nm /lib/libc.so.2 | grep -F -e seekdir -e telldir
000139a0 T seekdir
0001398c T telldir

-seanb

KS <ksummers@pillardata.com> wrote:

After installing GNU automake (1.6.1) on QNX 6.2, I then type
“automake --version” and get:
“unknown symbol: seekdir
unknown symbol: telldir”

libc.a and libc.so are in /lib

Anyone know what’s going on and how to fix this?

thx in advance,
KS