Displaying 3 results from an estimated 3 matches for "47602".
Did you mean:
4602
2013 Jul 11
2
I cannot build syslinux-5.11-pre8 from git (No rule to make target `../core/ldlinux.bss')
Hi,
I am trying to build syslinux-5.11-pre8 but it will fail:
/tmp/foo # cat /etc/debian_version
jessie/sid
/tmp/foo # pwd
/tmp/foo
/tmp/foo # git clone git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git
Cloning into 'syslinux'...
remote: Counting objects: 47602, done.
remote: Compressing objects: 100% (12273/12273), done.
remote: Total 47602 (delta 35454), reused 46954 (delta 34994)
Receiving objects: 100% (47602/47602), 14.71 MiB | 3.18 MiB/s, done.
Resolving deltas: 100% (35454/35454), done.
/tmp/foo # cd syslinux
/tmp/foo/syslinux (git)-[master] # git...
2011 Dec 08
2
a weird "cut" question
Dear R People:
I have the following data:
> ail.df[,1]
[1] 47677 47602 47678 47905 47909 47906 47605 47673 47607
> cut(ail.df[,1],breaks=3)
[1] (4.76e+04,4.77e+04] (4.76e+04,4.77e+04] (4.76e+04,4.77e+04]
[4] (4.78e+04,4.79e+04] (4.78e+04,4.79e+04] (4.78e+04,4.79e+04]
[7] (4.76e+04,4.77e+04] (4.76e+04,4.77e+04] (4.76e+04,4.77e+04]
Levels: (4.76e+04,4.77e+04] (4.77e+...
2009 Aug 03
1
[LLVMdev] 'make check' broken?
I'm now getting this trying to 'make check' on llvm:
./bin/runtest 1 --ignore "llvm2cpp.exp ocaml.exp" )
WARNING: Couldn't find the global config file.
Illegal Argument "1"
try "runtest --help" for option list
Anyone else seeing this? I just did a full clean and rebuild and still get
the problem.
-Dave