stepcut has quit [Read error: 110 (Connection timed out)]
Kinners has joined #ocaml
mattam has quit ["48hour 'till ???"]
Sonarman has joined #ocaml
mrvn_ has joined #ocaml
Kinners has left #ocaml []
mrvn has quit [Read error: 110 (Connection timed out)]
palomer has joined #ocaml
TimFreeman has joined #ocaml
TimFreeman has left #ocaml []
mattam has joined #ocaml
Sonarman has quit [Read error: 104 (Connection reset by peer)]
Yurik__ has joined #ocaml
Yurik_ has quit [Read error: 104 (Connection reset by peer)]
pattern_ has quit [Read error: 110 (Connection timed out)]
liyang has quit [Read error: 113 (No route to host)]
Krystof has quit [Read error: 113 (No route to host)]
pattern_ has joined #ocaml
pattern_ has quit [Client Quit]
pattern_ has joined #ocaml
mattam_ has joined #ocaml
liyang has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
gene9 has joined #ocaml
provid has joined #ocaml
karryall has quit [Read error: 110 (Connection timed out)]
Krystof has joined #ocaml
foxster has quit [Read error: 104 (Connection reset by peer)]
<Yurik__>
gene9: hi
systems has joined #ocaml
<systems>
hello
<provid>
hello
foxster has joined #ocaml
<gene9>
Yurik: hi
provid has left #ocaml []
systems has quit [Read error: 110 (Connection timed out)]
mattam_ is now known as mattam
gene9 has quit []
usander has joined #ocaml
shea has quit [Remote closed the connection]
pattern_ has quit ["..."]
pattern_ has joined #ocaml
usander has quit ["using sirc version 2.211+KSIRC/1.2.1"]
Krystof is now known as K_choir
systems has joined #ocaml
<systems>
hello
vegai has joined #ocaml
systems has quit [Read error: 110 (Connection timed out)]
K_choir is now known as Krystof
polin8 has quit ["Lost terminal"]
newton has joined #ocaml
<newton>
Hi. Anyone know if you can make a .dll/.so dynamic library with ocaml?
<newton>
(One that looks like it was made with C++)
<newton>
(So that I could then load it up through the JNI)
<mellum>
IIRC, you can't because the compiler doesn't emit PIC code.
TachYon has joined #ocaml
polin8 has joined #ocaml
<emu>
heh
<emu>
how would you interface with C++ anyway
<emu>
no standard ABI
<newton>
Xavier Leroy's Ocaml/Java seems to do pretty much what I wanted.... it gets at the JNI through C
<newton>
>mellum Sorry, shared libraries have to have PIC code? I'm not clear on what that is. I thought there was simply a calling convention that had to be followed in shared libs.
<emu>
the code in shared libraries must be position independent
<mellum>
newton: Some combinations of architecture and dynamic linker support non-PIC libraries, like i386 Linux. Some don't.
TachYon has quit ["Client Exiting"]
mellum has quit [Read error: 110 (Connection timed out)]
mellum has joined #ocaml
thedark-dcc has joined #ocaml
travisbemann has joined #ocaml
<travisbemann>
i've got a question about Unix.readdir
<travisbemann>
i'm having the problem that it is only returning empty strings for each directory item rather than the items' actual names
<travisbemann>
anyone here know how to deal with or work around this problem?
<travisbemann>
(note that this is in a multithreaded context)
travisbemann is now known as travisAWAY
gl has quit ["My damn controlling terminal disappeared!"]