![]() |
#1 |
Member
![]() Posts: 18
Karma: 10
Join Date: Oct 2020
Device: kindle
|
how to get hyphen.h
Last edited by pdurrant; 11-06-2020 at 04:08 AM. |
![]() |
![]() |
![]() |
#2 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,349
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
It's from hunspell IIRC
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,191
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
You can get hunspell's hypen.h from https://github.com/hunspell/hyphen though a newer version might be available elsewhere.
|
![]() |
![]() |
![]() |
#4 |
Member
![]() Posts: 18
Karma: 10
Join Date: Oct 2020
Device: kindle
|
|
![]() |
![]() |
![]() |
#5 |
Member
![]() Posts: 18
Karma: 10
Join Date: Oct 2020
Device: kindle
|
root@debian:/home/k/calibre# ./setup.py bootstrap
Code:
* * Running build * Building 24 extensions Linking 21 files... g++ /home/k/calibre/build/objects/hunspell/hunspell_wrapper.o -o /home/k/calibre/src/calibre/plugins/hunspell.so -Wall -shared -lpython3.8 -L/usr/lib -lhunspell-1.7 /usr/bin/ld: //usr/local/lib/libpython3.8.a(boolobject.o): relocation R_X86_64_PC32 against symbol `_Py_FalseStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(longobject.o): relocation R_X86_64_PC32 against symbol `PyFloat_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(moduleobject.o): relocation R_X86_64_PC32 against symbol `_Py_PackageContext' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(object.o): relocation R_X86_64_PC32 against symbol `PyBaseObject_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(obmalloc.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(picklebufobject.o): relocation R_X86_64_PC32 against symbol `PyPickleBuffer_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(rangeobject.o): relocation R_X86_64_PC32 against symbol `_PyLong_Zero' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(setobject.o): relocation R_X86_64_PC32 against symbol `PySet_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(sliceobject.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(structseq.o): relocation R_X86_64_PC32 against symbol `PyTuple_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(tupleobject.o): relocation R_X86_64_PC32 against symbol `PyTuple_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(typeobject.o): relocation R_X86_64_PC32 against symbol `PyType_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(unicodeobject.o): relocation R_X86_64_PC32 against symbol `_Py_ctype_table' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(unicodectype.o): relocation R_X86_64_PC32 against symbol `_PyUnicode_TypeRecords' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(weakrefobject.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_warnings.o): relocation R_X86_64_PC32 against symbol `PyExc_DeprecationWarning' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(ceval.o): relocation R_X86_64_PC32 against symbol `_Py_CheckRecursionLimit' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(codecs.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(compile.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(errors.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(future.o): relocation R_X86_64_PC32 against symbol `PyExc_SyntaxError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(getargs.o): relocation R_X86_64_PC32 against symbol `PyExc_SystemError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(import.o): relocation R_X86_64_PC32 against symbol `PyModule_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(importdl.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(initconfig.o): relocation R_X86_64_PC32 against symbol `Py_IsolatedFlag' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(marshal.o): relocation R_X86_64_PC32 against symbol `PyExc_TypeError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(modsupport.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(pathconfig.o): relocation R_X86_64_PC32 against symbol `_Py_path_config' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(peephole.o): relocation R_X86_64_PC32 against symbol `PyExc_OverflowError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(preconfig.o): relocation R_X86_64_PC32 against symbol `Py_IsolatedFlag' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(pyhash.o): relocation R_X86_64_PC32 against symbol `_Py_HashSecret' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(pylifecycle.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(pystate.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(pythonrun.o): relocation R_X86_64_PC32 against symbol `_Py_UnhandledKeyboardInterrupt' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(pytime.o): relocation R_X86_64_PC32 against symbol `PyFloat_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(bootstrap_hash.o): relocation R_X86_64_PC32 against symbol `_Py_HashSecret' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(symtable.o): relocation R_X86_64_PC32 against symbol `PyExc_RuntimeError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(sysmodule.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(thread.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(traceback.o): relocation R_X86_64_PC32 against symbol `PyExc_TypeError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(getopt.o): relocation R_X86_64_PC32 against symbol `_PyOS_opterr' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(pystrtod.o): relocation R_X86_64_PC32 against symbol `PyExc_ValueError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(formatter_unicode.o): relocation R_X86_64_PC32 against symbol `_Py_ctype_table' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(fileutils.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(getpath.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(gcmodule.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(posixmodule.o): relocation R_X86_64_PC32 against symbol `environ@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(pwdmodule.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_sre.o): relocation R_X86_64_PC32 against symbol `PyFloat_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_codecsmodule.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_weakref.o): relocation R_X86_64_PC32 against symbol `_PyWeakref_RefType' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_functoolsmodule.o): relocation R_X86_64_PC32 against symbol `PyBaseObject_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_operator.o): relocation R_X86_64_PC32 against symbol `PyLong_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_collectionsmodule.o): relocation R_X86_64_PC32 against symbol `PyDict_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_abc.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(itertoolsmodule.o): relocation R_X86_64_PC32 against symbol `PyType_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(atexitmodule.o): relocation R_X86_64_PC32 against symbol `PyExc_SystemExit' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(signalmodule.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_stat.o): relocation R_X86_64_PC32 against symbol `PyExc_OverflowError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(timemodule.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_threadmodule.o): relocation R_X86_64_PC32 against symbol `PyExc_RuntimeError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_localemodule.o): relocation R_X86_64_PC32 against symbol `PyExc_ValueError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_iomodule.o): relocation R_X86_64_PC32 against symbol `_PyIO_Module' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(iobase.o): relocation R_X86_64_PC32 against symbol `_PyIO_str_readable' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(fileio.o): relocation R_X86_64_PC32 against symbol `PyExc_OSError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(bytesio.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(bufferedio.o): relocation R_X86_64_PC32 against symbol `PyFloat_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(textio.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(stringio.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(faulthandler.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(_tracemalloc.o): relocation R_X86_64_PC32 against symbol `_Py_tracemalloc_config' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(hashtable.o): relocation R_X86_64_PC32 against symbol `_Py_hashtable_hash_ptr' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(symtablemodule.o): relocation R_X86_64_PC32 against symbol `PyExc_ValueError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(xxsubtype.o): relocation R_X86_64_PC32 against symbol `PyList_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(acceler.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(grammar1.o): relocation R_X86_64_PC32 against symbol `_PyParser_TokenNames' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(parsetok.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(tokenizer.o): relocation R_X86_64_PC32 against symbol `_Py_ctype_table' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(abstract.o): relocation R_X86_64_PC32 against symbol `_Py_NotImplementedStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(bytes_methods.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(bytearrayobject.o): relocation R_X86_64_PC32 against symbol `PyByteArray_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(bytesobject.o): relocation R_X86_64_PC32 against symbol `PyBytes_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(call.o): relocation R_X86_64_PC32 against symbol `PyExc_SystemError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(capsule.o): relocation R_X86_64_PC32 against symbol `PyCapsule_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(cellobject.o): relocation R_X86_64_PC32 against symbol `PyCell_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(classobject.o): relocation R_X86_64_PC32 against symbol `PyMethod_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(codeobject.o): relocation R_X86_64_PC32 against symbol `PyCode_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(complexobject.o): relocation R_X86_64_PC32 against symbol `PyComplex_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(descrobject.o): relocation R_X86_64_PC32 against symbol `PyClassMethodDescr_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(enumobject.o): relocation R_X86_64_PC32 against symbol `PyExc_TypeError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(exceptions.o): relocation R_X86_64_PC32 against symbol `PyExc_MemoryError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(genobject.o): relocation R_X86_64_PC32 against symbol `PyCoro_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(fileobject.o): relocation R_X86_64_PC32 against symbol `stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(floatobject.o): relocation R_X86_64_PC32 against symbol `PyFloat_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(frameobject.o): relocation R_X86_64_PC32 against symbol `PyExc_KeyError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(funcobject.o): relocation R_X86_64_PC32 against symbol `PyStaticMethod_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(interpreteridobject.o): relocation R_X86_64_PC32 against symbol `_PyInterpreterID_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(iterobject.o): relocation R_X86_64_PC32 against symbol `PyCallIter_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(listobject.o): relocation R_X86_64_PC32 against symbol `PyListRevIter_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(dictobject.o): relocation R_X86_64_PC32 against symbol `PyDictKeys_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(odictobject.o): relocation R_X86_64_PC32 against symbol `PyExc_TypeError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(memoryobject.o): relocation R_X86_64_PC32 against symbol `PyExc_ValueError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(methodobject.o): relocation R_X86_64_PC32 against symbol `PyModule_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(namespaceobject.o): relocation R_X86_64_PC32 against symbol `_PyNamespace_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(Python-ast.o): relocation R_X86_64_PC32 against symbol `PyType_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(ast.o): relocation R_X86_64_PC32 against symbol `PyExc_SystemError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(ast_opt.o): relocation R_X86_64_PC32 against symbol `PyFrozenSet_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(ast_unparse.o): relocation R_X86_64_PC32 against symbol `PyExc_SystemError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(bltinmodule.o): relocation R_X86_64_PC32 against symbol `PyFilter_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(context.o): relocation R_X86_64_PC32 against symbol `PyContext_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(hamt.o): relocation R_X86_64_PC32 against symbol `_PyHamt_Type' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(mystrtoul.o): relocation R_X86_64_PC32 against symbol `_PyLong_DigitValue' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(structmember.o): relocation R_X86_64_PC32 against symbol `PyExc_SystemError' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(pystrhex.o): relocation R_X86_64_PC32 against symbol `Py_hexdigits' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(parser.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: //usr/local/lib/libpython3.8.a(myreadline.o): relocation R_X86_64_PC32 against symbol `_PyOS_ReadlineTState' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: nonrepresentable section on output collect2: error: ld returned 1 exit status Last edited by pdurrant; 11-06-2020 at 04:10 AM. |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Member
![]() Posts: 18
Karma: 10
Join Date: Oct 2020
Device: kindle
|
what is gcc or g++ version
|
![]() |
![]() |
![]() |
#7 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jan 2015
Device: none
|
on ubuntu 18.04, I installed package: libhyphen-dev
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help with regex for adding in a hyphen | africalass | Library Management | 2 | 08-06-2020 09:11 AM |
sticky hyphen | Notjohn | Sigil | 3 | 05-21-2016 03:21 PM |
Soft Hyphen | lhuxley | Editor | 3 | 03-23-2015 08:02 PM |
Soft hyphen | Kumabjorn | Writers' Corner | 32 | 07-13-2014 12:00 AM |
Non-Breaking Hyphen | DTM | Sigil | 11 | 08-20-2010 01:09 PM |