[squid-dev] freebsd-9.3 build node

Amos Jeffries squid3 at treenet.co.nz
Thu Mar 26 00:57:03 UTC 2015


On 26/03/2015 7:20 a.m., Kinkie wrote:
> Hi,
>    I've managed to fix the FreeBSD 9.3 build node:
> gcc now uses gcc-4.9; it is a bit messy in resolving needed libraries,
> but it should be stable
> clang has clang-3.6 available, however in order to have it work it
> also requires to use libc++ in place of gcc's libstdc++, and it also
> requires the funny /usr/local/include/c++/v1 include path.
> 
> This is where it gets funny: I can compile and run a simple test
> program, however trying to add LIBS='-lc++' to configure fails to add
> that library to cf_gen and thus the build fails with a link error
> there. I tried several variations with no effect. Any hints?

-L/usr/local/include/c++/v1 just before the -l

 or as a last resort; the full library path instead of -l relative link.

Amos



More information about the squid-dev mailing list