Re: [pure-lang-users] pure won't complile anymore
Status: Beta
Brought to you by:
agraef
From: Eddie R. <er...@bm...> - 2008-09-03 14:49:11
|
OK. Compiles now. e.r. On Wed, 2008-09-03 at 16:31 +0200, Albert Graef wrote: > Eddie Rucker wrote: > > g++ -shared -o libpure-0.6.so expr.o interpreter.o matcher.o printer.o > > runtime.o symtable.o util.o lexer.o parser.o `llvm-config --ldflags > > --libs core jit native` -lreadline -lgmp > > /usr/bin/ld: runtime.o: relocation R_X86_64_32S against `a local symbol' > > can not be used when making a shared object; recompile with -fPIC > > Oops, sorry. This should be fixed now (r689). You'll have to do a > ./configure && make clean && make. > > Albert > |