On Sunday 20 March 2005 03:24 pm, Victor Mel'nichenko wrote: > Please, help me with my problem: make -j4 buildworld give me this > error: ===> gnu/lib/libg2c > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libg2c.a > /usr/obj/usr/src/i386/usr/lib sh /usr/src/tools/install.sh -C -o root > -g wheel -m 444 /usr/src/gnu/lib/libg2c/g2c.h > /usr/obj/usr/src/i386/usr/include sh /usr/src/tools/install.sh -s -o > root -g wheel -m 444 libg2c.so.1 /usr/obj/usr/src/i386/usr/lib ln > -fs libg2c.so.1 /usr/obj/usr/src/i386/usr/lib/libg2c.so > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > What it is mean & how to solve the problem?
With the -j4, you don't know what is causing the problem. It is overlapped and hidden. Redo the buildworld with out -j4 and you will see what the real error is. What are you trying to build? Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"