[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] [continuation] Client compilation failed on AIX 4.2.1



I also just tried compiling on an AIX 4.2.1 box (with gcc)
and got the same exact error:

make[1]: Entering directory `/usr/local/hobbit/stage/hobbit-4.2.0/common'
gcc -O -D_REENTRANT -DAIX -I. -I/usr/local/hobbit/stage/hobbit-4.2.0/include -DC
LIENTONLY=1 -c -o bb.o bb.c
gcc -O -D_REENTRANT -DAIX -I. -I/usr/local/hobbit/stage/hobbit-4.2.0/include -DC
LIENTONLY=1 -o ../client/bb bb.o ../lib/hobbitclient.a
collect2: ld returned 8 exit status
ld: 0711-317 ERROR: Undefined symbol: .strtok_r
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make[1]: *** [../client/bb] Error 1
make[1]: Leaving directory `/usr/local/hobbit/stage/hobbit-4.2.0/common'
make: *** [common-client] Error 2
#

On 9/4/06, thomas.seglard.enata (at) cnp.fr <thomas.seglard.enata (at) cnp.fr> wrote:
Hello,

it's me again with all my troubles on AIX 4.2.1... Sorry ! Now, I'm just
using the C compiler from IBM. Here is the new output :

gmake[1]: Entering directory `/opt/gnu/hobbit/common'
cc -g -O3 -qstrict -qcpluscmt -D_REENTRANT  -DAIX -I.
-I/opt/gnu/hobbit/include -DCLIENTONLY=1 -c -o bb.o bb.c
cc -g -O3 -qstrict -qcpluscmt -D_REENTRANT  -DAIX -I.
-I/opt/gnu/hobbit/include -DCLIENTONLY=1 -o ../client/bb bb.o
../lib/hobbitclient.a
ld: 0711-317 ERROR: Undefined symbol: .strtok_r
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
gmake[1]: *** [../client/bb] Error 8
gmake[1]: Leaving directory `/opt/gnu/hobbit/common'
gmake: *** [common-client] Error 2

So, if you know something about this error, please tell me !
Best regards,

Thomas