This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcj install failed
Please don't top-post.
Annapoorna R writes:
> Hi,
>
> Thanks for the info. I did configure from top directory.
>
> now its giving error here
>
> /disk1/certo/gcc4.1/gcc-4.1.2/libjava/classpath /bin/sh ./gen-classlist.sh
>
> test: Unknown operator -ef .
>
> Does it depend on the whether its running on sh/ksh/bash.
You have to look at the man page for test on your system and find out
why 'test -ef' doesn't work.
Andrew.