pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/32744: cups build fails on darwin, basic c++ symbols unresolved
The following reply was made to PR pkg/32744; it has been noted by GNATS.
From: joerg%britannica.bec.de@localhost
To: gnats-bugs%netbsd.org@localhost
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@localhost 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
Home |
Main Index |
Thread Index |
Old Index