stack cannot build network - where's config.log?

与世无争的帅哥 提交于 2019-12-02 09:26:55

In order to get better information here, you can make sure all generated files are saved by manually building network:

stack unpack network-2.6.2.1
cd network-2.6.2.1
stack init
stack build

I think C compiler cannot create executables means you don't have a working C compiler installed.

config.log is generated by the configure command, and I don't think stack saves that. stack does save other logging output in

~/.stack/global-project/.stack-work/logs/...

It's the same as what was emitted to your terminal, so it may not help.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!