Re: Understanding the undefine flags passed to gcc when linking

2008-03-13 Thread Simon Marlow
ll-users@haskell.org Subject: Re: Understanding the undefine flags passed to gcc when linking Bruce, Joseph R (Joe) wrote: When I run 'ghc -v ...', the linking is done via gcc->ld with a large list of -u flags passed in. I'm hoping to find a way to link my object files wi

RE: Understanding the undefine flags passed to gcc when linking

2008-03-12 Thread Bruce, Joseph R (Joe)
space collisions? Joe > -Original Message- > From: Simon Marlow [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2008 3:18 PM > To: Bruce, Joseph R (Joe) > Cc: glasgow-haskell-users@haskell.org > Subject: Re: Understanding the undefine flags passed to gcc > when li

Re: Understanding the undefine flags passed to gcc when linking

2008-03-12 Thread Simon Marlow
Bruce, Joseph R (Joe) wrote: When I run 'ghc -v ...', the linking is done via gcc->ld with a large list of -u flags passed in. I'm hoping to find a way to link my object files without those flags, but first I need to understand what they are doing. Can someone explain it to me? Or point me to

Understanding the undefine flags passed to gcc when linking

2008-03-12 Thread Bruce, Joseph R (Joe)
Hi, When I run 'ghc -v ...', the linking is done via gcc->ld with a large list of -u flags passed in. I'm hoping to find a way to link my object files without those flags, but first I need to understand what they are doing. Can someone explain it to me? Or point me to documentation that explain