mattam_ has joined #ocaml
mattam has quit [Connection timed out]
Smerdyakov has joined #ocaml
amitm has joined #ocaml
lament has joined #ocaml
travis|away is now known as travisbemann
Smerdyakov has quit ["at a party (oo)"]
amitm has quit [Read error: 54 (Connection reset by peer)]
lament has left #ocaml []
<
async>
is there a function that switches the byte order of an int?
<
travisbemann>
async: no, but you could always write one
<
travisbemann>
the problem is that an int is really only 31 bytes, so if you reverse the byte order you may lose a bit
<
travisbemann>
so you'd prolly want to really do it on an int32, int64, or nativeint
<
travisbemann>
whoops
<
travisbemann>
meant 31 bits
<
travisbemann>
(or 63 bits, in 64 bit architectures)
lament has joined #ocaml
lus|wazze has joined #ocaml
travisbe1ann has joined #ocaml
travisbemann has quit [Read error: 60 (Operation timed out)]
travisbe1ann is now known as travisbemann
reltuk has joined #ocaml
travisbemann has quit ["leaving"]
lus|wazze has quit ["Weird Al Yankovic - Frank's 2000 Inch TV - 'cuz "everybody in the town can hear the 90,000 watts of dolby sound!""]
lament has quit ["I WILL NOT TEACH OTHERS TO FLY"]
Yurik__ is now known as Yurik
__DL__ has joined #ocaml
reltuk has quit ["Client exiting"]
lus|wazze has joined #ocaml
systems has joined #ocaml
systems has quit [Read error: 60 (Operation timed out)]
systems has joined #ocaml
systems has quit [Read error: 60 (Operation timed out)]
systems has joined #ocaml
mattam_ has quit [asimov.freenode.net irc.freenode.net]
rhil_ATL has quit [asimov.freenode.net irc.freenode.net]
gl has quit [asimov.freenode.net irc.freenode.net]
delYsid has quit [asimov.freenode.net irc.freenode.net]
emu has quit [asimov.freenode.net irc.freenode.net]
systems has quit [asimov.freenode.net irc.freenode.net]
async has quit [asimov.freenode.net irc.freenode.net]
foxster has quit [asimov.freenode.net irc.freenode.net]
mellum has quit [asimov.freenode.net irc.freenode.net]
wax has quit [asimov.freenode.net irc.freenode.net]
smklsmkl has quit [asimov.freenode.net irc.freenode.net]
asqui has quit [asimov.freenode.net irc.freenode.net]
liyang has quit [asimov.freenode.net irc.freenode.net]
themus has quit [asimov.freenode.net irc.freenode.net]
Riastradh has quit [asimov.freenode.net irc.freenode.net]
lam has quit [asimov.freenode.net irc.freenode.net]
Yurik has quit [asimov.freenode.net irc.freenode.net]
rox has quit [asimov.freenode.net irc.freenode.net]
lus|wazze has quit [asimov.freenode.net irc.freenode.net]
mrvn has quit [asimov.freenode.net irc.freenode.net]
pattern_ has quit [asimov.freenode.net irc.freenode.net]
drlion has quit [asimov.freenode.net irc.freenode.net]
docelic has quit [asimov.freenode.net irc.freenode.net]
whee has quit [asimov.freenode.net irc.freenode.net]
LordFrith has quit [asimov.freenode.net irc.freenode.net]
polin8 has quit [asimov.freenode.net irc.freenode.net]
lam has joined #ocaml
themus has joined #ocaml
Riastradh has joined #ocaml
liyang has joined #ocaml
whee has joined #ocaml
smklsmkl has joined #ocaml
wax has joined #ocaml
emu has joined #ocaml
LordFrith has joined #ocaml
mellum has joined #ocaml
delYsid has joined #ocaml
docelic has joined #ocaml
gl has joined #ocaml
drlion has joined #ocaml
foxster has joined #ocaml
rox has joined #ocaml
pattern_ has joined #ocaml
async has joined #ocaml
rhil_ATL has joined #ocaml
Yurik has joined #ocaml
mrvn has joined #ocaml
mattam_ has joined #ocaml
lus|wazze has joined #ocaml
systems has joined #ocaml
polin8 has joined #ocaml
asqui has joined #ocaml
polin8 has quit [asimov.freenode.net irc.freenode.net]
systems has quit [Read error: 110 (Connection timed out)]
polin8 has joined #ocaml
<
lus|wazze>
why do i get the error "undefined reference to global 'Scanf'" when accessing the Scanf module from the toplevel?
<
lus|wazze>
the scanf.cmi / .cmx files are there in my ocaml/lib dir
<
__DL__>
I've not such a pb, it seem very weird...
<
__DL__>
(by the way, the toplevel use bytecode, so it doesn't care about the existance of .cmx file)
karryall has joined #ocaml
systems has joined #ocaml
__DL__ has quit [Remote closed the connection]
Smerdyakov has joined #ocaml
systems has quit ["Client Exiting"]
karryall has quit ["bye"]
<
mrvn>
lus|wazze: ml and cmo file there?
cDlm_ has joined #ocaml
cDlm has quit [Killed (NickServ (Ghost: cDlm_!cdlm@lns-p19-19-82-65-128-49.adsl.proxad.net))]
cDlm_ is now known as cDlm
systems has joined #ocaml
Smerdyakov has quit ["spending all day doing nothing"]
systems has quit ["Client Exiting"]
mrvn_ has joined #ocaml
mrvn has quit [Read error: 110 (Connection timed out)]
teratorn has joined #ocaml
cDlm_ has joined #ocaml
cDlm has quit [Killed (NickServ (Ghost: cDlm_!cdlm@lns-th2-8-82-64-120-233.adsl.proxad.net))]
cDlm_ is now known as cDlm
Vincenz has joined #ocaml
rhil_ATL is now known as rhil
rhil has quit ["Lost terminal"]
lus|wazze has quit ["Weird Al Yankovic - Frank's 2000 Inch TV - 'cuz "everybody in the town can hear the 90,000 watts of dolby sound!""]
rhil has joined #ocaml
Vincenz has quit ["Watching a movie ang diong out"]
jao has joined #ocaml
async has quit [Read error: 104 (Connection reset by peer)]
jao has quit ["leaving"]