octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #38564] llvm 3.2 does not provide required hea


From: LYH
Subject: [Octave-bug-tracker] [bug #38564] llvm 3.2 does not provide required header
Date: Sat, 04 May 2013 04:12:17 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13

Follow-up Comment #17, bug #38564 (project octave):

Yes, it seems that those *.so files are not the needed llvm libs. 

According to your fail message. Each "/usr/bin/ld: cannot find -lLIBNAME"
means that your linker should link with  libLIBNAME.a. Take an example:
/usr/bin/ld: cannot find -lLLVMAsmParser means that your linker should link
with libLLVMAsmParser.a

So when I type ls `llvm-config --libdir`. I could see libLLVMAsmParser.a in
directory. How about you? What *a are there in your /usr/lib64/llvm?

By the way, you said that you edit Makefile by hand and it works. How do you
edit. Could you tell me more details?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38564>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]