Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2003 17:17:59 -0500
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        freebsd-ports@FreeBSD.org
Cc:        James Gosnell <abhorevil@hotmail.com>
Subject:   Boehm GC update busted?
Message-ID:  <20030503171759.A76719@FreeBSD.org>
In-Reply-To: <Sea1-DAV45rSByh133t0000af34@hotmail.com>; from abhorevil@hotmail.com on Sat, May 03, 2003 at 12:07:08AM -0400
References:  <Sea1-F160FXfyY0QUUB0000a1eb@hotmail.com> <20030502133348.A38483@FreeBSD.org> <Sea1-DAV45rSByh133t0000af34@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Boehm GC update seems to be börken.  Any thoughts?  This is
breaking Mono, and my ability to support it as such.

I can't imagine that nothing else is affected.  Is this due
to some sort of c++ "features" added or such?  "gxx" smacks
of g++.

(jmallett@dalek:~/Work/MonoHaq/mono)16% cat _.c
void main() { GC_malloc(); }
(jmallett@dalek:~/Work/MonoHaq/mono)17% cc _.c -L/usr/local/lib -lgc
_.c: In function `main':
_.c:1: warning: return type of `main' is not `int'
/usr/local/lib/libgc.so: undefined reference to `__gxx_personality_v0'

Thanx,
juli.
-- 
juli mallett. email: jmallett@freebsd.org; efnet: juli;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030503171759.A76719>