Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 11-05-2020, 06:45 AM   #1
cuser
Member
cuser began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2020
Device: kindle
how to get hyphen.h

how to get hyphen.h
Click image for larger version

Name:	20201105193938.png
Views:	169
Size:	93.4 KB
ID:	183246

Last edited by pdurrant; 11-06-2020 at 04:08 AM.
cuser is offline   Reply With Quote
Old 11-05-2020, 07:47 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,349
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
It's from hunspell IIRC
kovidgoyal is offline   Reply With Quote
Advert
Old 11-05-2020, 01:51 PM   #3
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
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.
DNSB is offline   Reply With Quote
Old 11-06-2020, 03:31 AM   #4
cuser
Member
cuser began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2020
Device: kindle
Quote:
Originally Posted by kovidgoyal View Post
It's from hunspell IIRC

apt-get install hunspell libhunspell-dev with debian.

how to get IIRC?
cuser is offline   Reply With Quote
Old 11-06-2020, 03:58 AM   #5
cuser
Member
cuser began at the beginning.
 
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.
cuser is offline   Reply With Quote
Advert
Old 11-06-2020, 04:15 AM   #6
cuser
Member
cuser began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2020
Device: kindle
what is gcc or g++ version
cuser is offline   Reply With Quote
Old 01-05-2021, 03:11 AM   #7
linux87
Junior Member
linux87 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2015
Device: none
on ubuntu 18.04, I installed package: libhyphen-dev
linux87 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
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


All times are GMT -4. The time now is 03:50 PM.


MobileRead.com is a privately owned, operated and funded community.