Problem compiling amaya

Hi,

I try to build amaya 6.1 on NetBSD 1.5
I got no problem with the configure, but for the make i got this :


gmake[2]: Leaving directory `/tmp/Amaya/NetBSD/thotlib'
gcc  -o ../bin/grm ../thotlib/base/compilmsg.o parser.o grammar.o
./thotlib/libThotKernel.a  
./thotlib/libThotKernel.a(ustring.o): In function `ustrcasecmp':
ustring.o(.text+0x5f): undefined reference to `towlower'
ustring.o(.text+0x68): undefined reference to `towlower'
./thotlib/libThotKernel.a(ustring.o): In function `ustrcat':
ustring.o(.text+0x96): undefined reference to `wcscat'
./thotlib/libThotKernel.a(ustring.o): In function `ustrchr':
ustring.o(.text+0xa6): undefined reference to `wcschr'
./thotlib/libThotKernel.a(ustring.o): In function `ustrcmp':
ustring.o(.text+0xb6): undefined reference to `wcscmp'
./thotlib/libThotKernel.a(ustring.o): In function `ustrcpy':
ustring.o(.text+0xc6): undefined reference to `wcscpy'
./thotlib/libThotKernel.a(ustring.o): In function `ustrlen':
ustring.o(.text+0xd3): undefined reference to `wcslen'
./thotlib/libThotKernel.a(ustring.o): In function `ustrncasecmp':
ustring.o(.text+0x158): undefined reference to `towlower'
ustring.o(.text+0x161): undefined reference to `towlower'
./thotlib/libThotKernel.a(ustring.o): In function `ustrncat':
ustring.o(.text+0x1a1): undefined reference to `wcsncat'
./thotlib/libThotKernel.a(ustring.o): In function `ustrncmp':
ustring.o(.text+0x1b5): undefined reference to `wcsncmp'
./thotlib/libThotKernel.a(ustring.o): In function `ustrncpy':
ustring.o(.text+0x1c9): undefined reference to `wcsncpy'
./thotlib/libThotKernel.a(ustring.o): In function `ustrrchr':
ustring.o(.text+0x1da): undefined reference to `wcsrchr'
./thotlib/libThotKernel.a(ustring.o): In function `ustrtok':
ustring.o(.text+0x1ec): undefined reference to `wcstok'
./thotlib/libThotKernel.a(ustring.o): In function `ustrstr':
ustring.o(.text+0x1fe): undefined reference to `wcsstr'
collect2: ld returned 1 exit status
gmake[1]: *** [../bin/grm] Error 1
gmake[1]: Leaving directory `/tmp/Amaya/NetBSD/batch'
gmake: *** [batch] Error 2


It would be great if you could help me with this !

Best regards,

-- 
Pierre.

Received on Tuesday, 21 May 2002 04:17:02 UTC