Skip to content

Instantly share code, notes, and snippets.

@mpurbo
Created June 17, 2011 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpurbo/1030840 to your computer and use it in GitHub Desktop.
Save mpurbo/1030840 to your computer and use it in GitHub Desktop.
nfkc.c compile error fix when building Senna
# do configure
./configure --prefix=/usr --without-mecab
# compile nfkc.c manually before make
cd lib
../libtool --tag=CC --mode=compile \
gcc -I. -I.. -Wall -O0 -fno-strict-aliasing -g -MT nfkc.lo \
-MD -MP -MF .deps/nfkc.Plo -c -o nfkc.lo nfkc.c
# do make
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment