aceluck has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tscho_ has quit [Read error: Connection reset by peer]
tscho has joined #ponylang
aceluck has joined #ponylang
aceluck has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aceluck has joined #ponylang
Matthias247 has quit [Read error: Connection reset by peer]
DDR has joined #ponylang
jemc has joined #ponylang
endformationage has joined #ponylang
jemc has quit [Ping timeout: 255 seconds]
jemc has joined #ponylang
isido has joined #ponylang
<isido>
a quick question. I just compiled ponyc from the current master, on Ubuntu 17.04, *but* I used Ubuntu/Debian provided LLVM 3.9 - I didn't download the upstream binary as suggested in the README. I could compile the compiler just fine, but when I try to compile helloworld example, I get a linker error:
<isido>
/usr/bin/ld.gold: error: ./helloworld.o: requires dynamic R_X86_64_32 reloc against 'pony_personality_v0' which may overflow at runtime; recompile with -fPIC
<jmiven>
isido: hi! You need to compile ponyc with default_pic=yes