This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: How to turn off libgomp Was: [PATCH] Fix !$omp end .... symbols handling
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Paul Thomas <paulthomas2 at wanadoo dot fr>
- Cc: Jakub Jelinek <jakub at redhat dot com>, fortran at gcc dot gnu dot org
- Date: Thu, 16 Feb 2006 13:44:20 -0500
- Subject: Re: How to turn off libgomp Was: [PATCH] Fix !$omp end .... symbols handling
- References: <20060216163124.GQ24295@devserv.devel.redhat.com> <43F4C65D.7080201@wanadoo.fr>
On Feb 16, 2006, at 1:37 PM, Paul Thomas wrote:
Jakub,
I am sorry to bug you in what appears to be a bit of a crisis but I
have a rather trivial question about libgomp. Can I exclude it from a
build? The reason is that I have a build failure on Tru64-5.1 because
there appears to be no pthread.h on the system. It must be fixable
because libpthread is there but I just do not have the time to sort
out what is happening right now.
You can use --disable-libgomp. This option is not documented but
I did file a bug about this not being documented as PR 26234.
Thanks,
Andrew Pinski