Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 1998 20:01:36 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        dstenn@fanfic.org, jb@freebsd1.cimlogic.com.au
Cc:        current@FreeBSD.ORG
Subject:   Re: make world - A new error
Message-ID:  <199801110901.UAA27003@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> Well..  Here's the latest in the saga..  This isn't really a 'make world'
>> error but a 'make most'  The previous error seem to happen when I try to
>> compile the libs so I decided to exclude them.
>                                   ^^^^^^^
>If you exclude them, then they are not there to link against!

It should link to the standard libraries.  This may not be right, but it
is what you asked for.  `make most' is more like plain `make' than it is
like `make world'.

>> 
>> ===> ac
>> cc -O   -c /usr/src/usr.sbin/ac/ac.c
>> make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libc.so.3.0.
>                               ^^^^^^^^^^^^^^^^^^^^
>
>This is the temporary build tree which is supposed to contain things
>you have build before, not things which have previously been installed.

It may contain pointers (in .depend files) to the temporary obj tree
when the main obj tree isn't clean enough.  The main tree is normally
cleaned by `make world', but it is likely to be unclean at the point of
failure if `make world' fails.

Summary: pilot error.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801110901.UAA27003>