-
Notifications
You must be signed in to change notification settings - Fork 18k
make: don't know how to make dofmt.o #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Owner changed to r...@golang.org. Status changed to Started. |
What is the output of: make --version ? The top of lib9/Makefile says to include ../Make.conf, which sets CC=quietgcc CFLAGS=-ggdb -I$(GOROOT)/include -O2 -fno-inline The commands being run are using $(CFLAGS) but not $(CC), which is hard to explain. I suspect this is related to the fact that make is not finding this rule from the Makefile: %.$O: fmt/%.c $(CC) -c $(CFLAGS) -DPLAN9PORT -Ifmt $< Status changed to WaitingForReply. |
CL https://golang.org/cl/130560044 mentions this issue. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by nickthepreserver:
The text was updated successfully, but these errors were encountered: