Skip to content

ERROR-Trying to compile on Raspberry Pi 2 #1

@ghost

Description

I am using the very latest version of go

I had to compile 1.4 first to compile this version so I suppose I have 1.4 as well. I am completely new to Linux, C, GO, GitHub (sorry for posting to the wrong area first - why is this paragraph's text huge?) and compiling in general, so please bear with me.

~/lime $ go get github.com/limetext/lime/frontend/html

github.com/limetext/gopy/lib

/usr/local/lib/libpython3.4m.a(complexobject.o): In function _Py_c_pow': /home/pi/Python-3.4.2/Objects/complexobject.c:121: undefined reference tohypot'
/home/pi/Python-3.4.2/Objects/complexobject.c:122: undefined reference to pow' /home/pi/Python-3.4.2/Objects/complexobject.c:123: undefined reference toatan2'
/home/pi/Python-3.4.2/Objects/complexobject.c:127: undefined reference to sincos' /home/pi/Python-3.4.2/Objects/complexobject.c:126: undefined reference toexp'
/home/pi/Python-3.4.2/Objects/complexobject.c:127: undefined reference to log' /usr/local/lib/libpython3.4m.a(complexobject.o): In function_Py_c_abs':
/home/pi/Python-3.4.2/Objects/complexobject.c:192: undefined reference to hypot' /usr/local/lib/libpython3.4m.a(floatobject.o): In functionfloat_is_integer':
/home/pi/Python-3.4.2/Objects/floatobject.c:790: undefined reference to floor' /usr/local/lib/libpython3.4m.a(floatobject.o): In functionfloat_as_integer_ratio':
/home/pi/Python-3.4.2/Objects/floatobject.c:1460: undefined reference to floor' /usr/local/lib/libpython3.4m.a(floatobject.o): In functionfloat_divmod':
/home/pi/Python-3.4.2/Objects/floatobject.c:582: undefined reference to fmod' /home/pi/Python-3.4.2/Objects/floatobject.c:605: undefined reference tofloor'
/usr/local/lib/libpython3.4m.a(floatobject.o): In function float_rem': /home/pi/Python-3.4.2/Objects/floatobject.c:553: undefined reference tofmod'
/usr/local/lib/libpython3.4m.a(floatobject.o): In function float_round': /home/pi/Python-3.4.2/Objects/floatobject.c:984: undefined reference toround'
/home/pi/Python-3.4.2/Objects/floatobject.c:987: undefined reference to round' /usr/local/lib/libpython3.4m.a(floatobject.o): In functionfloat_pow':
/home/pi/Python-3.4.2/Objects/floatobject.c:681: undefined reference to fmod' /home/pi/Python-3.4.2/Objects/floatobject.c:706: undefined reference tofloor'
/home/pi/Python-3.4.2/Objects/floatobject.c:717: undefined reference to fmod' /home/pi/Python-3.4.2/Objects/floatobject.c:691: undefined reference tofmod'
/home/pi/Python-3.4.2/Objects/floatobject.c:741: undefined reference to pow' /usr/local/lib/libpython3.4m.a(longobject.o): In functionPyLong_FromString':
/home/pi/Python-3.4.2/Objects/longobject.c:2169: undefined reference to log' /usr/local/lib/libpython3.4m.a(pytime.o): In function_PyTime_ObjectToDenominator':
/home/pi/Python-3.4.2/Python/pytime.c:173: undefined reference to ceil' /home/pi/Python-3.4.2/Python/pytime.c:180: undefined reference tofloor'
/usr/local/lib/libpython3.4m.a(pytime.o): In function _PyTime_ObjectToTime_t': /home/pi/Python-3.4.2/Python/pytime.c:212: undefined reference toceil'
/home/pi/Python-3.4.2/Python/pytime.c:214: undefined reference to floor' /usr/local/lib/libpython3.4m.a(dynload_shlib.o): In function_PyImport_GetDynLoadFunc':
/home/pi/Python-3.4.2/./Python/dynload_shlib.c:82: undefined reference to dlsym' /home/pi/Python-3.4.2/./Python/dynload_shlib.c:95: undefined reference todlopen'
/home/pi/Python-3.4.2/./Python/dynload_shlib.c:126: undefined reference to dlsym' /home/pi/Python-3.4.2/./Python/dynload_shlib.c:101: undefined reference todlerror'
/usr/local/lib/libpython3.4m.a(signalmodule.o): In function timeval_from_double': /home/pi/Python-3.4.2/./Modules/signalmodule.c:117: undefined reference tofloor'
/home/pi/Python-3.4.2/./Modules/signalmodule.c:118: undefined reference to fmod' /home/pi/Python-3.4.2/./Modules/signalmodule.c:117: undefined reference tofloor'
/home/pi/Python-3.4.2/./Modules/signalmodule.c:118: undefined reference to fmod' /usr/local/lib/libpython3.4m.a(posixmodule.o): In functionposix_openpty':
/home/pi/Python-3.4.2/./Modules/posixmodule.c:6000: undefined reference to openpty' /usr/local/lib/libpython3.4m.a(posixmodule.o): In functionposix_forkpty':
/home/pi/Python-3.4.2/./Modules/posixmodule.c:6089: undefined reference to `forkpty'
collect2: ld returned 1 exit status


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions