On Sat, Oct 02, 2010 at 03:11:07PM +0200, Martin Schweizer wrote: > [...] > 3. Now I make buildworld && make buidlkernel && make installkernel and I get > the following messages: > [...] > > cc -fpic -DPIC -O2 -pipe > -I/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi > -I/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/krb5 > -I/usr/src/kerb > make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libpthread.a. Stop > *** Error code 2 > Stop in /usr/src. > > What I'm doing wrong?
Did you specify any -j flags during your "make buildworld" (ex. "make -j2 buildworld")? If so, please remove them and restart the build. Then you will see where the actual compile/make error happens. From the above output, it doesn't look like it's related to the Kerberos or libgssapi stuff. -- | Jeremy Chadwick [email protected] | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
