Hi Drew,

Sorry, your message didn't go to 1049903-submit...@bugs.debian.org so I
didn't receive it.

> With patching, wouldn't it be simpler to just add -lstdc++ to
> CXX_LINKER_FLAGS at configuration time (in debian/rules) rather than
> hacking the upstream detection code?  As you say, hardcoding in the
> upstream scripts doesn't really resolve the underlying problem.

Unfortunately, CXX_LINKER_FLAGS is the variable used to pass flags to the
*C++ linker*.  But what is being done here is invoking the *C linker* to
link to C++ code.

And if the code in question were being linked with the C++ linker, it
wouldn't need an explicit -lstdc++ argument anyway.

I tried every which way to get this to work via environment exports with no
luck.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org

Attachment: signature.asc
Description: PGP signature

Reply via email to