search for: smontanaro

Displaying 4 results from an estimated 4 matches for "smontanaro".

Did you mean: montanaro
2010 Mar 21
3
[LLVMdev] LLVM on Solaris/Intel?
...o 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. Skip
2010 Mar 21
0
[LLVMdev] LLVM on Solaris/Intel?
On Sat, Mar 20, 2010 at 8:17 PM, Skip Montanaro <skip at pobox.com> wrote: > Is LLVM supported on Solaris 10/Intel?  I tried building the 2.7 pre-release > today but it failed to build (tried gcc 4.2 and 4.4).  It fails trying to > link in one of the directories. Here's a small part of the make output (it's > huge): > >    http://pastebin.com/ZeZQgKqz > > I
2010 Mar 23
0
[LLVMdev] LLVM on Solaris/Intel?
...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
2010 Mar 21
4
[LLVMdev] LLVM on Solaris/Intel?
Is LLVM supported on Solaris 10/Intel? I tried building the 2.7 pre-release today but it failed to build (tried gcc 4.2 and 4.4). It fails trying to link in one of the directories. Here's a small part of the make output (it's huge): http://pastebin.com/ZeZQgKqz I didn't see Solaris/Intel listed as a supported platform and I haven't ever tried to debug LLVM build problems