https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246488

--- Comment #3 from Dimitry Andric <d...@freebsd.org> ---
(In reply to Fernando ApesteguĂ­a from comment #0)

In your patch I see: 

CXXFLAGS+=      -lgcc -lstdc++
CPPFLAGS+=      -lgcc -lstdc++

that's never going to work of course, you are mixing two C++ libraries. Either
compile everything (and that really means everything :) with libstdc++, or make
gcc use libc++'s headers and libraries.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to