On 8/3/22 10:12, marcelorodr...@graminsta.com.br wrote:
Hi,

I am trying to recompile squid 4.13 using ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256". It runs the recompile but the CXXFLAGS= does not even appears in the squid -v.

I do see CXXFLAGS in "squid -v", but I have not tested official v4 code. AFAICT, the latest v4 does claim to support -DMAXTCPLISTENPORTS=...

Please note that ./configure does not "recompile". If you have not run "make" after ./configure, then please do that. I would also run "make clean" before ./configure to make sure everything that may rely on MAXTCPLISTENPORTS is rebuilt during subsequent "make". There are known problems in build dependency tracking...

If you are still having problems after the above, then look in src/Makefile. Does it have your MAXTCPLISTENPORTS=256 text somewhere? If yes, do you see -DMAXTCPLISTENPORTS=256 on the compiler command line when a C++ compiler compiles, say, src/main.cc (after you run "touch src/main.cc && make -C src main.o" or equivalent)?


HTH,

Alex.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to