Subject: Re: Problem building - a different one! :)
To: None <perry@piermont.com>
From: Gary D. Duzan <gary@wheel.tiac.net>
List: current-users
Date: 10/05/1998 15:08:11
In Message <199810051752.NAA22516@jekyll.piermont.com> ,
   "Perry E. Metzger" <perry@piermont.com> wrote:

=>
=>Somehow, I do make build's all the time without any of these biting me 
=>at all. <shrug>.
=>
=>Any idea why?

   I believe it has to do with doing a "make build" with DESTDIR set.
Most likely the build is trying to link against EGCS libraries in
the DESTDIR area while still running the main system compiler. In a
normal build, the compiler and libraries should be installed first,
so it isn't a problem.

                                      Gary D. Duzan
                         Humble Practitioner of the Computing Arts



=>Frederick Bruckman writes:
=>> On Sun, 4 Oct 1998, Mason Loring Bliss wrote:
=>> 
=>> > `make build` dies with the following:
=>> > 
=>> > afssys.c(48): warning: username unused in function k_afsklog
=>> > afssys.c(141): warning: argument a_path unused in function k_pioctl
=>> > afssys.c(141): warning: argument o_opcode unused in function k_pioctl
=>> > afssys.c(141): warning: argument a_paramsP unused in function k_pioctl
=>> > afssys.c(141): warning: argument a_followSymlinks unused in function k_pi
oc
=>tl
=>> > afssys.c(179): warning: pointer casts may be troublesome
=>> > afssys.c(180): warning: conversion to 'int' due to prototype, arg #2
=>> > afssys.c(180): warning: conversion of 'unsigned int' to 'int' is out of r
an
=>ge, arg #2
=>> > afssys.c(298): warning: done unused in function k_hasafs
=>> 
=>> Don't know.
=>> 
=>> > building llib-lkafs.ln
=>> > Lint pass2:
=>> > lint2: cannot open get_in_tkt.ln: No such file or directory
=>> 
=>> I submitted a pr on this one a couple of weeks ago, along with a
=>> fix/work-around/kludge.
=>> <http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=6193>
=>>