Hi, At Fri, 9 Sep 2005 04:25:29 +0900, Philip J. Mikal wrote in [ruby-talk:155369]: > I'm having no luck compiling Ruby - getting the > following error: It works for me, with gcc 3.4.2 on Redhat. > make[1]: Entering directory > `/usr/local/src/ruby/ext/iconv' > gcc -fPIC -g -O2 -I. -I../.. -I../../. > -I../.././ext/iconv -DICONV_INPTR_CAST="(char **)" -c > iconv.c > gcc323: **): No such file or directory What's this gcc323? Why does it differ from the command called by make? -- Nobu Nakada