【发布时间】:2016-05-22 12:24:08
【问题描述】:
我有一个项目要用stack 构建,它依赖于network。当我做stack build 时,它会说
[1 of 1] Compiling Main ( /tmp/stack23678/network-2.6.2.1/Setup.hs, /tmp/stack23678/network-2.6.2.1/.stack-work/dist/i386-linux/Cabal-1.22.5.0/setup/Main.o )
Linking /tmp/stack23678/network-2.6.2.1/.stack-work/dist/i386-linux/Cabal-1.22.5.0/setup/setup ...
Configuring network-2.6.2.1...
...
checking whether the C compiler works... no
configure: error: in `/tmp/stack23678/network-2.6.2.1':
configure: error: C compiler cannot create executables
See `config.log' for more details
当然,我很乐意。但是这个config.log在哪里?或者我怎样才能重新创建它?
只是cabal install network(没有stack)可以正常工作,但stack build 怎么能使用它呢?
【问题讨论】:
标签: haskell haskell-stack