Skip to content
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

build assumes C compiler is gcc #176

Closed
emaste opened this issue Apr 14, 2023 · 1 comment
Closed

build assumes C compiler is gcc #176

emaste opened this issue Apr 14, 2023 · 1 comment

Comments

@emaste
Copy link

emaste commented Apr 14, 2023

Trying to build out of the box on FreeBSD results in:

$ make
gcc -g -Wall -pedantic -Wcast-qual  -O2 -c awkgram.tab.c -o awkgram.tab.o
make: exec(gcc) failed (No such file or directory)
*** Error code 1
@plan9
Copy link
Collaborator

plan9 commented Apr 14, 2023

you're right, bsd-features makefile is not correct for typical out of the box freebsd. it has bison, gcc etc. as defaults.
i'll clean that up.

@plan9 plan9 closed this as completed Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants