Date: Wed, 24 Nov 2004 16:12:17 -0300 From: Paulo Fragoso <paulo@nlink.com.br> To: freebsd-stable@freebsd.org Subject: Are there a make problem? Message-ID: <41A4DD11.7040407@nlink.com.br>
next in thread | raw e-mail | index | archive | help
Hi, We are trying to create a jail with FreeBSD 5.3 but it's fails with this error: cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/games/fortune/strfile/strfile.c make: don't know how to make /j/usr/lib/libc.a. Stop *** Error code 2 We was using: export D=/j make world DESTDIR=$D After an advice from Jason DiCioccio we can make a jail successful: env DESTDIR=$D make world We have a similar problem with BATCH=YES using ports, after 5.2.1-RELEASE (not included) we are using: export BATCH=yes && make install instead BATCH=yes in main Makefile. Are there any problem with make? Paulo.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41A4DD11.7040407>