Skip to content
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

aarch64 arm #222

Closed
fachos opened this issue Aug 15, 2018 · 4 comments
Closed

aarch64 arm #222

fachos opened this issue Aug 15, 2018 · 4 comments

Comments

@fachos
Copy link

fachos commented Aug 15, 2018

hi... i got error while ./configure... config.sub & config.guess im running os pi64

uname -m = aarch64
uname -r = 4.11.12-pi64+
uname -s = Linux
uname -v = #1 SMP PREEMPT Sun Aug 27 14:50:58 CEST 2017

/usr/bin/uname -p =
/bin/uname -X =

hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch =
/usr/bin/oslevel =
/usr/convex/getsysinfo =

UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.11.12-pi64+
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP PREEMPT Sun Aug 27 14:50:58 CEST 2017
configure: error: cannot guess build type; you must specify one

@mrjbq7
Copy link
Collaborator

mrjbq7 commented Aug 15, 2018 via email

@fachos
Copy link
Author

fachos commented Aug 15, 2018

any options? how about python ta-lib?

@mrjbq7
Copy link
Collaborator

mrjbq7 commented Aug 15, 2018 via email

@fachos
Copy link
Author

fachos commented Aug 17, 2018

hi again... i solve the problem... due the config.sub & config.guess too old.... for future use need to replace these files inside directory of Ta-Lib... then all good to go ./configure

wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' -O config.guess

wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' -O config.sub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants