Re: [Haskell-cafe] Problem with linker

2011-06-04 Thread Alejandro Serrano Mena
No, it does not report any problem. 2011/6/4 Clint Moore cl...@ivy.io On Sat, Jun 04, 2011 at 01:17:03AM +0200, Alejandro Serrano Mena wrote: Hi, I'm trying to use Hoogle as a library in my Summer of Code project. But when I try to compile using Cabal, I get the following error:

Re: [Haskell-cafe] Problem with linker

2011-06-04 Thread Alejandro Serrano Mena
I'm using the last Haskell Platform available in Arch Linux, with GHC 7.0.2 and Cabal 1.10.1.0 (the last one). The problem is not installing Hoogle, because it builds and works correctly, but linking with the library Hoogle provides. 2011/6/4 Rogan Creswick cresw...@gmail.com On Fri, Jun 3,

[Haskell-cafe] Problem with linker

2011-06-03 Thread Alejandro Serrano Mena
Hi, I'm trying to use Hoogle as a library in my Summer of Code project. But when I try to compile using Cabal, I get the following error: Linking dist/build/scion-browser/scion-browser ... /home/serras/.cabal/lib/hoogle-4.2.4/ghc-7.0.2/libHShoogle-4.2.4.a(Serialise.o): In function `s1ePR_info':

Re: [Haskell-cafe] Problem with linker

2011-06-03 Thread Clint Moore
On Sat, Jun 04, 2011 at 01:17:03AM +0200, Alejandro Serrano Mena wrote: Hi, I'm trying to use Hoogle as a library in my Summer of Code project. But when I try to compile using Cabal, I get the following error: Linking dist/build/scion-browser/scion-browser ...

Re: [Haskell-cafe] Problem with linker

2011-06-03 Thread Rogan Creswick
On Fri, Jun 3, 2011 at 4:17 PM, Alejandro Serrano Mena trup...@gmail.com wrote: I've been looking for some information and it seems to be related with the fact that Hoogle first builds a library and then build an executable using the library, but all files get recompiled in that second pass.