Just for any poor soul doing some linking tricks who gets hit by ld saying:

        /usr/obj/ports/ghc-6.2.1/scratch/ghc-6.2.1/libraries/base/libHSbase.a:
                could not read symbols: Memory exhausted

This, for once, really is ld running at out memory, and you can fix it
by adding:
        EXTRA_CC_OPTS="-Wl,-no-keep-memory"      

Happy porting,
   Don

_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to