Re: error building GHC Head

2011-09-14 Thread Greg Weber
I am informed that the google gold linker does not like relative paths https://bugzilla.redhat.com/show_bug.cgi?id=635935 I uninstalled the gold linker and all is well now. On Wed, Sep 14, 2011 at 9:11 PM, Greg Weber wrote: > I just cloned GHC from github and tried to build it for the first ti

error building GHC Head

2011-09-14 Thread Greg Weber
I just cloned GHC from github and tried to build it for the first time. I get the below result where the build tool says that existing object files are missing. I haven't touched a Makefile in a long time- help here is very appreciated. ===--- building final phase make -r --no-print-directory -f g

Re: [Haskell-cafe] Undefined symbol error coming from shared, dynamic library.

2011-09-14 Thread Captain Freako
Hi Sergiy, *>I thought having static library to solve my problem. And I'm looking for how to build static library, but no luck. * I was also, originally trying to build a shared *static* library. (I wanted to distribute a plug-in, which could be used by people knowing nothing about Haskell working