Subject: Re: request for guidance
To: Perry E. Metzger <perry@piermont.com>
From: Rick Kelly <rmk@toad.rmkhome.com>
List: current-users
Date: 09/29/2003 18:38:24
Perry E. Metzger said:
>It is the favored way of building even on the same host. Building a
>newer version of the OS on an older version is a sort of cross
>compilation, you see.
>It will save you much pain and suffering to use build.sh over a manual
>"make build" + figure out what has changed and needs hand updating.
This is what I get from "sh build.sh tools":
mv getid.lo.o getid.lo
cc -O -I/usr/src/bin/ls -I/usr/src/usr.sbin/mtree -o xinstall xinstall.lo getid.lo
xinstall.lo: In function `do_link':
xinstall.lo(.text+0x7f8): warning: mktemp() possibly used unsafely, use mkstemp() or mkdtemp()
xinstall.lo: In function `main':
xinstall.lo(.text+0x571): undefined reference to `string_to_flags'
collect2: ld returned 1 exit status
*** Failed target: xinstall
*** Failed command: cc -O -I/usr/src/bin/ls -I/usr/src/usr.sbin/mtree -o xinstall xinstall.lo getid.lo
*** Error code 1
Stop.
--
Rick Kelly rmk@rmkhome.com www.rmkhome.com