|
From: Tatsuro M. <tma...@ya...> - 2009-11-30 02:18:35
|
Hello Sorry for my duplicated post. Does anyone explain the behavior below? Regards Tatsuro --- Tatsuro MATSUOKA wrote: > Sorry for my successive post. > > I have looked at the config.log: > > configure:8273: checking for LUA > configure:8281: $PKG_CONFIG --exists --print-errors "lua" > configure:8284: $? = 0 > configure:8299: $PKG_CONFIG --exists --print-errors "lua" > configure:8302: $? = 0 > configure:8340: result: yes > configure:8353: checking for library containing luaL_openlibs > configure:8384: gcc-4 -o conftest.exe -O3 -fomit-frame-pointer -I/usr/include -L/usr/lib > conftest.c > -llua -lm >&5 > configure:8384: $? = 0 > configure:8401: result: none required > configure:8411: checking lua.h usability > configure:8411: gcc-4 -c -O3 -fomit-frame-pointer -I/usr/include conftest.c >&5 > configure:8411: $? = 0 > configure:8411: result: yes > configure:8411: checking lua.h presence > configure:8411: gcc-4 -E -I/usr/include conftest.c > configure:8411: $? = 0 > configure:8411: result: yes > configure:8411: checking for lua.h > configure:8411: result: yes > > ***************** > configure:8384: gcc-4 -o conftest.exe -O3 -fomit-frame-pointer -I/usr/include -L/usr/lib > conftest.c > -llua -lm >&5 > configure:8384: $? = 0 > configure:8401: result: none required > *************** > $? = 0 but result: none required > ???? > What is caused? I'm now in confusion. > > Regards > > Tatsuro > > --- Tatsuro MATSUOKA <tma...@ya...> wrote: > > > Hello > > > > --- Tatsuro MATSUOKA wrote: > > > > Ah! I have overlooked one points. > > > ./configure > > > : > > > checking for LUA... yes > > > checking for library containing luaL_openlibs... none required > > > checking lua.h usability... yes > > > checking lua.h presence... yes > > > checking for lua.h... yes > > > : > > > lua/TikZ terminal: yes > > > : > > > TeX *.sty for lua/tikz terminal: yes > > > > > > In config.h after configure, I can see, > > > > > > /* Define if you want the lua/TikZ terminal. */ > > > #define HAVE_LUA 1 > > > > > ************ > > > checking for library containing luaL_openlibs... none required > > ************ > > > > The above might be an origin of my failure. I have check cygwin setup concerning the lua. > > > > Regards > > > > Tatsuro > > > > -------------------------------------- > > What is your No.1 Entertainment of 2009? -Yahoo! JAPAN Net BANZUKE 2009 > > http://pr.mail.yahoo.co.jp/banzuke/ > > > > > -------------------------------------- > What is your No.1 Entertainment of 2009? -Yahoo! JAPAN Net BANZUKE 2009 > http://pr.mail.yahoo.co.jp/banzuke/ > -------------------------------------- What is your No.1 Entertainment of 2009? -Yahoo! JAPAN Net BANZUKE 2009 http://pr.mail.yahoo.co.jp/banzuke/ |