pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/42265: devel/libdaemon build complains (and fails) with undefined libc symbols (NetBSD 4.0/i386)
The following reply was made to PR pkg/42265; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/42265: devel/libdaemon build complains (and fails) with
undefined libc symbols (NetBSD 4.0/i386)
Date: Wed, 04 Nov 2009 22:18:54 +0700
Date: Wed, 4 Nov 2009 15:00:06 +0000 (UTC)
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
Message-ID: <20091104150006.A243B63B844%www.NetBSD.org@localhost>
| gcc was changed somewhere in the 4.99 days to always link with -lc,
| before shared libraries have been linked without.
Ah, the missing piece - thanks - that explains why I am seeing
what I am seeing, and perhaps suggests that either of the two
possible fixes (removing the link option that causes the error,
and so making the package essentially the same as the previous
version, or adding -lc, and so making the NetBSD 4 package more
like the NetBSD 5 (etc) versions), should work.
Which is considered to be the preferred way?
If I know which way pkgsrc would prefer, I can generate a patch that
should fix this bug.
kre
Home |
Main Index |
Thread Index |
Old Index