| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| X-Authentication-Warning: | hp2.xraylith.wisc.edu: khan owned process doing -bs |
| Date: | Wed, 11 Apr 2001 10:47:18 -0500 (CDT) |
| From: | Mumit Khan <khan AT NanoTech DOT Wisc DOT EDU> |
| To: | Robert Collins <robert DOT collins AT itdomain DOT com DOT au> |
| cc: | cygwin AT cygwin DOT com |
| Subject: | Re: mumit: gcc advice please |
| In-Reply-To: | <01a001c0c28b$2cfec270$0200a8c0@lifelesswks> |
| Message-ID: | <Pine.HPP.3.96.1010411104337.15821B-100000@hp2.xraylith.wisc.edu> |
| MIME-Version: | 1.0 |
On Wed, 11 Apr 2001, Robert Collins wrote:
> I have nearly complete pthreads code here on my home machine.
> Cancellation points will be a long term thing (lots of library functions
> to update) so that's only a stub at the moment. Also I haven't done
> pthread_at_fork() but I plan to shortly.
Congratulations! This is a terrific contribution, thanks.
> I am attempting to build gcc as you suggested... for a small test case
> :]
GCC is a small testcase, since it only uses a very small subset of the
pthreads interface. See gcc/gthr-posix.h for details.
> Useing Chris's gcc 2.95-3.2 source tarball... is there naything special
> I need to do to be able to do basic tests of gcc? I've never built gcc
> before so this is new territory for me.
>
> I have separate build/install/src trees. I've configured with
> ../srctree/configure --enable-shared --enable-threads=pthreads --prefix=
^^^^^^^^^^^^^^^^^^^^^^^^^
--enable-threads=posix
> ../installtree
> Should anything else be needed? I've had a couple of "incompatible
> pointer" warnings early on in the build.
>
> Finally, can you suggest some test cases to see if the pthreads support
> for exceptions is working properly? I'm going to try the testcase that
> came up a few days ago... but maybe there's more that can be done?
That's the hard part! I have a few, so I'll try those out. I'm sure others
will try it out and we'll go from there.
Regards,
Mumit
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |