Re: I've reached my limit in multiple linking on Mac OS X

2008-01-07 Thread Bill Hoffman
Benjamin Reed wrote: So a side-effect of OSX's crappy linker is that when you have a library specified multiple times on the command-line (-lkdecore -lkdecore) it actually tries to mmap them twice when linking, even though the resulting binary only has one link (as it should). I'm hitting

Re: I've reached my limit in multiple linking on Mac OS X

2008-01-07 Thread Benjamin Reed
On Jan 7, 2008 11:27 AM, Bill Hoffman [EMAIL PROTECTED] wrote: Can you create a bug report for this in the CMake bug tracker? Heh, went to do so, and it turns out I already opened one... =) http://www.cmake.org/Bug/view.php?id=4810 -- Benjamin Reed a.k.a. Ranger Rick Fink, KDE, and Mac OS X

I've reached my limit in multiple linking on Mac OS X

2008-01-06 Thread Benjamin Reed
So a side-effect of OSX's crappy linker is that when you have a library specified multiple times on the command-line (-lkdecore -lkdecore) it actually tries to mmap them twice when linking, even though the resulting binary only has one link (as it should). I'm hitting an issue now where it's