- From: Irene Vatton <Irene.Vatton@inrialpes.fr>
- Date: Wed, 22 May 2002 14:19:02 +0200
- To: pierre beaumadier <pierre.beaumadier@epita.fr>
- Cc: www-amaya-dev@w3.org, Irene.Vatton@inrialpes.fr
Hi, It's possible that your system doesn't provide a support for wide characters (see if a file wctype.h exist). In this case I suggest you generate a non internationalized version of Amaya. For that execute "../configure --without-i18n" instead of "../configure" Let me know if it doesn't work. --- Irene. > 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 Wednesday, 22 May 2002 08:20:57 UTC