[Mono-list] RH7.3 Problems
dietmar
dietmar@ximian.com
04 Dec 2002 14:29:53 +0100
On Wed, 2002-12-04 at 08:00, Miguel de Icaza wrote:
> Hello,
>
> > 2.) I get GC problems when using the binaries we provide in the mono
> > channel. No problems with self compiled GC61 lib.
>
> Can you compile the .src.rpm for the GC we provide, and tell us whether
> the problem exists with it as well?
>
> You can rebuild it like this:
>
> rpm --rebuild gc6.1.*src.rpm
>
> Then install it:
>
> rpm -i /usr/src/redhat/RPMS/*/gc*rpm
At least i get common with the redhat environment ;-)
But besides that i am out of ideas. I built it myself as you suggested
above (with rpm --rebuild), but i got the same errors as with the
binaries in the mono channel (random error sometimes).
But now the strange thing: If I compile gc61 by hand it works! Please
notice that I used the same sources contained in libgc-6.1-1.src.rpm.
So whats the difference:
rpm --rebuild gc6.1.*src.rpm
rpm -i /usr/src/redhat/RPMS/*/gc*rpm
and a manual install:
./configure --enable-threads=pthreads
make install
cp -av include/ /usr/local/include/gc
Any ideas?
- Dietmar