Displaying 3 results from an estimated 3 matches for "80844c0b".
2011 May 30
0
[LLVMdev] Build error for llvm-2.9 on RHEL5
On Sun, May 29, 2011 at 5:05 PM, Arjun Singri <arjunsingri at gmail.com> wrote:
> Thank you for replying. These are the first few lines from llvm-config:
> use 5.006;
> use strict;
> use warnings;
> use Cwd 'abs_path';
> #---- begin autoconf values ----
> my $PACKAGE_NAME = q{llvm};
No, the very first line (which on my computer, looks like
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
...PACKAGE_NAME = q{llvm};
>
> No, the very first line (which on my computer, looks like
> "#!/usr/bin/perl").
>
> -Eli
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110529/80844c0b/attachment.html>
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
Thank you for replying. These are the first few lines from llvm-config:
use 5.006;
use strict;
use warnings;
use Cwd 'abs_path';
#---- begin autoconf values ----
my $PACKAGE_NAME = q{llvm};
On Sun, May 29, 2011 at 5:00 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Sun, May 29, 2011 at 4:37 PM, Arjun Singri <arjunsingri at gmail.com>
>