[Mono-list] problems on `make mono`

Dick Porter dick@ximian.com
28 Nov 2002 10:35:51 +0000


On Wed, 2002-11-27 at 23:14, Daniel Grigoras wrote:
> Hello,
> 
> what is wrong in
> "cvs/mono/mono/io-layer/timed-thread.c" file , because
> after I installed gc6.1 , and I made update of mcs,
> mono,...; I can't compile "mono". The errors are:
> > undefined reference to GC_pthreads_create
> > undefined reference to GC_pthreads_detach 
> There is a problem with my gc6.1 ? or the problems are
> in another place ?!

You need to rerun configure (and maybe also delete config.cache first
too)

- Dick