Bugs item #679876, was opened at 2003-02-03 23: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: Open
Resolution: None
Priority: 7
Submitted By: Wolfgang Thaller (wthaller)
Assigned to: Nobody/Anonymous (nobody)
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.

----------------------------------------------------------------------

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

Reply via email to