On Sat, 8 Dec 2001, Frank Heckenbach wrote:
What exactly happens with the native tools?
Here is the log (the whole lot):
make CFLAGS=-O2 if [ x"no" = xyes ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -O2 -I. -I/home/pugh/miklos/pascal/gcc-2.95.2/libiberty/../include argv.c -o pic/argv.o gcc -c -DHAVE_CONFIG_H -O2 -I. -I/home/pugh/miklos/pascal/gcc-2.95.2/libiberty/../include argv.c gcc: argv.c: No such file or directory gcc: No input files *** Error code 1 (bu21) *** Error code 1 (bu21)
Looks like a patch problem.
But wait, perhaps this /usr/lib32/mips3/crt1.o is in fact not a static version, and you'll have to install a static version in /usr/lib32/mips3/nonshared in the first place (since GCC doesn't seem to install it, maybe it's part of the OS -- I don't know what IRIX installation is like, but on Linux I'd say you'd have to install packages for static runtime library support or similar).
You are right. The static libs are not present on my system. Too bad...
miklos