You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Strangely typing make does not make work: I got this error Set the HOSTTYPE environment variable to be one of the entries in config.mk I add to comment all the default: rule and call x86_64 then it woked
default: x86_64
# archit=x86_64
# @if [ $${HOSTTYPE-bob} != bob ] ; then \
# archit=$$HOSTTYPE ; \
# elif [ $${hosttype-bob} != bob ] ; then \
# archit=$$hosttype ; \
# else \
# archit=unknown ; \
# fi ; \
# if [ $(archit) != unknown ] ; then \
# echo Making for $(archit) ; \
# $(MAKE) $(archit) ; \
# else \
# echo "Could not figure out host architecture." ; \
# echo "Set the HOSTTYPE environment variable to be one of the entries in config.mk" ; \
# fi ;
The text was updated successfully, but these errors were encountered:
Hi! Strangely typing
make
does not make work: I got this errorSet the HOSTTYPE environment variable to be one of the entries in config.mk
I add to comment all thedefault:
rule and call x86_64 then it wokedThe text was updated successfully, but these errors were encountered: