[LLVMdev] LLVM on Solaris/Intel?

Nathan Keynes Nathan.Keynes at Sun.COM
Mon Mar 22 17:36:21 PDT 2010


On 21/03/2010, at 10:38 PM, Skip Montanaro wrote:

>> I don't know anything about Solaris, but your paste doesn't actually
>> contain any errors, just warnings (unless I'm reading "ld: warning:
>> relocation error:" wrong). It might help to run make without -j until
>> it fails, and then use `make VERBOSE=1` to print the exact commands
>> it's running.
> 
> Sorry.  There was so much output I wasn't sure how much to paste and
> didn't know about VERBOSE=1.  I captured the verbose output in a
> typescript file:
> 
>    http://www.smontanaro.net/typescript
> 
> Lots of undefined symbols.

Hi Skip,

   You currently need to configure with NM=/usr/sfw/bin/gnm, ie
       ./configure --enable-optimized NM=/usr/sfw/bin/gnm
   as GenLibDeps.pl doesn't parse Sun nm output in llvm 2.6 and later. 

Cheers,
Nathan



More information about the llvm-dev mailing list