-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR-Trying to compile on Raspberry Pi 2 #510
Comments
This is issue with gopy whats your go version? |
Could you please explain which of these does my post not apply to?
|
This discussion has been moved over to limetext/support#1 |
Thanks for your response there! |
~/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 to
hypot'/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 to
atan2'/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 to
exp'/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 function
float_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 function
float_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 function
float_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 to
floor'/usr/local/lib/libpython3.4m.a(floatobject.o): In function
float_rem': /home/pi/Python-3.4.2/Objects/floatobject.c:553: undefined reference to
fmod'/usr/local/lib/libpython3.4m.a(floatobject.o): In function
float_round': /home/pi/Python-3.4.2/Objects/floatobject.c:984: undefined reference to
round'/home/pi/Python-3.4.2/Objects/floatobject.c:987: undefined reference to
round' /usr/local/lib/libpython3.4m.a(floatobject.o): In function
float_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 to
floor'/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 to
fmod'/home/pi/Python-3.4.2/Objects/floatobject.c:741: undefined reference to
pow' /usr/local/lib/libpython3.4m.a(longobject.o): In function
PyLong_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 to
floor'/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 to
ceil'/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 to
dlopen'/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 to
dlerror'/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 to
floor'/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 to
floor'/home/pi/Python-3.4.2/./Modules/signalmodule.c:118: undefined reference to
fmod' /usr/local/lib/libpython3.4m.a(posixmodule.o): In function
posix_openpty':/home/pi/Python-3.4.2/./Modules/posixmodule.c:6000: undefined reference to
openpty' /usr/local/lib/libpython3.4m.a(posixmodule.o): In function
posix_forkpty':/home/pi/Python-3.4.2/./Modules/posixmodule.c:6089: undefined reference to `forkpty'
collect2: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: