Hi, Current setup.exe can't parse `+' character in setup.ini. # for gtk+ ? --- inilex.l.orig Sat May 26 18:08:33 2001 +++ inilex.l Fri May 25 02:09:44 2001 @@ -36,7 +36,7 @@ static void ignore_line (); %option yylineno %option never-interactive -STR [a-zA-Z0-9_./-]+ +STR [a-zA-Z0-9_./+-]+ %% ---- Yukihiko Sohda <sohda@is.titech.ac.jp>