Re: [CMake] --debug-trycompile causes false positives from check_function_exists

2011-02-11 Thread Jack Poulson
mentation. I would suggest adding a list of all of the routines that --debug-trycompile breaks in the --debug-trycompile documentation section. With that said, I think the appropriate place for your above discussion is definitely in the --debug-trycompile section of the documentation. I apologize

Re: [CMake] --debug-trycompile causes false positives from check_function_exists

2011-02-10 Thread Jack Poulson
On Fri, Feb 11, 2011 at 1:47 AM, Michael Wild wrote: > On 02/11/2011 04:30 AM, Jack Poulson wrote: > > This is occurring with CMake 2.8.3 on OSX for several different > > check_function_exists calls. Is this expected behavior? > > > > Jack > > Seriously, we'

[CMake] --debug-trycompile causes false positives from check_function_exists

2011-02-10 Thread Jack Poulson
This is occurring with CMake 2.8.3 on OSX for several different check_function_exists calls. Is this expected behavior? Jack ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html P

Re: [CMake] Finding dynamic libraries with major interface revision numbers

2011-01-30 Thread Jack Poulson
On Sun, Jan 30, 2011 at 2:48 PM, Andreas Pakulat wrote: > On 30.01.11 13:43:13, Jack Poulson wrote: > > Hello, > > > > I am having a hard time figuring out what the appropriate method is for > > getting cmake to find a library of the form /usr/lib/libgfortran.so.

[CMake] Finding dynamic libraries with major interface revision numbers

2011-01-30 Thread Jack Poulson
Hello, I am having a hard time figuring out what the appropriate method is for getting cmake to find a library of the form /usr/lib/libgfortran.so.2. Unfortunately, it is fairly common for /usr/lib/libgfortran.so not to exist. I am fairly certain that forming /usr/lib/libgfortran.so as a symbolic

Re: [CMake] check_function_exists frailty

2011-01-19 Thread Jack Poulson
On Wed, Jan 19, 2011 at 3:27 AM, Eric Noulard wrote: > 2011/1/19 Jack Poulson : > > I have no idea why this would occur, but with CMake 2.8.2 on x86_64 I'm > > getting strange behavior with check_function_exists. Namely, if I perform > > the sequence > > set(CMAK

[CMake] check_function_exists frailty

2011-01-18 Thread Jack Poulson
I have no idea why this would occur, but with CMake 2.8.2 on x86_64 I'm getting strange behavior with check_function_exists. Namely, if I perform the sequence set(CMAKE_REQUIRED_LIBRARIES ${MATH_LIBS}) check_function_exists(daxpy HAVE_DAXPY) whether or not /usr/lib/libpthread.a or /usr/lib/libpth

[CMake] Does PATH_SUFFIXES work?

2011-01-18 Thread Jack Poulson
I've thoroughly read through the CMake documentation for the 2.8 release and for the life of me I can't seem to get a simple case working for find_library using PATH_SUFFIXES. For instance, I am trying to find the library libiomp5.a located at /opt/intel/Compiler/11.1/072/lib/intel64/libiomp5.a. T