Date: Mon, 22 Mar 2004 16:57:02 -0500 From: "Brian F. Feldman" <green@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/xmms-imms Makefile distinfo ports/audio/xmms-imms/files patch-vars.mk.in Message-ID: <200403222157.i2MLv2BO059275@green.homeunix.org> In-Reply-To: Message from Kris Kennaway <kris@obsecurity.org> <20040322210858.GA19409@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway <kris@obsecurity.org> wrote: > On Mon, Mar 22, 2004 at 08:16:48AM -0800, Brian Feldman wrote: > > > | -CFLAGS = `xmms-config --cflags` @DEBUG_CFLAGS@ -Wall -fPIC -D_REENTRANT > > | +CFLAGS = `xmms-config --cflags` @DEBUG_CFLAGS@ @CFLAGS@ -Wall -fPIC -D_REENTRANT > > | - CPPFLAGS = ${CFLAGS} -pedantic -fno-rtti > > | + CXXFLAGS = ${CFLAGS} -pedantic -fno-rtti > > | -LDFLAGS = `xmms-config --libs` @LIBS@ > > | +LDFLAGS = `xmms-config --libs` -lc @LIBS@ > > You didn't add this just now, but do you really need to link > explicitly against -lc? That seems odd. I had odd toolchain errors (at least on -STABLE) without it. You would think that missing symbols shouldn't be resolved at link time for a shared library, but that's what it was attempting to do without the benefit of the symbols found in libc. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403222157.i2MLv2BO059275>