[m-dev.] clueless -- overloaded functor

Simon Taylor stayl at cs.mu.OZ.AU
Wed Aug 28 02:15:10 AEST 2002


On 27-Aug-2002, Nancy Mazur <Nancy.Mazur at cs.kuleuven.ac.be> wrote:
> * Simon Taylor <stayl at cs.mu.OZ.AU> [2002-08-27 17:23]:
> > On 27-Aug-2002, Nancy Mazur <Nancy.Mazur at cs.kuleuven.ac.be> wrote:
> > > PS: just for the fun of it I installed rotd-2002-08-25.  Compiling the
> > > main-branch, no problem, but compiling the reuse-workspace yields: 
> > > 
> > > 
> > > ../scripts/mgnuc --grade asm_fast.gc      --no-mercury-stdlib-dir   --  -I../boehm_gc -I../boehm_gc/include -I../mps_gc/code -I../runtime  -I../trace     -c tree234.c -o tree234.o
> > > /home/nancy/mercury/local/mercury-rotd.2002.08.25.linux//lib/mercury/ints/asm_fast.gc/string.opt:25: string.mh: No such file or directory
> > > /home/nancy/mercury/local/mercury-rotd.2002.08.25.linux//lib/mercury/ints/asm_fast.gc/char.opt:4: char.mh: No such file or directory
> > 
> > What was the the mmc command line that generated tree234.c?
> 
> /home/nancy/mercury/local/mercury-rotd.2002.08.25.linux/bin/mmc --no-unboxed-float --conf-low-tag-bits 2 --bits-per-word 32 --bytes-per-word 4 --compile-to-c --grade asm_fast.gc     -O5 --strict-sequential --trace minimum --generate-mmc-deps --transitive-intermodule-optimization --no-warn-smart-recompilation --enable-termination   --inline-vars-threshold 10000   tree234 > tree234.err 2>&1

It looks like you are setting MCFLAGS in Mmake.params.
Set EXTRA_MCFLAGS instead (or use MCFLAGS += ...).

Simon.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list