Wed Jun 27 02:08:19 PDT 2007  Clemens Fruhwirth <[EMAIL PROTECTED]>
  * Generalize linkDynLib for ELF platforms
  
  To create a dynamic shared object (DSO) on ELF platforms, we invoke
  "gcc -shared". This in turn invokes ld. We supply -Bsymbolic to the
  linker, as "ld -Bsymbolic -shared -o <lib> <objs>" resolves all
  references from <objs> to <objs> at library creation time. 
  
  See 
http://hackage.haskell.org/trac/ghc/wiki/Commentary/PositionIndependentCode
  

    M ./compiler/main/DriverPipeline.hs -4 +32

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to