Subject: Re: pkg/32744: cups build fails on darwin, basic c++ symbols unresolved
To: None <darwin-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 02/05/2006 16:00:04
The following reply was made to PR pkg/32744; it has been noted by GNATS.
From: joerg@britannica.bec.de
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: pkg/32744: cups build fails on darwin, basic c++ symbols unresolved
Date: Sun, 5 Feb 2006 16:56:22 +0100
On Sun, Feb 05, 2006 at 07:20:00AM +0000, jml@ascia.fi wrote:
> *** Warning: inferring the mode of operation is deprecated.
> *** Future versions of Libtool will require --mode=MODE be specified.
> gcc -pipe -prebind -Wall -fPIC -O2 -o .libs/pdftops pdftops.o
> -framework CoreFoundation -L/Users/admin/Projects/pkgsrc/print/cups/work/cups-1.1.23/cups
> -L/Users/admin/Projects/pkgsrc/print/cups/work/cups-1.1.23/filter
>-L/Users/admin/Projects/pkgsrc/print/cups/work/.buildlink/lib libxpdf.a
> ../cups/.libs/libcups.dylib -lssl -lcrypto -lm
The problem is that he is linking with gcc and not ${CXX} aka g++. Can
you try to trace down where it defines the linker and change that to
${CXX}?
Joerg