[CMake] False.lib error while linking

Bill Hoffman bill.hoffman at kitware.com
Tue May 31 12:33:06 EDT 2011


On 5/31/2011 7:04 AM, AMARNATH, Balachandar wrote:
> Hi,
> When i compile MPF package using CMAKE/NMAKE with Intel C and fortran as
> Compilers (in windows) , also with Intel MPI and MKL library, i get an
> error while linking,
> *****************
> -LIBPATH:C:\Users\BAAMARNA5617\Projects\CMAKE\mpf_build
> FALSE.lib
> "C:\Program Files\Intel\MPI\4.0.2.005\ia32\lib\impi.lib"
> user32.lib
> /MANIFEST
> LINK : fatal error LNK1181: cannot open input file 'FALSE.lib'
> LINK failed. with 1181
> ********************
> Any clue about this? Further, Intel MKL library does not contain
> libguide40 library which is required by FindBLAS.cmake module. Any clue
> on how to tackle this?
> Many thanks
> Balachandar

Sounds like there is FALSE in some library name used.  I would check 
your CMakeCache.txt.  Another thing you can do is run cmake --trace and 
see where FALSE shows up in an add_library.
>
> The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
> If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
> Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
> All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
>
>
You realize this is going to a public archived mailing list right?

-Bill


More information about the CMake mailing list