Bugs item #1170933, was opened at 2005-03-26 09:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1170933&group_id=8032
Category: GHCi Group: 6.4 Status: Open Resolution: None Priority: 5 Submitted By: Axel Simon (as49) Assigned to: Nobody/Anonymous (nobody) Summary: _module_registered in QuickCheck Initial Comment: I compiled the ghc 6.4 source tarball on Solaris. Running ghci with QuickCheck fails with: Loading package base-1.0 ... linking ... done. Loading package QuickCheck-1.0 ... GHCi runtime linker: fatal error: I found a duplicate definition for symbol _module_registered whilst processing object file /proj/haskell/lib/ghc-6.4/HSQuickCheck.o According to another bug, I should now check HSbase.o: [EMAIL PROTECTED]:/proj/haskell/lib/ghc-6.2:536$ nm /proj/haskell/lib/ghc-6.4/HSbase.o | grep _module_registered [26416] | 4| 4|OBJT |GLOB |0 |COMMON |_module_registered [EMAIL PROTECTED]:/proj/haskell/lib/ghc-6.2:537$ nm /proj/haskell/lib/ghc-6.4/HSQuickCheck.o | grep _module_registered [738] | 4| 4|OBJT |GLOB |0 |COMMON |_module_registered So somehow this symbol is erroneously defined in both. Any ideas? System is: SunOS myrtle 5.9 Generic_117171-07 sun4u sparc SUNW,Sun-Fire-480R Thanks, Axel. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1170933&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
