[LLVMbugs] [Bug 4087] Headers for libffi not found in lib/ExecutionEngine/Interpreter

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Apr 27 01:15:41 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4087


Magnus Reftel <magnus.reftel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Magnus Reftel <magnus.reftel at gmail.com>  2009-04-27 03:15:41 ---
C++ compilation uses CXXFLAGS, not CFLAGS. THe problem was solved by running

export CXXFLAGS=$CFLAGS

and then make


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list