[plt-scheme] Re: 3m build error

From: David Van Horn (dvanhorn at cs.uvm.edu)
Date: Thu Jan 22 09:23:15 EST 2004

David Van Horn wrote:
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> Hello, I am getting the following error when building mzscheme3m from 
> the latest CVS sources.  Any help would be appreciated.  -- David
> 
> make mz3m
> ...
> make[2]: *** No rule to make target `../src/gmp.o', needed by 
> `../mzscheme3m'.  Stop.
> make[2]: Leaving directory `/local/riverbot/plt/src/mzscheme/gc2'
> make[1]: Leaving directory `/local/riverbot/plt/src/mzscheme'
> make: *** [mz3m] Error 2
> 

I had configured with --enable-shared.  Removing this allows the build to 
finish with out errors.

However, running mzscheme3m I get:

Welcome to MzScheme3m version 206, Copyright (c) 2004 PLT Scheme, Inc.
Seg fault (internal error) at (nil)
Aborted

This is on a Debian GNU/Linux (2.2.19 #6) i686 machine.



Posted on the users mailing list.