On Thu, Jan 25, 2007 at 02:35:50PM +0100, Winfried Kung wrote:
>
> == make all -wr -f Makefile;
> in /global/HOME/kung/install/ghc-6.6/libraries/base
> ------------------------------------------------------------------------
> ../../compiler/ghc-inplace -optc-mcpu=ultrasparc -opta-mcpu=ultrasparc -H16m
> -O -H16m -O -H16m -O -fglasgow-exts -cpp -Iinclude -"#include" HsBase.h
> -funbox-strict-fields -package-name base-2.0 -O -Rghc-timing -fgenerics
> -fgenerics -split-objs -c GHC/Base.lhs -o GHC/Base.o -ohi GHC/Base.hi
> /usr/ccs/bin/ld: illegal option -- x
> usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s)
> [-64] enforce a 64-bit link-edit
> ...
> ...
> [-z verbose] generate warnings for suspicious processings
> collect2: ld returned 1 exit status
>
> It seems strange to me that /usr/ccs/bin/ld is called here, instead of
> /usr/local/bin/ld which I have in my path, but calling ghc-inplace with
> option "-pgml /usr/local/bin/ld" did not help either.
>
> Does anyone have a suggestion?
Can you show the output of the above command with the following extra
arguments please?:
-v -pgml /usr/local/bin/ld
Thanks
Ian
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs