Flying shose!!Flying shose!!¢w¢w¢w¢w

2001-04-21 Thread j214831104
Title: flyshose ¡EIf you can't see (and hear) the above animation, you should install Shockwave Flash CHINESE   NOTE

How do I exit if headers/libraries are missing.??????

2001-04-21 Thread David Kirkby
Hi, I've written a small finite element programme that can be compiled to use multiple processors (MP), by giving the option --with-mp to autoconf. If this option is selected, configure checks for a few important MP header files and libraries, that are needed, including: thread, pthrea

Re: How do I exit if headers/libraries are missing.??????

2001-04-21 Thread Steven G. Johnson
To exit with an error message, just call the AC_ERROR macro if all the checks fail. So that you only have to call AC_ERROR once, you might want to just set a variable if the tests succeed/fail, and then check that variable once at the end. You might also want to check out my ACX_PTHREAD macro in