Bugs item #679876, was opened at 2003-02-03 22:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=679876&group_id=8032
Category: Build System Group: None >Status: Closed >Resolution: Fixed Priority: 7 Submitted By: Wolfgang Thaller (wthaller) >Assigned to: Simon Marlow (simonmar) Summary: multiple symbol definition in libHSbase.a Initial Comment: When building the library archive libHSbase.a, the makefile system includes not only all the split object files, but also the file PrimopWrappers.o. The split-object files for PrimopWrappers are also included, so there are multiply-defined symbols. On Mac OS X, this means that ranlib fails to generate a sorted symbol table for the library, which leads to annoying warning messages and longer link times. ---------------------------------------------------------------------- >Comment By: Simon Marlow (simonmar) Date: 2003-03-28 14:27 Message: Logged In: YES user_id=48280 Fixed in rev. 1.168 of mk/target.mk. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=679876&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
