naarisan@onakahetta:~[135]% uname -a SunOS onakahetta 5.8 Generic_108529-12 i86pc i386 i86pc naarisan@onakahetta:~[136]% gcc -v Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.8/3.0/specs Configured with: configure --enable-threads --enable-libgcj --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld Thread model: posix gcc version 3.0 naarisan@onakahetta:~[137]% as --version GNU assembler 2.11.2 Copyright 2001 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This assembler was configured for a target of `i386-pc-solaris2.8'. naarisan@onakahetta:~[138]% ld --version GNU ld 2.11.2 Copyright 2001 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. Supported emulations: elf_i386
これは、問題なく通りました。 しかし、 次に同じディレクトリで、 make すると、 # make cd ./lib-src && make CC='gcc' CFLAGS='-g -O3 -Wall -Wno-switch' LDFLAGS='' CPPFLAGS='' all make: Fatal error in reader: Makefile, line 40: Unexpected end of line seen Current working directory /export/home/user/tmp/xemacs-21.1.9/lib-src *** Error code 1 make: Fatal error: Command failed for target `lib-src' とエラーがでます。
そこで、 #cd lib-src;make しても、 make: Fatal error in reader: Makefile, line 40: Unexpected end of line seen となります。 助けてください!