[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Removing pthread and gthread
From: |
Brian Jones |
Subject: |
Re: Removing pthread and gthread |
Date: |
06 Mar 2002 18:59:30 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
Carlos Cavanna <address@hidden> writes:
> Hi,
>
> I need to compile a version of classpath that
> does not link with neither -lpthread nor -lgthread
> (that is all I need to remove).
>
> What would be the correct procedure to do it ?
> I tried commenting out:
> AM_PATH_GLIB(1.2.4,,exit 1,gthread)
>
> from configure.in but that is not a nice solution
> as it seems to remove more than is necessary.
> There has to be a higher level solution.
Essentially work in a patch to configure.in and Makefile.am that
leaves out the relevant checks when leaving out the gtk peers.
Brian
--
Brian Jones <address@hidden>