search for: 780455

Displaying 3 results from an estimated 3 matches for "780455".

Did you mean: 380455
2011 May 10
2
[LLVMdev] building llvm-gcc on Ubuntu 11.04 Natty Narwhal
Duncan, Can you try another experiment please? I get: $ ls -l `which ld` lrwxrwxrwx 1 root root 7 2011-05-06 19:26 /usr/bin/ld -> ld.gold $ ld.gold -lc ld.gold: error: cannot find -lc $ ld.bfd -lc ld.bfd: warning: cannot find entry symbol _start; not setting start address What do you get? Thanks! Jay.
2011 May 10
0
[LLVMdev] building llvm-gcc on Ubuntu 11.04 Natty Narwhal
Hi Jay, > Can you try another experiment please? I get: I wasn't using the gold linker. However if I do (built today) then I get the following: > > $ ls -l `which ld` > lrwxrwxrwx 1 root root 7 2011-05-06 19:26 /usr/bin/ld -> ld.gold $ ls -l `which ld` -rwxr-xr-x 4 duncan duncan 47105033 2011-05-10 10:20 /usr/local/bin/ld > $ ld.gold -lc > ld.gold: error: cannot
2011 Jul 26
0
has_template() for choosing between templates
All, I just wrote a function which allows me to choose between templates. This makes working with templates very similar to choosing between static files when passing multiple arguments to the source attribute. https://github.com/windowsrefund/puppet-tools Very interested in any feeback. Best, Adam -- You received this message because you are subscribed to the Google Groups "Puppet