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 before, so I thought I would first post a quick query before getting in over my head. If you expect LLVM to build in this environment let me know how my might approach the problem. Skip Montanaro
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 didn't see Solaris/Intel listed as a supported platform and I haven't ever > tried to debug LLVM build problems before, so I thought I would first post a > quick query before getting in over my head. If you expect LLVM to build in > this environment let me know how my might approach the problem.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.
> 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. Skip
I am using 2.7 (back through 2.5) on Solaris10/x64. There is an autoconf bug in gcc prior to 4.4.0 (iirc) that will cause linking to fail, 4.4.2 or 4.4.3 have both worked fine though. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Skip Montanaro Sent: Saturday, March 20, 2010 8:17 PM To: llvmdev at cs.uiuc.edu Subject: [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 before, so I thought I would first post a quick query before getting in over my head. If you expect LLVM to build in this environment let me know how my might approach the problem. Skip Montanaro _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev