Building from source on FreeBSD

psychoticRabbit meagain at meagain.com
Mon Feb 19 12:17:30 UTC 2018


On Monday, 19 February 2018 at 12:01:31 UTC, Jonathan M Davis 
wrote:
> I've never been able to figure this problem out, so I've I 
> always just edited the makefile so that the two programs in 
> CURL_TOOLS aren't built. IIRC, if you use -v to see the full 
> linker command, it's even actually linking to the curl library 
> that's there but somehow not succeeding. It's all quite weird. 
> It's been a while since I dug into it though.
>
> - Jonathan M Davis

Thanks for the quick response.

So I took your advice and just commented out (as per below), and 
now it all builds fine - AFAICT ;-)


-FROM
61:all: $(TOOLS) $(CURL_TOOLS) $(ROOT)/dustmite
76:$(TOOLS) $(DOC_TOOLS) $(CURL_TOOLS) $(TEST_TOOLS): $(ROOT)/%: 
%.d

-TO
61:all: $(TOOLS) $(ROOT)/dustmite
76:$(TOOLS) $(DOC_TOOLS) $(TEST_TOOLS): $(ROOT)/%: %.d



More information about the Digitalmars-d-learn mailing list