[pure-lang-users] pure won't complile anymore
Status: Beta
Brought to you by:
agraef
From: Eddie R. <er...@bm...> - 2008-09-02 12:54:12
|
$ make install 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 runtime.o: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [libpure-0.6.so] Error 1 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 runtime.o: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [libpure-0.6.so] Error 1 e.r. |